Full documentation repository for Mastodon
Go to file
alxhu 599173ae8c
Add hint to allocate more memory if Elasticsearch crashes (#1456)
Add tip to allocate more memory if Elasticsearch crashes to elasticsearch.md

When creating Elasticsearch indicies, the process could crash if there is not enough memory allocated to the JVM runtime.

This commit adds a hint for administrators to try to allocate more memory to Elasticsearch if they're experiencing out-of-memory issues.
2024-09-13 02:25:19 -07:00
.github/workflows Update deploy.yml (#1496) 2024-08-07 12:09:05 +02:00
archetypes Clarify since_id vs min_id (#1209) 2023-08-21 15:40:12 +01:00
assets Update color scheme to match latest design system (#1508) 2024-08-22 12:46:16 +01:00
content Add hint to allocate more memory if Elasticsearch crashes (#1456) 2024-09-13 02:25:19 -07:00
data Update documentation with contents by twrnh 2020-01-04 10:33:16 +01:00
i18n Revert "Fix wrong HTML lang attribute on non-English pages (#1247)" (#1361) 2023-12-11 15:55:28 +01:00
layouts Update color scheme to match latest design system (#1508) 2024-08-22 12:46:16 +01:00
static Update color scheme to match latest design system (#1508) 2024-08-22 12:46:16 +01:00
.gitignore Switch hosting to Vercel (#1113) 2022-12-21 06:26:37 +01:00
LICENSE Add LICENSE 2018-10-21 04:03:53 +02:00
README.md Add link to Hugo's repo in README (#1506) 2024-08-21 00:59:32 +01:00
config.toml Update color scheme to match latest design system (#1508) 2024-08-22 12:46:16 +01:00

README.md

Mastodon

The documentation currently uses Hugo to generate a static site from Markdown. Use hugo serve to test the site locally. If build errors occur, ensure your Hugo version is the same as docs.joinmastodon.org.

View the live documentation at https://docs.joinmastodon.org

Contributing

Please read the Contributing to Mastodon guide.