Skip to content

Welcome to My Docs 0.2

For full documentation visit Docums.

Commands

  • docums new [dir-name] - Create a new project.
  • docums serve - Start the live-reloading docs server.
  • docums build - Build the documentation site.
  • docums -h - Print help message and exit.

Project layout

docums.yml    # The configuration file.
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.