Wiki

Each repository has its own wiki — a collection of Markdown pages for documentation, design notes, runbooks, or anything else that doesn't belong in the code itself. Wiki pages are stored per repository and ordered alphabetically by title.

Viewing the Wiki

Open the Wiki tab in the repository navigation, or visit /namespace/repo/-/wiki. The index lists every page with the time it was last updated and who edited it. If the wiki is empty, you'll be prompted to create the first page.

Each page is shown at /namespace/repo/-/wiki/:slug. The page view renders the Markdown content and includes a sidebar listing all pages so you can navigate between them. The current page is highlighted, and an All pages link returns you to the index.

Creating a Page

  1. From the wiki index, click New page (you must be signed in).
  2. Enter a Title.
  3. A Slug is generated automatically from the title — lowercased, with spaces turned into hyphens and other characters stripped. You can override it before saving. Slugs may contain only lowercase letters, numbers, hyphens, and underscores, and must be unique within the repository.
  4. Write the page body in the Content field using Markdown.
  5. Click Create page.

Editing a Page

Open a page and click Edit, or go to /namespace/repo/-/wiki/:slug/edit. You can change the title and content; the slug is read-only when editing an existing page, so a page's URL stays stable. Saving records you as the page's last editor — shown as Last edited … by username on the page and in the index.

The Editor

The editor has Write and Preview tabs. Write mode shows a monospaced Markdown textarea; Preview mode renders your Markdown exactly as it will appear on the published page, so you can check formatting before saving.

Deleting a Page

From the wiki index, click the trash icon next to a page and confirm. The page is removed immediately.