diff options
author | 2021-02-28 15:22:22 +0100 | |
---|---|---|
committer | 2021-02-28 15:22:22 +0100 | |
commit | fab5f8d97448debcac904742dac6daa89813c2ea (patch) | |
tree | 76bb7621b053acf426fdf68ed491a2f794bd0eb4 | |
parent | first commit (diff) | |
download | gotosocial-fab5f8d97448debcac904742dac6daa89813c2ea.tar.xz |
remove newline
-rw-r--r-- | docs/pages/what_is_gotosocial.rst | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/pages/what_is_gotosocial.rst b/docs/pages/what_is_gotosocial.rst new file mode 100644 index 000000000..c4e2c706c --- /dev/null +++ b/docs/pages/what_is_gotosocial.rst @@ -0,0 +1,40 @@ +What is GoToSocial? +=================== + +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 + +Contribute +---------- + +- Issue Tracker: github.com/gotosocial/gotosocial/issues +- Source Code: github.com/gotosocial/gotosocial + +Support +------- + +If you are having issues, please let us know. + +License +------- + +The project is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE.
\ No newline at end of file |