Key Modifications
Modifications to the Doks template.
Basic Modifications
Basic modifications are made according to the Doks tutorial.
Theme Modifications
Theme modifications are located in ./layouts/
and ./static/css
.
Functional Modifcations
In
./partials/header/header.html
, hard-codedhrefs
to direct to the project subdomain/devdocs
to support Github project pages. On local testing, clickingCentralis
andGet Started
will lead to404
.In
./layouts/index.html
, modified layout andhrefs
.In
./markdownlint-cli2.jsonc
, setMD009/no-trailing-spaces = false
to allow for looser markdown formatting.