Skip to content

Commit

Permalink
update mint
Browse files Browse the repository at this point in the history
  • Loading branch information
AugusteLef committed Feb 7, 2024
1 parent 48f3c58 commit e5bd503
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 17 deletions.
6 changes: 6 additions & 0 deletions docs/contributing.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: 'Contributing'
sidebarTitle: 'Contributing'
description: 'Wanna help? Awesome! There are many ways you can contribute.'
icon: 'code-pull-request'
---
43 changes: 26 additions & 17 deletions docs/mint.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
{
"$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",
"url": "mailto:[email protected]"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://dashboard.mintlify.com"
"name": "Github",
"url": "https://github.com/OnedocLabs/react-print"
},
"tabs": [
{
Expand All @@ -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"
]
},
{
Expand Down

0 comments on commit e5bd503

Please sign in to comment.