diff options
author | 2021-03-01 11:52:49 +0100 | |
---|---|---|
committer | 2021-03-01 11:52:49 +0100 | |
commit | bffbdeb5347d5d72ec43a46750cbe35f75699893 (patch) | |
tree | 0fb1527f967698575a9a6c96c22c0133fd44e7b7 /docs/pages/about | |
parent | Doc updates (diff) | |
download | gotosocial-bffbdeb5347d5d72ec43a46750cbe35f75699893.tar.xz |
try some doc changes
Diffstat (limited to 'docs/pages/about')
-rw-r--r-- | docs/pages/about/about.rst | 42 | ||||
-rw-r--r-- | docs/pages/about/index.rst | 9 |
2 files changed, 51 insertions, 0 deletions
diff --git a/docs/pages/about/about.rst b/docs/pages/about/about.rst new file mode 100644 index 000000000..ada763d54 --- /dev/null +++ b/docs/pages/about/about.rst @@ -0,0 +1,42 @@ +Overview +-------- + +GoToSocial will solve your problem of where to start with documentation, +by providing a basic explanation of how to do it easily. + +Look how easy it is to use:: + + import project + # Get your stuff done + project.do_stuff() + +Features +-------- + +- Be awesome +- Make things faster + +Installation +------------ + +Install $project by running: + + install project + +Open Source +----------- + +GoToSocial is a free and open-source project. + +- Issue Tracker: https://github.com/gotosocial/gotosocial/issues +- Source Code: https://github.com/gotosocial/gotosocial + +Support +------- + +If you are having issues, please let us know. + +License +------- + +GoToSocial is licensed under the `GNU AFFERO GENERAL PUBLIC LICENSE <https://github.com/gotosocial/gotosocial/blob/main/LICENSE>`_ (AGPLv3). diff --git a/docs/pages/about/index.rst b/docs/pages/about/index.rst new file mode 100644 index 000000000..75852d3c3 --- /dev/null +++ b/docs/pages/about/index.rst @@ -0,0 +1,9 @@ +About GoToSocial +---------------- + +These documents give a general overview of what GoToSocial is, and what it's trying to achieve. + +.. toctree:: + :maxdepth: 1 + + about |