Skip to content

Commit

Permalink
Merge pull request #555 from JohnSanpe/docs-readme
Browse files Browse the repository at this point in the history
docs readme: update caution information
  • Loading branch information
sanpeqf authored Mar 26, 2024
2 parents 07875cf + 7cd6e02 commit 0940f8a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ graph LR
include[include]
include/asm-generic[asm-generic]
arch/asm[asm]
arch/asm-generated{exist}
arch/asm-generated{exist}
subgraph target[User Installation]
include/bfdev[bfdev]
include/bfdev/asm-generic[bfdev:asm-generic]
arch/bfdev/asm[bfdev:asm]
arch/bfdev/asm-generated{exist}
include/bfdev[bfdev]
include/bfdev/asm-generic[bfdev:asm-generic]
arch/bfdev/asm[bfdev:asm]
arch/bfdev/asm-generated{exist}
end
include --> arch/asm-generated
Expand All @@ -74,17 +74,17 @@ graph LR
arch/bfdev/asm-generated --Y--> arch/bfdev/asm
arch/bfdev/asm-generated --N--> include/bfdev/asm-generic
arch/bfdev/asm -.-> include/bfdev/asm-generic
include --> include/bfdev
arch/asm --> arch/bfdev/asm
include/asm-generic --> arch/bfdev/asm
include --> include/bfdev
arch/asm --> arch/bfdev/asm
include/asm-generic --> arch/bfdev/asm
```

## Documentation Tutorial

Quickly start, API manual, see [Bfdev Documentation Tutorial](https://openbfdev.github.io/bfdev-docs)

> [!CAUTION]
> This project is not yet fully completed, so it is not recommended for use in a production environment.
> This project requires additional testing. If used in a production environment, please be aware of the associated risks.
## License

Expand Down

0 comments on commit 0940f8a

Please sign in to comment.