Skip to content

Editing these docs

You don’t need any special software to improve these pages — just a browser and a GitLab login. Here’s the whole process.

  1. Open the page you want to change on this site.
  2. Click “Edit page” (bottom of the page). It opens the exact source file in GitLab’s editor.
  3. Make your changes. The text is Markdown — mostly just normal writing. See the cheatsheet below.
  4. At the bottom, type a short note (“fix typo in ingest section”), choose “Start a new branch”, and click Commit. GitLab offers to open a merge request — accept it.
  5. That’s it. The change is checked automatically and a colleague merges it. The site updates on the next publish.

You can’t break the live site by editing — nothing goes live until the merge request is reviewed and merged.

You see…Can you edit it here?
A normal page with an “Edit page” linkYes — that’s the source; edit away.
A page with an orange “Generated reference — please don’t edit” boxNo. It’s built automatically from a data file. Editing here would be overwritten. Tell a maintainer what’s wrong and they’ll fix the source.
DiagramsThese are generated from code. Note what’s wrong and a maintainer will regenerate them.

The rule of thumb: if a page has an “Edit page” link, it’s yours to edit. If it doesn’t, it’s generated.

Every page starts with a block between --- lines (the title, a summary, etc.). You can edit the wording of the title and summary, but please keep the --- lines and the field names (like title:) intact — that block tells the site how to display the page.

  • **bold**bold, *italic*italic
  • ## A heading — start a line with ## for a section heading
  • - a point — start a line with a dash and a space for a bullet list
  • [link text](https://example.com) — a link
  • Leave a blank line between paragraphs.

That’s genuinely most of it. When in doubt, copy the style of the text already on the page.

You don’t have to preview — the maintainer will check it in the merge request. If you’d like to see it first, ask a maintainer to open the branch in the preview site.