Skip to content

Rename index files and update page titles on standard pages

The move to Hugo requires:

  1. renaming index.md files to _index.md
  2. moving page titles from h1 markdown elements to title: front matter attributes

We've modified Nanoc and /help to work with these changes, so we can make these updates before actually launching, but it will take a few steps:

  1. Rename the files (see content-post-process.sh)
  2. Update links that point to index.md files (see migrate-index-links.go)
  3. For gitlab only: update UI help links that point to index.md files
  4. Add (or enable) the new FrontMatter.yml Vale rule (gitlab-org/gitlab!178753 (merged)).

Projects

Mark these done when we've merged an MR that renames the index files, and migrates the page titles.

Please skip automated pages when updating the standard pages; automated pages are handled in separate MRs.

Tests

Related:

Edited by Marcel Amirault