Files
medusa-store/www/docs
Marija Naumovska 3bd4bf0b8d docs: Adding Microtica as a deployment option (#3802)
* Adding Microtica as a deployment option

* Update docs/content/deployments/server/deploying-on-microtica.md

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>

* Update docs/content/deployments/server/deploying-on-microtica.md

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>

* Update docs/content/deployments/server/deploying-on-microtica.md

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>

* Update docs/content/deployments/server/deploying-on-microtica.md

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>

* Update www/docs/sidebars.js

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>

* Update docs/content/deployments/server/deploying-on-microtica.md

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>

* resolving comments

* resolved conflicts in sidebars.js

* expanded the RDS acronym

* moved Microtica higher up in the sidebar hierarchy

* Update docs/content/deployments/server/deploying-on-microtica.md

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>

---------

Co-authored-by: “Marija <“naumovskamarija@gmail.com”>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2023-04-13 19:35:26 +03:00
..
2023-04-04 21:01:17 +03:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Note Before Development

If you have installed the dependencies in the root of this repository (i.e., if you have a node_modules directory at the root of this repository), this will cause an error when running this documentation website. This is because the content resides in docs/content and when that content is being imported from there, a mix up can happen between the dependencies which will cause an invalid hook call error.

For that reason, we added a clean-node-modules script that deletes the node_modules directory, and we call that script before the start and build scripts are ran.

So, everytime you run these 2 scripts, the node_modules directory at the root will be deleted.