mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 02:57:44 +00:00
Update uudoc to include development and code of conduct in SUMMARY and fix links in book
This commit is contained in:
parent
dddbc17c59
commit
89d79753b1
4 changed files with 5 additions and 1 deletions
1
docs/src/CODE_OF_CONDUCT.md
Normal file
1
docs/src/CODE_OF_CONDUCT.md
Normal file
|
@ -0,0 +1 @@
|
|||
{{ #include ../../CODE_OF_CONDUCT.md }}
|
1
docs/src/DEVELOPMENT.md
Normal file
1
docs/src/DEVELOPMENT.md
Normal file
|
@ -0,0 +1 @@
|
|||
{{ #include ../../DEVELOPMENT.md }}
|
|
@ -46,7 +46,9 @@ fn main() -> io::Result<()> {
|
|||
* [Installation](installation.md)\n\
|
||||
* [Build from source](build.md)\n\
|
||||
* [Platform support](platforms.md)\n\
|
||||
* [Contributing](contributing.md)\n\
|
||||
* [Contributing](CONTRIBUTING.md)\n\
|
||||
\t* [Development](DEVELOPMENT.md)\n\
|
||||
\t* [Code of Conduct](CODE_OF_CONDUCT.md)\n\
|
||||
* [GNU test coverage](test_coverage.md)\n\
|
||||
* [Extensions](extensions.md)\n\
|
||||
\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue