add mkdocs config file and markdown pages
This commit is contained in:
parent
d5507721f5
commit
e1b569c132
14 changed files with 302 additions and 0 deletions
19
mkdocs.yml
Normal file
19
mkdocs.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue