From 2efe2dbcc5f8179216547501557ea928f0c4af9e Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Sat, 1 Mar 2025 13:04:14 -0600 Subject: [PATCH] Documentation edits made through Mintlify web editor --- docs/file.mdx | 6 +++++ docs/mint.json | 62 -------------------------------------------------- 2 files changed, 6 insertions(+), 62 deletions(-) create mode 100644 docs/file.mdx diff --git a/docs/file.mdx b/docs/file.mdx new file mode 100644 index 0000000..faebfe9 --- /dev/null +++ b/docs/file.mdx @@ -0,0 +1,6 @@ +--- +title: "New file" +description: "Description of your naergaergew file." +--- + +/ \ No newline at end of file diff --git a/docs/mint.json b/docs/mint.json index 002004e..b56f875 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -1,6 +1,5 @@ { "$schema": "https://mintlify.com/docs.json", - "theme": "mint", "name": "Mint Starter Kit", "colors": { "primary": "#16A34A", @@ -8,67 +7,6 @@ "dark": "#15803D" }, "favicon": "/favicon.svg", - "navigation": { - "tabs": [ - { - "tab": "Guides", - "groups": [ - { - "group": "Get Started", - "pages": ["introduction", "quickstart", "development"] - }, - { - "group": "Essentials", - "pages": [ - "essentials/markdown", - "essentials/code", - "essentials/images", - "essentials/settings", - "essentials/navigation", - "essentials/reusable-snippets" - ] - } - ] - }, - { - "tab": "API Reference", - "groups": [ - { - "group": "API Documentation", - "pages": ["api-reference/introduction"] - }, - { - "group": "Endpoint Examples", - "pages": [ - "api-reference/endpoint/get", - "api-reference/endpoint/create", - "api-reference/endpoint/delete", - "api-reference/endpoint/webhook" - ] - } - ] - } - ], - "global": { - "anchors": [ - { - "anchor": "Documentation", - "href": "https://mintlify.com/docs", - "icon": "book-open-cover" - }, - { - "anchor": "Community", - "href": "https://mintlify.com/community", - "icon": "slack" - }, - { - "anchor": "Blog", - "href": "https://mintlify.com/blog", - "icon": "newspaper" - } - ] - } - }, "logo": { "light": "/logo/light.svg", "dark": "/logo/dark.svg"