Skip to content

Commit 34a3723

Browse files
authored
refactor: layout/content, add description metadata, remove outdated re… (#722)
* refactor layout/content, add description metadata, remove outdated references * remove appchain/onchaintestkit references, update metadata * fix syntax * fix link, remove unnecessary sidebar title * remove divider * update theme * cleanup layout, update theme/full-page * fix eth bridge link * remove unused pages * update theme primary color, presentation, layout, content * fix font color in dark mode
1 parent bfbe69a commit 34a3723

File tree

10 files changed

+127
-1448
lines changed

10 files changed

+127
-1448
lines changed

docs/cookbook/deploy-a-chain.mdx

Lines changed: 0 additions & 286 deletions
This file was deleted.

docs/docs.json

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "https://mintlify.com/docs.json",
3-
"theme": "mint",
3+
"theme": "aspen",
44
"name": "Base Documentation",
55
"colors": {
6-
"primary": "#578BFA",
6+
"primary": "#0000ff",
77
"light": "#578BFA",
88
"dark": "#578BFA"
99
},
@@ -28,16 +28,11 @@
2828
"group": "Introduction",
2929
"pages": ["get-started/base"]
3030
},
31-
{
32-
"group": "Browse by",
33-
"pages": ["get-started/products", "get-started/use-cases"]
34-
},
3531
{
3632
"group": "Quickstart",
3733
"pages": [
3834
"get-started/build-app",
3935
"get-started/launch-token",
40-
"get-started/deploy-chain",
4136
"get-started/deploy-smart-contracts"
4237
]
4338
},
@@ -537,10 +532,6 @@
537532
{
538533
"group": "Components",
539534
"pages": [
540-
{
541-
"group": "Appchain",
542-
"pages": ["onchainkit/latest/components/appchain/bridge"]
543-
},
544535
{
545536
"group": "Buy",
546537
"pages": ["onchainkit/latest/components/buy/buy"]
@@ -755,8 +746,7 @@
755746
"onchainkit/guides/themes",
756747
"onchainkit/guides/use-basename-in-onchain-app",
757748
"onchainkit/guides/using-ai-powered-ides",
758-
"onchainkit/guides/ai-prompting-guide",
759-
"onchainkit/guides/testing-with-onchaintestkit"
749+
"onchainkit/guides/ai-prompting-guide"
760750
]
761751
},
762752
{
@@ -770,10 +760,6 @@
770760
{
771761
"group": "Components",
772762
"pages": [
773-
{
774-
"group": "Appchain",
775-
"pages": ["onchainkit/appchain/bridge"]
776-
},
777763
{
778764
"group": "Buy",
779765
"pages": ["onchainkit/buy/buy"]
@@ -944,7 +930,6 @@
944930
"group": "Types",
945931
"pages": [
946932
"onchainkit/api/types",
947-
"onchainkit/appchain/types",
948933
"onchainkit/checkout/types",
949934
"onchainkit/config/types",
950935
"onchainkit/earn/types",
@@ -999,7 +984,6 @@
999984
"cookbook/spend-permissions-ai-agent",
1000985
"cookbook/launch-ai-agents",
1001986
"cookbook/launch-tokens",
1002-
"cookbook/deploy-a-chain",
1003987
"cookbook/onchain-social",
1004988
"cookbook/defi-your-app",
1005989
"cookbook/go-gasless",
@@ -1616,10 +1600,6 @@
16161600
"source": "/builderkits/onchainkit/:slug*",
16171601
"destination": "/onchainkit/:slug*"
16181602
},
1619-
{
1620-
"source": "/builderkits/onchainkit/appchain/bridge",
1621-
"destination": "/onchainkit/appchain/bridge"
1622-
},
16231603
{
16241604
"source": "/builderkits/onchainkit/buy/buy",
16251605
"destination": "/onchainkit/buy/buy"

0 commit comments

Comments
 (0)