Skip to content

Commit 2aff68f

Browse files
committed
Fixed broken links
1 parent c50c426 commit 2aff68f

4 files changed

Lines changed: 4 additions & 78 deletions

File tree

docs/create-sei/quick-start.mdx

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,4 @@ After running the CLI, you'll have a fully configured Sei dApp ready for develop
103103

104104
- **Development Tools Configured** - TypeScript, ESLint, Prettier, and Tailwind CSS automatically configured with sensible defaults and ready for immediate development.
105105

106-
- **Sei Network Integration** - Built-in Sei network configuration and contract interaction examples to help you start building on Sei right away.
107-
108-
## Next Steps
109-
110-
<CardGroup cols={2}>
111-
<Card title="Set Up Your Project" href="/create-sei/next-steps" icon="play">
112-
Learn how to set up your project and start building with your chosen template
113-
</Card>
114-
<Card title="Explore Templates" href="/create-sei/templates" icon="layer-group">
115-
View all available templates and their specific features
116-
</Card>
117-
<Card title="Customize Your Project" href="/create-sei/customization" icon="palette">
118-
Advanced customization options and development patterns
119-
</Card>
120-
</CardGroup>
106+
- **Sei Network Integration** - Built-in Sei network configuration and contract interaction examples to help you start building on Sei right away.

docs/create-sei/welcome.mdx

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,4 @@ npx @sei-js/create-sei app -n my-sei-app
3333

3434
## What's Included
3535

36-
Every project includes wallet connections, contract interactions, TypeScript, Tailwind CSS, ESLint, and responsive layouts. No additional setup required.
37-
38-
## Next Steps
39-
40-
<CardGroup cols={2}>
41-
<Card title="CLI Usage" href="/create-sei/quick-start" icon="terminal">
42-
Interactive setup and direct template commands
43-
</Card>
44-
<Card title="Browse Templates" href="/create-sei/templates" icon="layer-group">
45-
Compare features and choose the right template
46-
</Card>
47-
<Card title="Project Setup" href="/create-sei/next-steps" icon="code">
48-
Environment config and development patterns
49-
</Card>
50-
<Card title="Customization" href="/create-sei/customization" icon="palette">
51-
Advanced patterns and custom components
52-
</Card>
53-
</CardGroup>
36+
Every project includes wallet connections, contract interactions, TypeScript, Tailwind CSS, ESLint, and responsive layouts. No additional setup required.

docs/introduction.mdx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ icon: "rocket"
4646
```
4747
</Card>
4848

49-
<Card title="@sei-js/create-sei" icon="hammer" href="/create-sei/introduction">
49+
<Card title="@sei-js/create-sei" icon="hammer" href="/create-sei/welcome">
5050
**Project scaffolding and templates**
5151

5252
Bootstrap new Sei projects with pre-configured templates and tooling.
@@ -76,16 +76,6 @@ icon: "rocket"
7676
```
7777
</Card>
7878

79-
<Card title="@sei-js/registry" icon="database" href="/registry/introduction">
80-
**Chain and asset registry**
81-
82-
Access comprehensive data about Sei networks, tokens, and assets.
83-
84-
```bash
85-
yarn add @sei-js/registry
86-
```
87-
</Card>
88-
8979
<Card title="@sei-js/mcp-server" icon="robot" href="/mcp-server/introduction">
9080
**LLM blockchain integration**
9181

docs/precompiles/introduction.mdx

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -31,37 +31,4 @@ yarn add @sei-js/precompiles
3131
pnpm add @sei-js/precompiles
3232
```
3333

34-
</CodeGroup>
35-
36-
## Next Steps
37-
38-
<CardGroup cols={2}>
39-
<Card
40-
title="Quick Start"
41-
icon="rocket"
42-
href="/precompiles/quick-start"
43-
>
44-
Get up and running with precompiles in 5 minutes
45-
</Card>
46-
<Card
47-
title="Contract Reference"
48-
icon="book"
49-
href="/precompiles/precompiles/reference"
50-
>
51-
Complete reference for all precompile contracts
52-
</Card>
53-
<Card
54-
title="Usage with viem"
55-
icon="code"
56-
href="/precompiles/precompiles/viem"
57-
>
58-
Type-safe precompile interactions with Viem
59-
</Card>
60-
<Card
61-
title="Usage with ethers.js"
62-
icon="ethereum"
63-
href="/precompiles/precompiles/ethers"
64-
>
65-
Use precompile contract factories with Ethers.js
66-
</Card>
67-
</CardGroup>
34+
</CodeGroup>

0 commit comments

Comments
 (0)