move files to subdirectories; adapt mkdocs.yml accordingly and for mkdocs 1.0
This commit is contained in:
parent
e1b569c132
commit
53ad012856
13 changed files with 27 additions and 29 deletions
4
README
Normal file
4
README
Normal file
|
@ -0,0 +1,4 @@
|
|||
su - cosmopool
|
||||
cd /srv/apache2/www.cosmopool.org/website_dev/
|
||||
nano docs/..../....md
|
||||
mkdocs build; rm -r ../website; cp -a site ../website
|
|
@ -17,7 +17,7 @@ Can I use the software on my mobile?
|
|||
|
||||
What can I do while the software is not available? Are there alternatives?
|
||||
|
||||
> Try some of these [tools](webresources.md).
|
||||
> Try some of these [tools](../community/webresources.md).
|
||||
|
||||
I have seen a screenshot of the cosmopool software. Why is it so complicated?
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
# Sharing
|
||||
|
||||
## The [concept](concept.md)
|
||||
|
||||
## Some [examples](examples.md) for sharing
|
||||
|
||||
## A sketch of [pool economy](pool.md)
|
||||
|
|
@ -44,5 +44,5 @@ Communities will quickly dissolve to the least common denominator of market capi
|
|||
|
||||
----
|
||||
|
||||
For details on how all this might look like see [software](software.md) and more [tools](communities.md).
|
||||
For details on how all this might look like see [software](../software/index.md) and more [tools](../community/communities.md).
|
||||
|
|
@ -16,5 +16,5 @@ The first production release will only support a single server and will come wit
|
|||
|
||||
In the meanwhile, if you need to organized your knowledge without sharing it, you can try [webProtege](http://wp-obs.stanford.edu/).
|
||||
|
||||
The main motivation behind sharing of knowledge is to create an economy of sharing, a [pool economy](pool.md); thus the focus on serial knowledge.
|
||||
The main motivation behind sharing of knowledge is to create an economy of sharing, a [pool economy](../sharing/pool.md); thus the focus on serial knowledge.
|
||||
|
38
mkdocs.yml
38
mkdocs.yml
|
@ -1,19 +1,21 @@
|
|||
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
|
||||
#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
|
||||
|
|
Loading…
Reference in a new issue