Add docs CI and fix docs build (#176)

* Add docs CI and fix docs build

* Fix CI name
This commit is contained in:
Félix Malfait
2023-06-01 16:21:31 +02:00
committed by GitHub
parent 58bbadcc30
commit 05c8fac6d6
4 changed files with 41 additions and 5 deletions

View File

@ -8,7 +8,8 @@ The following steps assume that you have installed and configure the project wit
## IDE Setup
If you are using VSCode, please use the `Dev Containers` extension to open the project in a container. This will allow you to run Visual Studio on top of the docker container. This will allow you to run the project without having to install node on your machine.
If you are using VSCode, please use the `Dev Containers` extension to open the project in a container.
This will allow you to run Visual Studio on top of the docker container.
## Front tests

View File

@ -61,7 +61,7 @@ Once this is completed you should have:
## 6. Development
Documented [here](/development/workflows.md)
Documented [here](../development/workflows.mdx)
## Without Docker (Not recommended)