Skip to content

Commit

Permalink
Add /links page to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Dec 2, 2023
1 parent 0a5cc39 commit 7ec7ee3
Show file tree
Hide file tree
Showing 4 changed files with 2,782 additions and 154 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"navigation": [
{
"group": "Get Started",
"pages": ["introduction", "quickstart", "development"]
"pages": ["introduction", "quickstart", "development", "links"]
},
{
"group": "Essentials",
Expand Down
6 changes: 6 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "@opensdks/docs",
"scripts": {
"dev": "mintlify dev"
},
"dependencies": {
"@opensdks/core": "workspace:*",
"@opensdks/sdk-apollo": "workspace:*",
Expand All @@ -9,5 +12,8 @@
"@opensdks/sdk-plaid": "workspace:*",
"@opensdks/sdk-slack": "workspace:*",
"@opensdks/sdk-venice": "workspace:*"
},
"devDependencies": {
"mintlify": "^4.0.68"
}
}
Loading

0 comments on commit 7ec7ee3

Please sign in to comment.