Skip to content

Commit

Permalink
docs: describe k8s hosted documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
timonviola committed Nov 14, 2024
1 parent 877accf commit 3d54e19
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ The latest version of the documentation is available on a github pages site, lin

To preview the documentation locally, you need to start mkdocs server. See [Go to Cheat sheet](#cheat-sheet)

## Stable/User documentation

The deployment manifests and Dockerfile for the k8s hosted docs site is under `k8s/`


# Releases
The project uses semantic versioning.
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs.Dockerfile → k8s/docs.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.27.2-alpine

COPY ./site /data/www/dagcellent
COPY ../site /data/www/dagcellent
COPY nginx.conf /etc/nginx
File renamed without changes.

0 comments on commit 3d54e19

Please sign in to comment.