diff --git a/docs/developer/website-development.mdx b/docs/developer/website-development.mdx index cf5471b6a..82c44229a 100644 --- a/docs/developer/website-development.mdx +++ b/docs/developer/website-development.mdx @@ -25,7 +25,7 @@ The handbook is the most updated part of the website and it includes quite a bit ### Docusaurus -Our new website is built on top of [Docusaurus](https://docusaurus.io/), a documentation website generator maintained by Meta. Most of the functionalities are built with Docusaurus or plugins made for it to ensure that we spent minimal effort touching actual infrastructure code. You can find documentation on their website. Most of the website customisation can be done by tweaking configurations without touching any code with docusaurus. +Our website is built on top of [Docusaurus](https://docusaurus.io/), a documentation website generator maintained by Meta. Most of the functionalities are built with Docusaurus or plugins made for it to ensure that we spent minimal effort touching actual infrastructure code. You can find documentation on their website. Most of the website customization can be done by tweaking configurations, without touching any Docusaurus code. Below are some components we made to accomodate our special needs.