Index
Adding new content to the site
- sites/kb/mkdocs.yml — nav: is explicit, so add the new section there. Also: site_url is stale (http://192.168.0.68:8081/ → should be https://base.ommen.it/) and site_description lists only the current 3 topics; update if your new topic should appear there.
- sites/kb/docs/
/ — create folder with at least index.md (matches the existing pattern: swarm/, ai/, filesystems/ each have one). - sites/kb/docs/index.md — check if it links to topic landing pages; if so, add the new one.