diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000000..7deb64b87a --- /dev/null +++ b/docs/README.md @@ -0,0 +1,4 @@ +# Rebased + +**Rebased** is a Fediverse backend written in Elixir. +It's compatible with the Mastodon API and is the recommended backend for Soapbox. diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md new file mode 100644 index 0000000000..501863039c --- /dev/null +++ b/docs/SUMMARY.md @@ -0,0 +1,16 @@ +# Summary + +* [Introduction](README.md) + +* Administration + * [Backing up](administration/backup.md) + * [Updating](administration/updating.md) + +## Configuration + +* [Cheatsheet](configuration/cheatsheet.md) +* [Hardening](configuration/hardening.md) + +* Guides + * [Setting up the media proxy](configuration/howto_proxy.md) + * [Saving config in the database](configuration/howto_database_config.md) \ No newline at end of file