Skip to content

Commit

Permalink
Merge pull request #58 from okto-hq/zaje-patch
Browse files Browse the repository at this point in the history
add: quickstart in homepage sidebar
  • Loading branch information
oviawork authored Feb 17, 2025
2 parents 523dac4 + 86c2a2a commit 0fdce37
Show file tree
Hide file tree
Showing 8 changed files with 1,575 additions and 50 deletions.
8 changes: 4 additions & 4 deletions app/components/mdx/QuickStartBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function QuickStartBanner() {
</div>
<div className="flex gap-6 items-center flex-wrap justify-center">
<Link
href="/docs/react-sdk/quickstart/new-okto-react-setup"
href="/docs/new-okto-react-setup"
className="relative group no-underline p-3 rounded-md border-2 border-zinc-200 dark:border-zinc-700 hover:border-zinc-300 dark:hover:border-zinc-600 hover:bg-zinc-100 dark:hover:bg-zinc-800 transition-all"
>
<FaReact
Expand All @@ -29,7 +29,7 @@ export default function QuickStartBanner() {
</Link>

<Link
href="/docs/react-sdk/quickstart/new-okto-nextjs-setup"
href="/docs/new-okto-nextjs-setup"
className="relative group no-underline p-3 rounded-md border-2 border-zinc-200 dark:border-zinc-700 hover:border-zinc-300 dark:hover:border-zinc-600 hover:bg-zinc-100 dark:hover:bg-zinc-800 transition-all"
>
<TbBrandNextjs
Expand All @@ -42,7 +42,7 @@ export default function QuickStartBanner() {
</Link>

<Link
href="/docs/react-native-sdk/getting-started/quickstart"
href="/docs/new-okto-react-native-setup"
className="relative group no-underline p-3 rounded-md border-2 border-zinc-200 dark:border-zinc-700 hover:border-zinc-300 dark:hover:border-zinc-600 hover:bg-zinc-100 dark:hover:bg-zinc-800 transition-all"
>
<TbBrandReactNative
Expand All @@ -55,7 +55,7 @@ export default function QuickStartBanner() {
</Link>

<Link
href="/docs/typescript-sdk/quickstart"
href="/docs/new-okto-typescript-setup"
className="relative group no-underline p-3 rounded-md border-2 border-zinc-200 dark:border-zinc-700 hover:border-zinc-300 dark:hover:border-zinc-600 hover:bg-zinc-100 dark:hover:bg-zinc-800 transition-all"
>
<SiTypescript
Expand Down
5 changes: 5 additions & 0 deletions content/docs/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"supported-chains",
"okto-layer",
"system-capabilities",
"---Quickstart---",
"new-okto-react-setup",
"new-okto-nextjs-setup",
"new-okto-react-native-setup",
"new-okto-typescript-setup",
"---SDK---",
"okto-sdk",
"react-sdk",
Expand Down
Loading

0 comments on commit 0fdce37

Please # to comment.