Appearance
How to document
General
- Do not use absolute routes in the internal links, use
index.html
instead/index.html
. - All pages in the root
http...site/subsite/<aquí>.html
. - Recommended
markdown
(harp
allows more than one). - HarpJs, Bootstrap 5.1, Prism, ... are used.
- If a issue in other software is detected, the other software's source must be consulted, so only a reference to the software in documentation is needed.
Steps
- Create the file
~/src/<new-content>.md
. - Add a menu item in
~/src/_data.json
.
Menu item in ~/src/_data.json
json
{
"menu": {
"Home": "index.html",
"Documentar": "doc.html",
...
"<title>": "<new-content>.html",
...