Skip to content

ubiq/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ubiq Docs

CI

URL: https://docs.ubiqsmart.com/

  • Technical documention managed through Git.
  • May have non-technical resources as well but Odin is the prefered location.
  • Auto-published through continuous integration GitHub Actions.

Uses Material for MkDocs. Refer to the Installation guide for more information.

Commands

  • mkdocs serve - Start the live-reloading docs server.
  • mkdocs build - Build the documentation site.
  • mkdocs -h - Print help message and exit.

Project layout

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