From e5bd503cc96c1ff507b08328d1f3e45e25dc01fa Mon Sep 17 00:00:00 2001 From: Auguste Lefevre Date: Tue, 6 Feb 2024 17:29:25 -0800 Subject: [PATCH] update mint --- docs/contributing.mdx | 6 ++++++ docs/mint.json | 43 ++++++++++++++++++++++++++----------------- 2 files changed, 32 insertions(+), 17 deletions(-) create mode 100644 docs/contributing.mdx diff --git a/docs/contributing.mdx b/docs/contributing.mdx new file mode 100644 index 0000000..c19f43f --- /dev/null +++ b/docs/contributing.mdx @@ -0,0 +1,6 @@ +--- +title: 'Contributing' +sidebarTitle: 'Contributing' +description: 'Wanna help? Awesome! There are many ways you can contribute.' +icon: 'code-pull-request' +--- \ No newline at end of file diff --git a/docs/mint.json b/docs/mint.json index 0534dc2..f07c87d 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -1,20 +1,25 @@ { "$schema": "https://mintlify.com/schema.json", - "name": "Starter Kit", + "name": "React Print", "logo": { "dark": "/logo/dark.svg", "light": "/logo/light.svg" }, "favicon": "/favicon.svg", "colors": { - "primary": "#0D9373", - "light": "#07C983", - "dark": "#0D9373", - "anchors": { - "from": "#0D9373", - "to": "#07C983" + "primary": "#06BCEE", + "light": "#81D7F7", + "dark": "#06A6D1", + "background": { + "dark": "#111111" } }, + + "modeToggle": { + "default": "dark", + "isHidden": true + }, + "topbarLinks": [ { "name": "Support", @@ -22,8 +27,8 @@ } ], "topbarCtaButton": { - "name": "Dashboard", - "url": "https://dashboard.mintlify.com" + "name": "Github", + "url": "https://github.com/OnedocLabs/react-print" }, "tabs": [ { @@ -35,26 +40,30 @@ { "name": "Documentation", "icon": "book-open-cover", - "url": "https://mintlify.com/docs" + "url": "" + }, + { + "name": "Discord", + "icon": "discord", + "url": "https://discord.gg/uRJE6e2rgr" }, { - "name": "Community", - "icon": "slack", - "url": "https://mintlify.com/community" + "name": "Github", + "icon": "github", + "url": "https://github.com/OnedocLabs/react-print" }, { "name": "Blog", "icon": "newspaper", - "url": "https://mintlify.com/blog" + "url": "" } ], "navigation": [ { - "group": "Get Started", + "group": "Overview", "pages": [ "introduction", - "quickstart", - "development" + "contributing" ] }, {