Skip to content

Commit 5907af3

Browse files
authored
Change Skip go form (#320)
* Update CLAUDE.md * Update chain-integration-request.mdx * Create skip-go-form.md
1 parent 3c16a12 commit 5907af3

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

CLAUDE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,17 @@ wrong: 03-build-a-module
8181

8282
The path is the file's location relative to the `docs/` root, without the `.mdx` extension.
8383

84+
## External Links in Navigation
85+
86+
Create an MDX file with a `url` frontmatter and register it in `docs.json` as a normal page path:
87+
88+
```mdx
89+
---
90+
title: "Page Title"
91+
url: "https://example.com"
92+
---
93+
```
94+
8495
### Anchor Links
8596

8697
Mintlify preserves special characters in anchor IDs. Rules:
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
---
22
title: "Chain Integration Request"
3-
mode: "wide"
3+
url: "https://42jzxo.share-na2.hsforms.com/2BKju688uROaORNxmEgY2Ug"
44
---
5-
6-
import SkipAPIChainForm from '/skip-go/snippets/SkipAPIChainForm.jsx';
7-
8-
<SkipAPIChainForm />

work-log/skip-go-form.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 2026-06-02
2+
3+
- Replaced the Skip Go chain integration request form (`skip-go/support-requirements/chain-integration-request.mdx`) with an external link to the HubSpot form using Mintlify's `url` frontmatter pattern; deleted the `SkipAPIChainForm.jsx` snippet

0 commit comments

Comments
 (0)