DOCS Platform

Writing these docs

How to add or edit documentation pages (for the Layer8 team).

This documentation is file-based. Every page is a Markdown file in the repo under:

apps/landing/src/content/docs/<section>/<slug>.md

Sections map to the sidebar groups: platform, netmapr, assettrakr, notetakr, cryptkeepr. Add a new .md file and it appears in the nav and index automatically — no code changes, no registration.

Frontmatter

Three optional keys at the top of the file:

---
title: Human-readable page title
description: One-liner shown on the docs index and under the page title.
order: 2
---

order sorts pages within a section (lowest first, default 99).

Conventions

  • Overviews list features per app (order: 1); how-tos are numbered, imperative walkthroughs (order: 2+).
  • Standard Markdown: headings, lists, tables, code fences, blockquotes for tips.
  • Keep how-tos under a screen and a half — link out rather than nest.