Skip to content

Commit 32191c1

Browse files
committed
Update page for AI ingestion
1 parent 4b5a7db commit 32191c1

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

settings/llms.mdx renamed to core-concepts/ai-ingestion.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "LLM Ingestion"
2+
title: "AI Ingestion"
33
description: "How to feed your docs into LLMs"
4-
icon: "bot"
4+
icon: "message-square-diff"
55
---
66

77
All documentation pages are auto-hosted in a variety of markdown formats to make it easier for:

settings/custom-scripts.mdx renamed to core-concepts/styling/custom-css-js.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: 'Custom CSS & JS'
33
description: 'Fully customize your documentation with custom CSS & JS'
4-
icon: 'code'
54
---
65

76
Add custom CSS & JS to your documentation to fully customize the look and feel.

react-hooks.mdx renamed to core-concepts/styling/react-components.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
title: "React Hooks"
3-
description: "Learn how to use React hooks"
4-
icon: "react"
2+
title: "React Components"
3+
description: "Learn how to use React components"
54
---
65

76
import { Counter } from "/snippets/counter.mdx";

themes.mdx renamed to core-concepts/styling/themes.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "Themes"
3-
icon: "palette"
43
description: "Customize the appearance of your documentation"
54
---
65

docs.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,16 @@
4242
"core-concepts/navigation/localization"
4343
]
4444
},
45-
"themes"
45+
{
46+
"group": "Styling",
47+
"icon": "paint-bucket",
48+
"pages": [
49+
"core-concepts/styling/themes",
50+
"core-concepts/styling/react-components",
51+
"core-concepts/styling/custom-css-js"
52+
]
53+
},
54+
"core-concepts/ai-ingestion"
4655
]
4756
},
4857
{
@@ -53,8 +62,7 @@
5362
"image-embeds",
5463
"list-table",
5564
"code",
56-
"reusable-snippets",
57-
"react-hooks"
65+
"reusable-snippets"
5866
]
5967
},
6068
{
@@ -94,8 +102,6 @@
94102
"pages": [
95103
"settings/custom-domain",
96104
"settings/seo",
97-
"settings/llms",
98-
"settings/custom-scripts",
99105
"settings/broken-links",
100106
"settings/github",
101107
"settings/gitlab",

0 commit comments

Comments
 (0)