diff --git a/src/en/SUMMARY.md b/src/en/SUMMARY.md index 949ffde..d9bd3bf 100644 --- a/src/en/SUMMARY.md +++ b/src/en/SUMMARY.md @@ -1,15 +1,16 @@ # Summary +- [Introduction](introduction.md) + # For Users -- [Introduction](users/01-introduction.md) -- [Getting Started](users/02-getting-started.md) -- [Media](users/03-media.md) -- [Votes and Ranking](users/04-votes-and-ranking.md) -- [Moderation](users/05-moderation.md) -- [Censorship Resistance](users/06-censorship-resistance.md) -- [Other Features](users/07-other-features.md) -- [History of Lemmy](users/08-history-of-lemmy.md) +- [Getting Started](users/01-getting-started.md) +- [Media](users/02-media.md) +- [Votes and Ranking](users/03-votes-and-ranking.md) +- [Moderation](users/04-moderation.md) +- [Censorship Resistance](users/05-censorship-resistance.md) +- [Other Features](users/06-other-features.md) +- [History of Lemmy](users/07-history-of-lemmy.md) # For Admins diff --git a/src/en/admins/first_steps.md b/src/en/admins/first_steps.md index e724a51..ebcf43b 100644 --- a/src/en/admins/first_steps.md +++ b/src/en/admins/first_steps.md @@ -8,7 +8,7 @@ The first thing to do is to go to your admin panel, which can be found by clicki Take the time to browse through the entire page to discover the different options you have to customize your Lemmy instance, on the same page you can edit your [configuration file](configuration.md), where you can find information about your database, the email used by the server, the federation options or who is the main administrator. -It is always good to define another administrator than yourself, in case it is necessary to take actions while you take your best nap. Take a look at the [moderation guide](../moderation/moderation.md) for more information on how to do this. +It is always good to define another administrator than yourself, in case it is necessary to take actions while you take your best nap. Take a look at the [moderation guide](../users/04-moderation.md) for more information on how to do this. ## Check that everything is working properly diff --git a/src/en/contributing/federation_development.md b/src/en/contributing/federation_development.md index 6672e28..7fdce57 100644 --- a/src/en/contributing/federation_development.md +++ b/src/en/contributing/federation_development.md @@ -35,8 +35,8 @@ Firefox containers are a good way to test them interacting. Note that federation is currently in alpha. **Only use it for testing**, not on any production server, and be aware that turning on federation may break your instance. -Follow the normal installation instructions, either with [Ansible](../administration/install_ansible.md) or -[manually](../administration/install_docker.md). Then replace the line `image: dessalines/lemmy:v0.x.x` in +Follow the normal installation instructions, either with [Ansible](../admins/install_ansible.md) or +[manually](../admins/install_docker.md). Then replace the line `image: dessalines/lemmy:v0.x.x` in `/lemmy/docker-compose.yml` with `image: dessalines/lemmy:federation`. Afterwards, and whenever you want to update to the latest version, run these commands on the server: diff --git a/src/en/users/01-introduction.md b/src/en/introduction.md similarity index 92% rename from src/en/users/01-introduction.md rename to src/en/introduction.md index 9c098f8..eb8ff4e 100644 --- a/src/en/users/01-introduction.md +++ b/src/en/introduction.md @@ -19,4 +19,6 @@ In practical terms: Imagine if you could follow an Facebook group from your Redd Unlike proprietary services, anyone has the complete freedom to run, examine, inspect, copy, modify, distribute, and reuse the Lemmy source code. Just like how users of Lemmy can choose their service provider, you as an individual are free to contribute features to Lemmy or publish a modified version of Lemmy that includes different features. These modified versions, also known as software forks, are required to also uphold the same freedoms as the original Lemmy project. Because Lemmy is libre software that respects your freedom, personalizations are not only allowed but encouraged. -Adapted from [Mastodon documentation](https://docs.joinmastodon.org/) under CC BY-SA 4.0. +You can contribute to this documentation in the [git repository](https://github.com/LemmyNet/lemmy-docs/pull/172). + +This page is adapted from [Mastodon documentation](https://docs.joinmastodon.org/) under CC BY-SA 4.0. diff --git a/src/en/users/02-getting-started.md b/src/en/users/01-getting-started.md similarity index 100% rename from src/en/users/02-getting-started.md rename to src/en/users/01-getting-started.md diff --git a/src/en/users/03-media.md b/src/en/users/02-media.md similarity index 100% rename from src/en/users/03-media.md rename to src/en/users/02-media.md diff --git a/src/en/users/04-votes-and-ranking.md b/src/en/users/03-votes-and-ranking.md similarity index 100% rename from src/en/users/04-votes-and-ranking.md rename to src/en/users/03-votes-and-ranking.md diff --git a/src/en/users/05-moderation.md b/src/en/users/04-moderation.md similarity index 100% rename from src/en/users/05-moderation.md rename to src/en/users/04-moderation.md diff --git a/src/en/users/06-censorship-resistance.md b/src/en/users/05-censorship-resistance.md similarity index 100% rename from src/en/users/06-censorship-resistance.md rename to src/en/users/05-censorship-resistance.md diff --git a/src/en/users/07-other-features.md b/src/en/users/06-other-features.md similarity index 100% rename from src/en/users/07-other-features.md rename to src/en/users/06-other-features.md diff --git a/src/en/users/08-history-of-lemmy.md b/src/en/users/07-history-of-lemmy.md similarity index 100% rename from src/en/users/08-history-of-lemmy.md rename to src/en/users/07-history-of-lemmy.md