Some pages on the website are created via .mdx files. These are traditional markdown files that can embed React components for more interactive content. The following pages are all created this way, and the guide in this document works for all of these pages.
- Environment (in the
/content/pages/environmentfolder) - Overview (in the
/content/pages/overviewfolder) - People (in the
/content/pages/peoplefolder) - Libraries (in the
/content/pages/librariesfolder. Does not apply to Contributions on the same page) - Tutorials (in the
/content/tutorialsfolder) - Books (in the
/content/booksfolder)
- Find the
.mdxfile in a folder above and edit the content - Publish the website
- Find the
.mdxfile in a folder above - Make a copy by adding the language name in the filename (e.g.
index.mdxbecomesindex.de.mdx) - Publish the website
If you are running the website locally with npm run dev, you might need to stop the development server and run npm run clean to clear the cache before seeing the changes on localhost.