Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ Follow the [mdbook instructions](https://rust-lang.github.io/mdBook/guide/instal
## Formatting

To format your markdown files, install [prettier](https://prettier.io), then run `prettier -w src`

## Translations

See [lemmy-docs-l10n](https://github.com/localizethedocs/lemmy-docs-l10n) to contribute translations.
2 changes: 2 additions & 0 deletions src/contributors/01-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ You may notice different problems or potential improvements when using Lemmy. Yo

Use [Weblate](https://weblate.join-lemmy.org/projects/lemmy/) to help translate Lemmy into different languages.

Use @localizethedocs's [Crowdin](https://localizethedocs.crowdin.com/lemmy-docs-l10n) to help translate these docs.

### Programming and Design

You can open a pull request to make changes to Lemmy. In case of bigger contributions it is recommended to discuss it in an issue first. See the next sections for instructions to compile and develop the projects.
Expand Down
2 changes: 2 additions & 0 deletions src/introduction.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Introduction

[Translations of these docs](https://projects.localizethedocs.org/lemmy-docs-l10n/en-us/main/index.html)

Lemmy is a selfhosted, federated social link aggregation and discussion forum. It consists of many different communities which are focused on different topics. Users can post text, links or images and discuss it with others. Voting helps to bring the most interesting items to the top. There are strong moderation tools to keep out spam and trolls. All this is completely free and open, not controlled by any company. This means that there is no advertising, tracking, or secret algorithms.

Federation is a form of decentralization. Instead of a single central service that everyone uses, there are multiple services that any number of people can use.
Expand Down