Skip to content

elsonjunio/example-python-mkdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using MKDocs in Python projects

This project is a simple example of mkdos usage

Install

To add mkdocs on the project:

$ poetry add --dev mkdocs

To create the configuration files must be used the command below:

$ mkdocs new .
INFO     -  Writing config file: ./mkdocs.yml
INFO     -  Writing initial docs: ./docs/index.md

Basic description

To see the possible params you can execute mkdocs command with --help param:

$ mkdocs --help
Usage: mkdocs [OPTIONS] COMMAND [ARGS]...

  MkDocs - Project documentation with Markdown.

Options:
  -V, --version  Show the version and exit.
  -q, --quiet    Silence warnings
  -v, --verbose  Enable verbose output
  -h, --help     Show this message and exit.

Commands:
  build      Build the MkDocs documentation
  gh-deploy  Deploy your documentation to GitHub Pages
  new        Create a new MkDocs project
  serve      Run the builtin development server

More in Documentation

About

This project is a simple example of mkdos usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published