diff --git a/_data/get_involved.yml b/_data/get_involved.yml index 32bb9c6..882a16b 100644 --- a/_data/get_involved.yml +++ b/_data/get_involved.yml @@ -2,7 +2,7 @@ community: - name: Docs url: https://docs.luanti.org/ - icon: wiki.svg + icon: docs.svg - name: Forum url: https://forum.luanti.org diff --git a/_includes/pages/get-involved.html b/_includes/pages/get-involved.html index 0eaa5bc..bac1012 100644 --- a/_includes/pages/get-involved.html +++ b/_includes/pages/get-involved.html @@ -171,8 +171,7 @@

{{ "Project Structure" | i18n }}

{{ "For more information, see the glossary or - engine overview - developer wiki pages." | i18n }} + engine overview." | i18n }}

{{ "Roadmaps and Future Plans" | i18n }}

diff --git a/locales/en/translation.json b/locales/en/translation.json index 4796a6d..e41c51f 100644 --- a/locales/en/translation.json +++ b/locales/en/translation.json @@ -162,7 +162,7 @@ "Luanti is distributed as an engine, combined with a couple of games. Upstream repositories can be found at https://github.com/luanti-org/.": "Luanti is distributed as an engine, combined with a couple of games. Upstream repositories can be found at https://github.com/luanti-org/.", "The engine (core) is the base for everything. C++ is used for housekeeping and performance-critical stuff, Lua for extensible things.": "The engine (core) is the base for everything. C++ is used for housekeeping and performance-critical stuff, Lua for extensible things.", "Games define game content: nodes, entities, textures, meshes, sounds and custom behavior implemented in Lua. Games consist of mods that plug into the engine using the Modding API.": "Games define game content: nodes, entities, textures, meshes, sounds and custom behavior implemented in Lua. Games consist of mods that plug into the engine using the Modding API.", - "For more information, see the glossary or engine overview developer wiki pages.": "For more information, see the glossary or engine overview developer wiki pages.", + "For more information, see the glossary or engine overview developer wiki pages.": "For more information, see the glossary or engine overview developer documentation pages.", "Roadmaps and Future Plans": "Roadmaps and Future Plans", "[Soothing 32](https://content.luanti.org/packages/Zughy/soothing32/) texture pack": "[Soothing 32](https://content.luanti.org/packages/Zughy/soothing32/) texture pack", "As an open source project developed by volunteers, Luanti is mostly iteratively developed rather than formally planned.": "As an open source project developed by volunteers, Luanti is mostly iteratively developed rather than formally planned.", @@ -291,4 +291,4 @@ "Working on an edu project?": "Working on an edu project?", "Contribute back to the community by writing about your project and/or making your learning resources publicly available.": "Contribute back to the community by writing about your project and/or making your learning resources publicly available.", "Then, create an issue or contact rubenwardy.": "Then, create an issue or contact rubenwardy." -} \ No newline at end of file +} diff --git a/public/media/logos/wiki.svg b/public/media/logos/docs.svg similarity index 100% rename from public/media/logos/wiki.svg rename to public/media/logos/docs.svg