Welmed Standards Repository
Repository for documenting approved standards (coding, architectural, project management) for the Welmed project.
To propose/discuss a new standard, or to propose/discuss changes to an
existing one, one should branch from master and open a new pull request.
Documents must be written using Markdown.
Developer notes
One can browse the HTML version of the documentation locally
- using
make upand navigating to http://localhost:8000 (live reload). - issuing
make buildand opening./dist/index.htmlin the browser.
Resources
mkdocs(the site generator used)mkdocs-material(the theme formkdocsand Docker image used)mkdocs-awesome-pages-plugin(plugin for improved navigation bar management)