21 lines
563 B
YAML
21 lines
563 B
YAML
site_name: cosmopool - True sharing is moneyless
|
|
#theme: readthedocs
|
|
theme: mkdocs
|
|
use_directory_urls: true
|
|
nav:
|
|
- Home: index.md
|
|
- Sharing:
|
|
- Concept: sharing/concept.md
|
|
- Examples: sharing/examples.md
|
|
- Pool economy: sharing/pool.md
|
|
- Software: software/index.md
|
|
- Community:
|
|
- Communities: community/communities.md
|
|
- Tools: community/tools.md
|
|
- Links: community/webresources.md
|
|
- About:
|
|
- 'About': 'about/index.md'
|
|
- 'FAQ': 'about/faq.md'
|
|
- 'Contact': 'about/contact.md'
|
|
#markdown_extensions:
|
|
# - inline_graphviz
|