mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-21 20:01:10 +00:00
Move part of contributing section to client_development
This commit is contained in:
parent
3cf0b45c6f
commit
d28a5ddd4e
6 changed files with 12 additions and 5 deletions
|
@ -17,14 +17,15 @@
|
||||||
- [Administration](federation/administration.md)
|
- [Administration](federation/administration.md)
|
||||||
- [Resources](federation/resources.md)
|
- [Resources](federation/resources.md)
|
||||||
- [Lemmy Protocol](federation/lemmy_protocol.md)
|
- [Lemmy Protocol](federation/lemmy_protocol.md)
|
||||||
|
- [Client Development](client_development/client_development.md)
|
||||||
|
- [Theming Guide](client_development/theming.md)
|
||||||
|
- [API reference](client_development/api_reference.md)
|
||||||
|
- [WebSocket API](https://join.lemmy.ml/api/index.html)
|
||||||
|
- [HTTP API](client_development/http_api.md)
|
||||||
|
- [Creating a Custom Frontend](client_development/custom_frontend.md)
|
||||||
- [Contributing](contributing/contributing.md)
|
- [Contributing](contributing/contributing.md)
|
||||||
- [Docker Development](contributing/docker_development.md)
|
- [Docker Development](contributing/docker_development.md)
|
||||||
- [Local Development](contributing/local_development.md)
|
- [Local Development](contributing/local_development.md)
|
||||||
- [Theming Guide](contributing/theming.md)
|
|
||||||
- [API reference](contributing/api_reference.md)
|
|
||||||
- [WebSocket API](https://join.lemmy.ml/api/index.html)
|
|
||||||
- [HTTP API](contributing/http_api.md)
|
|
||||||
- [Creating a Custom Frontend](contributing/custom_frontend.md)
|
|
||||||
- [Tests](contributing/tests.md)
|
- [Tests](contributing/tests.md)
|
||||||
- [Federation Development](contributing/federation_development.md)
|
- [Federation Development](contributing/federation_development.md)
|
||||||
- [Code of Conduct](code_of_conduct.md)
|
- [Code of Conduct](code_of_conduct.md)
|
||||||
|
|
6
src/en/client_development/client_development.md
Normal file
6
src/en/client_development/client_development.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Client Development
|
||||||
|
|
||||||
|
- [Theming Guide](client_development/theming.md)
|
||||||
|
- [API reference](client_development/api_reference.md)
|
||||||
|
- [WebSocket API](https://join.lemmy.ml/api/index.html)
|
||||||
|
- [HTTP API](client_development/http_api.md)
|
Loading…
Reference in a new issue