Skip to content

Commit c02273c

Browse files
authored
Update conceptual info about docs.json (#822)
* update intro * add conceptual content * fill empty ResponseFields * remove redundant section * update title, description, intro * update setting up your `docs.json` * update customization reference * navbar & navigation reference * footer & banner * redirects & contextual menu * api ref * SEO and search ref * integrations & errors * add example configs * include `docs.json` as next step in quickstart * remove space * add reviewer feedback
1 parent 8dcd5da commit c02273c

File tree

2 files changed

+759
-170
lines changed

2 files changed

+759
-170
lines changed

quickstart.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,16 +224,19 @@ Enter your domain (for example, `docs.yourcompany.com`) and follow the provided
224224

225225
Congratulations! You have successfully deployed your documentation site with Mintlify. Here are suggested next steps to enhance your documentation:
226226

227-
<Card title="Customize Your Theme" icon="paintbrush" href="themes" horizontal>
227+
<Card title="Configure your global settings" icon="settings" href="settings" horizontal>
228+
Configure site-wide styling, navigation, integrations, and more with the `docs.json` file.
229+
</Card>
230+
<Card title="Customize your theme" icon="paintbrush" href="themes" horizontal>
228231
Learn how to customize colors, fonts, and the overall appearance of your documentation site.
229232
</Card>
230-
<Card title="Organize Navigation" icon="map" href="navigation#overview" horizontal>
233+
<Card title="Organize navigation" icon="map" href="navigation" horizontal>
231234
Structure your documentation with intuitive navigation to help users find what they need.
232235
</Card>
233-
<Card title="Add Interactive Components" icon="puzzle" href="/components/accordions" horizontal>
236+
<Card title="Add interactive components" icon="puzzle" href="/components/accordions" horizontal>
234237
Enhance your documentation with interactive components like accordions, tabs, and code samples.
235238
</Card>
236-
<Card title="Set Up API References" icon="code" href="/api-playground/overview" horizontal>
239+
<Card title="Set up API references" icon="code" href="/api-playground/overview" horizontal>
237240
Create interactive API references with OpenAPI and AsyncAPI specifications.
238241
</Card>
239242

0 commit comments

Comments
 (0)