mirror of
https://github.com/static-web-server/static-web-server.git
synced 2026-01-25 05:06:33 +00:00
* 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>
13 lines
281 B
YAML
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
|