Skip to content

orppst/guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5c57164 · Dec 13, 2024

History

88 Commits
Jun 25, 2024
Dec 13, 2024
Oct 24, 2024
Nov 1, 2023
Mar 22, 2024
Mar 28, 2024
Oct 29, 2024
Nov 2, 2023
Mar 22, 2024
Nov 1, 2023
Jun 25, 2024
Jun 27, 2024
Jun 24, 2024

Repository files navigation

Polaris Documentation

This Polaris proposal tool documentation uses the mkdocs material theme which in turn requires python to be installed.

You can find detailed theme instructions in the mkdodcs material site. However, all of the necessary packages can be installed with

pip install -r requirements.txt

plantuml

Various diagrams are created using plantuml. The way that this is integrated with markdown is like

```plantuml id="myDiag" format="png" classes="uml myDiagram" alt="My super diagram placeholder" title="My super diagram" width="300px" height="300px"
  Goofy ->  MickeyMouse: calls
  Goofy <-- MickeyMouse: responds
```

Running the website locally

Once you've made your working copy of the site repo, from the repo root folder, run:

mkdocs serve

and navigate to http://127.0.0.1:8000/