Sign inSign up

cnservices/mkdocs

By cnservices

Updated 5 months ago

Image
0

1.0K

cnservices/mkdocs repository overview

MkDocs

Usage

  1. Create a folder where your Markdown files will be. That folder needs to have the following structure:

     <MARKDOWN_ARTICLES_PATH>
         docs
             *.md
         mkdocs.yml
    
  2. The mkdocs..yml file contains all the settings for you site. Check more options on https://www.mkdocs.org/

  3. Run the container

     docker run -p 8000:8000 -v <MARKDOWN_ARTICLES_PATH>:/docs jnonino/mkdocs
    

Tag summary

Content type

Image

Digest

sha256:a19e7a888

Size

142.2 MB

Last updated

5 months ago

docker pull cnservices/mkdocs