Skip to content

Rat-Rig/v-core-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

docker build -t mkdocs .

Run

(copy/paste the whole thing the \ is just for line breaking)

docker run --rm -it \
    -v $(pwd)/docs:/app/docs \
    -v $(pwd)/mkdocs.yml:/app/mkdocs.yml \
    -v $(pwd)/overrides:/app/overrides \
    -p 8000:8000 \
    mkdocs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors