You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@ Documentation is available [here](https://codegouvfr.github.io/catalogi/)
21
21
22
22
This monorepo is made of several directories:
23
23
24
-
-`api/`: Application API (also includes jobs, that can be run periodically)
25
-
-`web/`: Web frontend
26
-
-`docs/`: Documentation, as deployed [here](https://codegouvfr.github.io/catalogi/)
27
-
-`deploy-examples/`: Deployment examples. For now only a Docker Compose example.
24
+
- api: Application API (also includes jobs, that can be run periodically)
25
+
- web: Web frontend
26
+
- docs: Documentation, as deployed [here](https://codegouvfr.github.io/catalogi/)
27
+
- deploy-examples: Examples of deployment, including [Docker Compose](deploy-examples/docker-compose) and [Kubernetes with Helm](docs/5-deploying-with-kubernetes.md).
0 commit comments