add mkdocs config file and markdown pages

This commit is contained in:
ibu radempa 2017-07-20 18:31:45 +02:00
parent d5507721f5
commit e1b569c132
14 changed files with 302 additions and 0 deletions

19
mkdocs.yml Normal file
View file

@ -0,0 +1,19 @@
site_name: cosmopool - True sharing is moneyless
theme: readthedocs
pages:
- Home: index.md
- Sharing:
- Concept: concept.md
- Examples: examples.md
- Pool economy: pool.md
- Software: software.md
- Community:
- Communities: communities.md
- Tools: tools.md
- Links: webresources.md
- About:
- About: about.md
- FAQ: faq.md
- Contact: contact.md
markdown_extensions:
- inline_graphviz