Convert index over to MyST markdown
This commit is contained in:
parent
5c6bc08ffe
commit
8dc32767c9
2 changed files with 33 additions and 35 deletions
33
index.md
Normal file
33
index.md
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Welcome to Agaric Collective's documentation!
|
||||||
|
|
||||||
|
```{image} agaric-logo-horizontal.svg
|
||||||
|
:width: 240px
|
||||||
|
:alt: Agaric logo (two mushrooms reminiscent of the cooperative trees)
|
||||||
|
:align: center
|
||||||
|
```
|
||||||
|
|
||||||
|
Agaric builds software to give people the most power possible over their own lives.
|
||||||
|
|
||||||
|
## General Instructions
|
||||||
|
|
||||||
|
* Don't panic.
|
||||||
|
* Be kind.
|
||||||
|
|
||||||
|
```{toctree}
|
||||||
|
---
|
||||||
|
caption: Contents
|
||||||
|
maxdepth: 2
|
||||||
|
---
|
||||||
|
|
||||||
|
purpose
|
||||||
|
values
|
||||||
|
cooperative-principles
|
||||||
|
intra-team-communication
|
||||||
|
calendars
|
||||||
|
roles
|
||||||
|
project-management-with-gitlab
|
||||||
|
monday-planning
|
||||||
|
creating-new-drutopia-site
|
||||||
|
marketing
|
||||||
|
documentation
|
||||||
|
```
|
35
index.rst
35
index.rst
|
@ -1,35 +0,0 @@
|
||||||
.. Agaric Collective documentation master file, created by
|
|
||||||
sphinx-quickstart on Sun Jun 17 15:59:15 2018.
|
|
||||||
You can adapt this file completely to your liking, but it should at least
|
|
||||||
contain the root `toctree` directive.
|
|
||||||
|
|
||||||
Welcome to Agaric Collective's documentation!
|
|
||||||
=============================================
|
|
||||||
|
|
||||||
.. image:: agaric-logo-horizontal.svg
|
|
||||||
:width: 240px
|
|
||||||
:alt: Agaric logo (two mushrooms reminiscent of the cooperative trees)
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
Agaric builds software to give people the most power possible over their own lives.
|
|
||||||
|
|
||||||
General Instructions
|
|
||||||
--------------------
|
|
||||||
|
|
||||||
* Don't panic.
|
|
||||||
* Be kind.
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:caption: Contents:
|
|
||||||
|
|
||||||
purpose
|
|
||||||
values
|
|
||||||
cooperative-principles
|
|
||||||
intra-team-communication
|
|
||||||
calendars
|
|
||||||
roles
|
|
||||||
project-management-with-gitlab
|
|
||||||
monday-planning
|
|
||||||
creating-new-drutopia-site
|
|
||||||
marketing
|
|
||||||
documentation
|
|
Loading…
Reference in a new issue