Index

Adding new content to the site

  1. 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.
  2. sites/kb/docs// — create folder with at least index.md (matches the existing pattern: swarm/, ai/, filesystems/ each have one).
  3. sites/kb/docs/index.md — check if it links to topic landing pages; if so, add the new one.