mirror of https://github.com/lukechilds/docs.git
Thomas Osmonson
4 years ago
25 changed files with 312 additions and 282 deletions
@ -1,7 +1,7 @@ |
|||
export const SIDEBAR_WIDTH = 208; |
|||
export const TOC_WIDTH = 208; |
|||
export const CONTENT_MAX_WIDTH = 1104; |
|||
export const PAGE_WIDTH = 1216; |
|||
export const PAGE_WIDTH = 1104; |
|||
|
|||
export const SHIKI_THEME = 'Material-Theme-Default'; |
|||
export const THEME_STORAGE_KEY = 'theme'; |
|||
|
@ -1,114 +0,0 @@ |
|||
[ |
|||
{ |
|||
"title": "Authentication", |
|||
"routes": [ |
|||
{ "path": "browser/todo-list" }, |
|||
{ "path": "develop/connect/overview" }, |
|||
{ "path": "develop/profiles" } |
|||
] |
|||
}, |
|||
{ |
|||
"title": "Data Storage", |
|||
"routes": [ |
|||
{ "path": "storage/overview" }, |
|||
{ "path": "develop/storage" }, |
|||
{ "path": "storage/authentication" }, |
|||
{ "path": "storage/write-to-read" } |
|||
] |
|||
}, |
|||
{ |
|||
"title": "Data Indexing", |
|||
"routes": [ |
|||
{ "path": "develop/radiks-intro" }, |
|||
{ "path": "develop/radiks-setup" }, |
|||
{ "path": "develop/radiks-models" }, |
|||
{ "path": "develop/radiks-collaborate" }, |
|||
{ "path": "develop/radiks-server-extras" } |
|||
] |
|||
}, |
|||
{ |
|||
"title": "Smart Contracts", |
|||
"routes": [ |
|||
{ "path": "core/smart/overview" }, |
|||
{ "path": "core/smart/tutorial" }, |
|||
{ "path": "core/smart/tutorial-counter" }, |
|||
{ "path": "core/smart/tutorial-test" }, |
|||
{ "path": "develop/connect/use-with-clarity" }, |
|||
{ "path": "core/smart/principals" }, |
|||
{ "path": "core/smart/testnet-node" }, |
|||
{ "path": "core/smart/cli-wallet-quickstart" } |
|||
] |
|||
}, |
|||
{ |
|||
"title": "Naming Services", |
|||
"routes": [ |
|||
{ "path": "core/naming/introduction" }, |
|||
{ "path": "core/naming/architecture" }, |
|||
{ "path": "core/naming/namespaces" }, |
|||
{ "path": "core/naming/comparison" }, |
|||
{ "path": "core/naming/tutorial_subdomains" }, |
|||
{ "path": "core/naming/search" }, |
|||
{ "path": "core/faq_technical" }, |
|||
{ "path": "core/naming/pickname" }, |
|||
{ "path": "core/naming/creationhowto" }, |
|||
{ "path": "core/naming/resolving" }, |
|||
{ "path": "core/naming/register" }, |
|||
{ "path": "core/naming/manage" }, |
|||
{ "path": "core/naming/subdomains" }, |
|||
{ "path": "core/naming/forks" } |
|||
] |
|||
}, |
|||
{ |
|||
"title": "Data Portability (Preview)", |
|||
"routes": [{ "path": "develop/collections" }, { "path": "develop/collection-type" }] |
|||
}, |
|||
{ |
|||
"title": "Host a Storage Hub", |
|||
"routes": [ |
|||
{ "path": "storage/hub-operation" }, |
|||
{ "path": "storage/amazon-s3-deploy" }, |
|||
{ "path": "storage/digital-ocean-deploy" }, |
|||
{ "path": "storage/hello-hub-choice" }, |
|||
{ "path": "storage/gaia-admin" } |
|||
] |
|||
}, |
|||
{ |
|||
"title": "Atlas", |
|||
"routes": [ |
|||
{ "path": "core/atlas/overview" }, |
|||
{ "path": "core/atlas/howitworks" }, |
|||
{ "path": "core/atlas/howtouse" } |
|||
] |
|||
}, |
|||
{ |
|||
"title": "Blockstack and Stacks Tokens", |
|||
"routes": [ |
|||
{ "path": "org/overview" }, |
|||
{ "path": "faqs/allFAQS" }, |
|||
{ "path": "org/token" }, |
|||
{ "path": "org/whitepaper-blockchain" }, |
|||
{ "path": "org/wallet-intro" }, |
|||
{ "path": "org/wallet-install" }, |
|||
{ "path": "org/wallet-use" }, |
|||
{ "path": "org/wallet-troubleshoot" }, |
|||
{ "path": "org/tokenholders" } |
|||
] |
|||
}, |
|||
{ |
|||
"title": "References", |
|||
"routes": [ |
|||
{ "path": "core/cmdLineRef" }, |
|||
{ "path": "core/smart/clarityRef" }, |
|||
{ "path": "core/smart/rpc-api" }, |
|||
{ "path": "common/javascript_ref" }, |
|||
{ "path": "common/android_ref" }, |
|||
{ "path": "common/ios_ref" }, |
|||
{ "path": "common/core_ref" }, |
|||
{ "path": "core/wire-format" }, |
|||
{ "path": "storage/config-schema" }, |
|||
{ "path": "org/secureref" }, |
|||
{ "path": "develop/overview_auth" }, |
|||
{ "path": "org/terms" } |
|||
] |
|||
} |
|||
] |
Loading…
Reference in new issue