Files
static-web-server/docs/docker-compose.yml
Matthias Schoettle 12387a88bb docs: improve docs configuration and fix anchor links (#504)
* Fix anchor links in documentation

* Move strict to mkdocs config

* add mkdocs to CI

---------

Co-authored-by: Jose Quintana <1700322+joseluisq@users.noreply.github.com>
2024-12-01 13:22:16 +01:00

13 lines
281 B
YAML

services:
server:
container_name: static-web-server-docs
image: static-web-server-docs
build:
dockerfile: Dockerfile
ports:
- 8000:8000
volumes:
- ../.git:/docs/.git
- ./content:/docs/docs/content
- ./mkdocs.yml:/docs/mkdocs.yml