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/environment
folder) - Overview (in the
/content/pages/overview
folder) - People (in the
/content/pages/people
folder) - Libraries (in the
/content/pages/libraries
folder. Does not apply to Contributions on the same page) - Tutorials (in the
/content/tutorials
folder) - Books (in the
/content/books
folder)
- Find the
.mdx
file in a folder above and edit the content - Publish the website
- Find the
.mdx
file in a folder above - Make a copy by adding the language name in the filename (e.g.
index.mdx
becomesindex.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.