MainPage
The Creatorsgarten Wiki stores contents that are more frequently updated than the main Creatorsgarten website. Each page can be edited directly on the wiki or on GitHub.
- The contents of the wiki lives in the wiki GitHub repository.
- To see the list of all pages, check out Special/AllPages.
Editing Pages
If a page has a pencil icon (
-
Edit directly on the website: Click on the pencil icon to start editing. It is optimized for making quick and small changes, and the editor is not that stable. We recommend that you save your changes frequently to avoid conflicts and avoid losing your work.
-
Edit on GitHub: You can also make changes to the files in the wiki repo and it will be reflected on this website immediately. If you are not an organization member, you can submit a pull request to make an external contribution to this wiki.
Tech Stack
This wiki is powered by Contentsgarten, a headless wiki engine that uses a GitHub repository as a data storage. The frontend is powered by Astro (same as our main website, but unlike the website which is statically-generated, the wiki is using SSR to allow updating the contents without rebuilding the site). The source code for both Contentsgarten and this wiki is hosted on the Contentsgarten GitHub monorepo.