Skip to content

Feat: Improve titles and order in guides #380

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appkit/javascript/core/installation.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Installation
title: Quickstart
---

import CloudBanner from "/snippets/cloud-banner.mdx";
Expand Down
4 changes: 3 additions & 1 deletion appkit/javascript/core/options.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: Options
sidebarTitle: Options
---

# `createAppKit` Options

import Options from "/snippets/appkit/shared/options.mdx";

# Options
Expand Down
3 changes: 2 additions & 1 deletion appkit/next/core/hooks.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Hooks
title: AppKit Hooks
sidebarTitle: Hooks
---

import WagmiHooks from "/snippets/appkit/next/wagmi/hooks.mdx";
Expand Down
2 changes: 1 addition & 1 deletion appkit/next/core/installation.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Installation
title: Quickstart
---

import CloudBanner from "/snippets/cloud-banner.mdx";
Expand Down
5 changes: 4 additions & 1 deletion appkit/next/core/options.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: Options
title: " "
sidebarTitle: Options
---

# `createAppKit` Options

import Options from "/snippets/appkit/shared/options.mdx";

<Options />
3 changes: 2 additions & 1 deletion appkit/react-native/core/hooks.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Hooks
title: AppKit Hooks
sidebarTitle: Hooks
---

import WagmiHooks from "/snippets/appkit/react-native/wagmi/hooks.mdx";
Expand Down
3 changes: 2 additions & 1 deletion appkit/react/core/hooks.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Hooks
title: AppKit Hooks
sidebarTitle: Hooks
---

import WagmiHooks from "/snippets/appkit/react/wagmi/hooks.mdx";
Expand Down
2 changes: 1 addition & 1 deletion appkit/react/core/installation.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Installation
title: Quickstart
---

import CloudBanner from "/snippets/cloud-banner.mdx";
Expand Down
6 changes: 5 additions & 1 deletion appkit/react/core/options.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
title: Options
title: " "
sidebarTitle: Options
---

# `createAppKit` Options


import Options from "/snippets/appkit/shared/options.mdx";

<Options />
2 changes: 1 addition & 1 deletion appkit/vue/core/installation.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Installation
title: Quickstart
---

import CloudBanner from "/snippets/cloud-banner.mdx";
Expand Down
5 changes: 4 additions & 1 deletion appkit/vue/core/options.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: Options
title: " "
sidebarTitle: Options
---

# `createAppKit` Options

import Options from "/snippets/appkit/shared/options.mdx";

# Options
Expand Down
11 changes: 6 additions & 5 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,18 @@
{
"group": "AppKit Guides",
"pages":[
"appkit/recipes/telegram-mini-app",
"appkit/recipes/smart-sessions",
"appkit/recipes/sponsoring-first-transaction",
"appkit/recipes/EVM-smart-contract-interaction",
"appkit/recipes/solana-send-transaction",
"appkit/recipes/tenderly-virtual-testnets",
"appkit/recipes/wagmi-send-transaction",
"appkit/recipes/ethers-send-transaction",
"appkit/recipes/EVM-smart-contract-interaction",
"appkit/recipes/solana-send-transaction",
"appkit/recipes/bitcoin-send-transaction",
"appkit/recipes/switching-to-send-calls",
"appkit/recipes/sponsoring-first-transaction",
"appkit/recipes/travel-rule",
"appkit/recipes/smart-sessions"

"appkit/recipes/telegram-mini-app"
]
}
]
Expand Down
8 changes: 4 additions & 4 deletions overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ Step-by-step guides and ready-to-use code examples designed to help you quickly
**Click on the "Guides" section in the sidebar to explore more.**

<CardGroup cols={2}>
<Card title="Build a Telegram Mini App" icon="telegram" href="/appkit/recipes/telegram-mini-app">
Learn how to create a Telegram Mini App with Reown.
</Card>

<Card title="How to Build on EVM" icon="ethereum" href="/appkit/recipes/wagmi-send-transaction">
Step-by-step guide to building on Ethereum Virtual Machine (EVM).
</Card>
Expand All @@ -122,6 +118,10 @@ Step-by-step guides and ready-to-use code examples designed to help you quickly
<Card title="Gas Sponsorship using Reown AppKit" icon="gas-pump" href="/appkit/recipes/sponsoring-first-transaction">
Learn how to use Reown AppKit to sponsor gas fees for your users.
</Card>

<Card title="Smart Sessions using AppKit" icon="brain" href="/appkit/recipes/smart-sessions">
Learn how to integrate Smart Sessions with React.
</Card>
</CardGroup>


Expand Down
4 changes: 0 additions & 4 deletions snippets/appkit/shared/options.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: Options
---

The following options can be passed to the `createAppKit` function:

```ts
Expand Down
2 changes: 1 addition & 1 deletion walletkit/web/installation.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Installation
title: Quickstart
---

Install WalletKit using npm or yarn.
Expand Down