Skip to content

dober/dockerized-mkdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MkDocs

build status

Dockerized MkDocs with material theme.

Docker compose:

---
version: '3'
services:
  mkdocs:
    image: ghcr.io/dober/mkdocs:latest
    ports:
      - "127.0.0.1:8000:8000"
    volumes:
      - ./mkdocs:/mkdocs
    restart: always

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published