mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-02 20:04:27 +02:00
docs: Tagging of examples added
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- International System
|
||||||
|
- Text formatting
|
||||||
|
---
|
||||||
|
|
||||||
# `hello_units`
|
# `hello_units`
|
||||||
|
|
||||||
This is a really simple example showcasing the features of the **mp-units** library.
|
This is a really simple example showcasing the features of the **mp-units** library.
|
||||||
|
6
docs/users_guide/examples/introduction.md
Normal file
6
docs/users_guide/examples/introduction.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# Introduction
|
||||||
|
|
||||||
|
All usage examples in this chapter are categorized with appropriate tags to simplify navigation and search
|
||||||
|
of relevant code.
|
||||||
|
|
||||||
|
[TAGS]
|
@@ -49,6 +49,12 @@ theme:
|
|||||||
text: Roboto
|
text: Roboto
|
||||||
code: Roboto Mono
|
code: Roboto Mono
|
||||||
|
|
||||||
|
# Plugins
|
||||||
|
plugins:
|
||||||
|
- search
|
||||||
|
- tags:
|
||||||
|
tags_file: users_guide/examples/introduction.md
|
||||||
|
|
||||||
# Customization
|
# Customization
|
||||||
extra:
|
extra:
|
||||||
version:
|
version:
|
||||||
@@ -132,6 +138,7 @@ nav:
|
|||||||
- Interoperability with Other Units Libraries: users_guide/use_cases/interoperability_with_other_units_libraries.md
|
- Interoperability with Other Units Libraries: users_guide/use_cases/interoperability_with_other_units_libraries.md
|
||||||
- Extending the Library: users_guide/use_cases/extending_the_library.md
|
- Extending the Library: users_guide/use_cases/extending_the_library.md
|
||||||
- Examples:
|
- Examples:
|
||||||
|
- Introduction: users_guide/examples/introduction.md
|
||||||
- hello_units: users_guide/examples/hello_units.md
|
- hello_units: users_guide/examples/hello_units.md
|
||||||
- Library Reference:
|
- Library Reference:
|
||||||
- Core Library: library_reference/core_library.md
|
- Core Library: library_reference/core_library.md
|
||||||
|
Reference in New Issue
Block a user