From bffbdeb5347d5d72ec43a46750cbe35f75699893 Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Mon, 1 Mar 2021 11:52:49 +0100 Subject: try some doc changes --- docs/pages/about/about.rst | 42 ++++++++++++++++++++++++++++++++++++++++++ docs/pages/about/index.rst | 9 +++++++++ 2 files changed, 51 insertions(+) create mode 100644 docs/pages/about/about.rst create mode 100644 docs/pages/about/index.rst (limited to 'docs/pages/about') 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 `_ (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 -- cgit v1.3