mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-26 14:30:21 +00:00
Remove translation part from docs links (#3260)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
This commit is contained in:
parent
434beadb58
commit
08e25d0e63
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -30,7 +30,7 @@
|
||||||
<br />
|
<br />
|
||||||
<a href="https://join-lemmy.org">Join Lemmy</a>
|
<a href="https://join-lemmy.org">Join Lemmy</a>
|
||||||
·
|
·
|
||||||
<a href="https://join-lemmy.org/docs/en/index.html">Documentation</a>
|
<a href="https://join-lemmy.org/docs/index.html">Documentation</a>
|
||||||
·
|
·
|
||||||
<a href="https://matrix.to/#/#lemmy-space:matrix.org">Matrix Chat</a>
|
<a href="https://matrix.to/#/#lemmy-space:matrix.org">Matrix Chat</a>
|
||||||
·
|
·
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
·
|
·
|
||||||
<a href="https://github.com/LemmyNet/lemmy/blob/main/RELEASES.md">Releases</a>
|
<a href="https://github.com/LemmyNet/lemmy/blob/main/RELEASES.md">Releases</a>
|
||||||
·
|
·
|
||||||
<a href="https://join-lemmy.org/docs/en/code_of_conduct.html">Code of Conduct</a>
|
<a href="https://join-lemmy.org/docs/code_of_conduct.html">Code of Conduct</a>
|
||||||
</p>
|
</p>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ Each Lemmy server can set its own moderation policy; appointing site-wide admins
|
||||||
|
|
||||||
- Open source, [AGPL License](/LICENSE).
|
- Open source, [AGPL License](/LICENSE).
|
||||||
- Self hostable, easy to deploy.
|
- Self hostable, easy to deploy.
|
||||||
- Comes with [Docker](https://join-lemmy.org/docs/en/administration/install_docker.html) and [Ansible](https://join-lemmy.org/docs/en/administration/install_ansible.html).
|
- Comes with [Docker](https://join-lemmy.org/docs/administration/install_docker.html) and [Ansible](https://join-lemmy.org/docs/administration/install_ansible.html).
|
||||||
- Clean, mobile-friendly interface.
|
- Clean, mobile-friendly interface.
|
||||||
- Only a minimum of a username and password is required to sign up!
|
- Only a minimum of a username and password is required to sign up!
|
||||||
- User avatar support.
|
- User avatar support.
|
||||||
|
@ -111,8 +111,8 @@ Each Lemmy server can set its own moderation policy; appointing site-wide admins
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
- [Docker](https://join-lemmy.org/docs/en/administration/install_docker.html)
|
- [Docker](https://join-lemmy.org/docs/administration/install_docker.html)
|
||||||
- [Ansible](https://join-lemmy.org/docs/en/administration/install_ansible.html)
|
- [Ansible](https://join-lemmy.org/docs/administration/install_ansible.html)
|
||||||
|
|
||||||
## Lemmy Projects
|
## Lemmy Projects
|
||||||
|
|
||||||
|
@ -154,9 +154,9 @@ Lemmy is free, open-source software, meaning no advertising, monetizing, or vent
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
- [Contributing instructions](https://join-lemmy.org/docs/en/contributors/01-overview.html)
|
- [Contributing instructions](https://join-lemmy.org/docs/contributors/01-overview.html)
|
||||||
- [Docker Development](https://join-lemmy.org/docs/en/contributors/03-docker-development.html)
|
- [Docker Development](https://join-lemmy.org/docs/contributors/03-docker-development.html)
|
||||||
- [Local Development](https://join-lemmy.org/docs/en/contributors/02-local-development.html)
|
- [Local Development](https://join-lemmy.org/docs/contributors/02-local-development.html)
|
||||||
|
|
||||||
### Translations
|
### Translations
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue