Skip to content

Commit

Permalink
No nested docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzoic committed Apr 3, 2024
1 parent e9ae32e commit c8681ec
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 97 deletions.
33 changes: 14 additions & 19 deletions docs/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,17 @@

- [Getting Started](./getting_started/index.md)
- [Running Tests](./getting_started/running_tests.md)
- [Libraries](./libraries.md)
- [Asset Libraries](./asset_libraries.md)
- [Asset Library](./asset/index.md)
- [Base](./asset/base.md)
- [Supply](./asset/supply.md)
- [Metadata](./asset/metadata.md)
- [Access Control and Security Libraries](./access_security_libraries.md)
- [Admin Library](./admin/index.md)
- [Ownership Library](./ownership/index.md)
- [Pausable Library](./pausable/index.md)
- [Reentrancy Guard Library](./reentrancy/index.md)
- [Cryptography Libraries](./cryptography_libraries.md)
- [Bytecode Library](./bytecode/index.md)
- [Merkle Library](./merkle/index.md)
- [Math Libraries](./math_libraries.md)
- [Fixed Point Number Library](./fixed_point/index.md)
- [Signed Integers Library](./signed_integers/index.md)
- [Data Structure Libraries](./data_structures_libraries.md)
- [Queue Library](./queue/index.md)
- [Libraries Overview](./libraries.md)
- [Asset Library](./asset/index.md)
- [Base](./asset/base.md)
- [Supply](./asset/supply.md)
- [Metadata](./asset/metadata.md)
- [Admin Library](./admin/index.md)
- [Ownership Library](./ownership/index.md)
- [Pausable Library](./pausable/index.md)
- [Reentrancy Guard Library](./reentrancy/index.md)
- [Bytecode Library](./bytecode/index.md)
- [Merkle Library](./merkle/index.md)
- [Fixed Point Number Library](./fixed_point/index.md)
- [Signed Integers Library](./signed_integers/index.md)
- [Queue Library](./queue/index.md)
21 changes: 0 additions & 21 deletions docs/book/src/access_security_libraries.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/book/src/asset_libraries.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/book/src/cryptography_libraries.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/book/src/data_structures_libraries.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/book/src/math_libraries.md

This file was deleted.

26 changes: 13 additions & 13 deletions docs/contributing-book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
- [Welcome](./welcome.md)
- [GitHub Issues](./issues/index.md)
- [Searching for Issues](./issues/search.md.md)
- [Filtering by label](./issues/filtering.md)
- [Checking for available issues](./issues/assignment.md)
- [Issue summary](./issues/summary.md)
- [Filtering by label](./issues/filtering.md)
- [Checking for available issues](./issues/assignment.md)
- [Issue summary](./issues/summary.md)
- [Creating an Issue](./issues/create-issue.md)
- [Library Quality](./library-quality/index.md)
- [Structure](./library-quality/index.md)
- [Library Structure](./library-quality/library-structure.md)
- [Code Structure](./library-quality/code-structure.md)
- [Documentation](./library-quality/documentation.md)
- [Read me](./library-quality/read-me.md)
- [Code](./library-quality/code.md)
- [ABI Documentation](./library-quality/abi.md)
- [Comments](./library-quality/comments.md)
- [Naming Components](./library-quality/naming-components.md)
- [Style Guide](./library-quality/style.md)
- [Specification](./library-quality/specification.md)
- [Testing](./library-quality/testing.md)
- [Documentation](./documentation/index.md)
- [Read me](./documentation/read-me.md)
- [Code](./code_docs/index.md)
- [ABI Documentation](./code_docs/abi.md)
- [Comments](./code_docs/comments.md)
- [Naming Components](./code_docs/naming-components.md)
- [Style Guide](./code_docs/style.md)
- [Specification](./code_docs/specification.md)
- [Testing](./testing/index.md)
- [Pull Requests](./pull-requests/index.md)
- [Committing your work](./pull-requests/commit.md)
- [Creating a Pull Request](./pull-requests/creating-pr.md)
File renamed without changes.
File renamed without changes.

0 comments on commit c8681ec

Please sign in to comment.