Update GraphQL reference to prepare for move to Hugo

What does this MR do and why?

Two changes to prepare the GraphQL page for the move to Hugo:

  1. Renames the markdown file for the GraphQL reference page. For the Hugo site, index pages must be named _index.md rather than index.md.
  2. Moves the page title from an h1 into a title front matter attribute, also required for Hugo.

The renamed index file also requires updating all links that pointed to the index.md file.

We are handling this page separately because it is auto-generated. Other pages will be updated as part of a larger scripted migration.

The current Nanoc website and /help are both already set up to work with both of these changes.

References

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Sarah German

Merge request reports

Loading