From e3eabc89f07a3834f7d0cbd84cd9151be7f8343f Mon Sep 17 00:00:00 2001 From: Daeruin Date: Mon, 18 Aug 2025 09:57:38 -0600 Subject: [PATCH 1/2] Documentation edits made through Mintlify web editor --- overview.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/overview.mdx b/overview.mdx index a89a324..3f421f8 100644 --- a/overview.mdx +++ b/overview.mdx @@ -12,6 +12,12 @@ Best used for section headers. ## Titles ``` + + +Normally the title would have a single hashtag, but that represents an h1, and that is taken up by the title in the front matter. + + + ### Subtitles Best used for subsection headers. From cc65f57d34457a16e26224218dfe9cfc52bfa1ae Mon Sep 17 00:00:00 2001 From: Daeruin Date: Mon, 18 Aug 2025 09:59:18 -0600 Subject: [PATCH 2/2] Documentation edits made through Mintlify web editor --- overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overview.mdx b/overview.mdx index 3f421f8..d2ace0e 100644 --- a/overview.mdx +++ b/overview.mdx @@ -28,7 +28,7 @@ Best used for subsection headers. -Each **title** and **subtitle** creates an anchor and also shows up on the table of contents on the right. +Each **title** and **subtitle** creates an anchor and also shows up on the table of contents on the left. @@ -51,7 +51,7 @@ You need to use HTML to write superscript and subscript text. That is, add `superscript` | superscript | | Subscript | `subscript` | subscript | -## Linking to pages +## Linking You can add a link by wrapping text in `[]()`. You would write `[link to google](https://google.com)` to [link to google](https://google.com).