Pre-requisites
- A local clone or fork of the SuperOfficeDocs repo
- Visual Studio Code
Getting started
- Install the VS Code Blueprint extension by teamchilla.
Create a new Markdown file
This creates a single.md file with a standard metadata header. The frontmatter title is the page’s only title: there’s no H1 in the body (see Metadata).
The name you enter becomes the file name in kebab case and the uid in kebab case.
- Right-click the folder where you want to add the file.
- Select New File from Template.
- Select new-md-file from the list and enter a name without a file extension.
- Fill in the frontmatter fields and write your content.
Create a new MDX file
MDX files support Mintlify components such as Card, Columns, and callouts. Use this template for any page that needs interactive or component-based content. The name you enter becomes the file name in kebab case and theuid in kebab case.
- Right-click the folder where you want to add the file.
- Select New File from Template.
- Select new-mdx-file from the list and enter a name without a file extension.
- Fill in the frontmatter fields and write your content.
Create a landing page (no sidebar)
Use this template for top-level category landing pages: pages that show a visual grid of sections without a left-side navigation panel. The template usesmode: "custom" and includes:
- A hero section (
category-hero) with the page title and intro text - A highlighted content section with icon cards (one per major section)
- A conceptual content section with link lists grouped by topic
- Right-click the folder where you want to add the index file.
- Select New File from Template.
- Select landing-page from the list and enter the section name.
- Replace placeholder card titles, icons, and links with real content.
Create a subcategory landing page (with sidebar)
Use this template for subcategory overview pages: pages that sit inside a navigation tree and show grouped how-to links and references. The template usesmode: "custom" and the subcategory div structure with linklist cards.
- Right-click the folder where you want to add the index file.
- Select New File from Template.
- Select subcategory-landing-page from the list and enter the section name.
- Replace placeholder card titles and links with real content.
Create a new major version release note
Use this template for a new major release-notes landing page such asrelease-notes/13/index.mdx.
The template is based on our current Mintlify release-notes pattern and uses the Update component for each feature update entry.
The name you enter becomes the folder name and version number.
- Right-click the
release-notesfolder in your local docs repo. - Select New File from Template.
- Select release-notes-major-version from the list and enter the major version number.
- Replace the summary text, update entries, tags, and related links with real content.