mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-24 16:51:33 +02:00
docs: project documentation layout refactored
This commit is contained in:
@ -1 +0,0 @@
|
||||
../../CHANGELOG.md
|
@ -1,3 +1,9 @@
|
||||
---
|
||||
hide:
|
||||
- navigation
|
||||
- toc
|
||||
---
|
||||
|
||||
# Welcome to **mp-units**!
|
||||
|
||||
**mp-units** is a compile-time enabled feature-rich Modern C++ modular/header-only library that
|
||||
|
@ -1,7 +0,0 @@
|
||||
# Core Library
|
||||
|
||||
## Concepts
|
||||
|
||||
## Expression templates
|
||||
|
||||
## Dimensions
|
1
docs/release_notes.md
Symbolic link
1
docs/release_notes.md
Symbolic link
@ -0,0 +1 @@
|
||||
../CHANGELOG.md
|
28
mkdocs.yml
28
mkdocs.yml
@ -22,9 +22,10 @@ theme:
|
||||
- content.code.copy
|
||||
# - navigation.expand
|
||||
- navigation.indexes
|
||||
- navigation.sections
|
||||
# - navigation.tabs
|
||||
# - navigation.sections
|
||||
- navigation.tabs
|
||||
- navigation.footer
|
||||
- navigation.top
|
||||
- search.highlight
|
||||
- search.share
|
||||
- search.suggest
|
||||
@ -116,8 +117,6 @@ nav:
|
||||
- Quick Start: getting_started/quick_start.md
|
||||
- Installation and Usage: getting_started/installation_and_usage.md
|
||||
- FAQ: getting_started/faq.md
|
||||
- Blog:
|
||||
- blog/index.md
|
||||
- User's Guide:
|
||||
- Terms and Definitions: users_guide/terms_and_definitions.md
|
||||
- Framework Basics:
|
||||
@ -150,14 +149,13 @@ nav:
|
||||
- Extending the Library: users_guide/use_cases/extending_the_library.md
|
||||
- Examples:
|
||||
- Tags Index: users_guide/examples/tags_index.md
|
||||
- hello_units: users_guide/examples/hello_units.md
|
||||
- avg_speed: users_guide/examples/avg_speed.md
|
||||
- si_constants: users_guide/examples/si_constants.md
|
||||
- Library Reference:
|
||||
- Core Library: library_reference/core_library.md
|
||||
- Magnitudes: library_reference/magnitudes.md
|
||||
- Appendix:
|
||||
- Glossary: appendix/glossary.md
|
||||
- Mismeasure for Measure: appendix/mismeasure_for_measure.md
|
||||
- Release Notes: appendix/release_notes.md
|
||||
- References: appendix/references.md
|
||||
- All Examples:
|
||||
- hello_units: users_guide/examples/hello_units.md
|
||||
- avg_speed: users_guide/examples/avg_speed.md
|
||||
- si_constants: users_guide/examples/si_constants.md
|
||||
- Appendix:
|
||||
- Glossary: appendix/glossary.md
|
||||
- References: appendix/references.md
|
||||
- Blog:
|
||||
- blog/index.md
|
||||
- Release Notes: release_notes.md
|
||||
|
Reference in New Issue
Block a user