Skip to content

Commit

Permalink
chore(website): use quickstart page (#14148)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Jul 12, 2023
1 parent 1a136d4 commit 118d77d
Show file tree
Hide file tree
Showing 6 changed files with 212 additions and 165 deletions.
2 changes: 1 addition & 1 deletion packages/website/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function Hero() {
<div className="mt-10 flex md:justify-left">
<div className="inline-flex rounded-md shadow">
<a
href="/docs/guides"
href="/docs"
className="inline-flex items-center rounded-md border border-transparent bg-[#e81899] px-5 py-3 text-base font-semibold text-white dark:text-neutral-100 hover:bg-[#d1168a] hover:no-underline hover:text-white"
>
Get started โ†’
Expand Down
10 changes: 5 additions & 5 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
},
"dependencies": {
"@vercel/analytics": "^1.0.1",
"next": "^13.4.8",
"next": "^13.4.9",
"next-themes": "^0.2.1",
"nextra": "^2.8.0",
"nextra-theme-docs": "^2.8.0",
"nextra": "^2.9.0",
"nextra-theme-docs": "^2.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@heroicons/react": "^2.0.18",
"@types/node": "^20.3.3",
"@types/node": "^20.4.1",
"@types/react": "^18.2.14",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"postcss": "^8.4.25",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/website/pages/docs/_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"index": {
"title": "Hello ๐Ÿ‘‹"
"title": "Quickstart"
},
"guides": {
"title": "Guides"
Expand Down
1 change: 1 addition & 0 deletions packages/website/pages/docs/guides.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ You can leave feedback [here](https://docs.google.com/forms/d/1Vn10tqZW0bPvNUItz
- ๐ŸŒณ [Run a Sepolia node](/docs/guides/run-a-sepolia-node)
- ๐Ÿ“ค [Enable a proposer](/docs/guides/enable-a-proposer)
- โœ… [Enable a prover](/docs/guides/enable-a-prover)
- ๐Ÿ›„ [Claim prover TTKO](/docs/guides/claim-prover-ttko)
- ๐Ÿš€ [Deploy a contract](/docs/guides/deploy-a-contract)
- ๐Ÿ“œ [Verify a contract](/docs/guides/verify-a-contract)
- ๐Ÿ› ๏ธ [Build a dapp](/docs/guides/build-a-dapp)
19 changes: 14 additions & 5 deletions packages/website/pages/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { Cards, Card } from "nextra/components";

## Welcome to Taiko ๐Ÿฅ

Taiko is a decentralized, Ethereum-equivalent ZK-Rollup ([Type 1 ZK-EVM](https://mirror.xyz/labs.taiko.eth/w7NSKDeKfJoEy0p89I9feixKfdK-20JgWF9HZzxfeBo)). We're working on the full Ethereum [ZK-EVM circuits](https://github.com/privacy-scaling-explorations/zkevm-circuits) as part of a community effort led by the Ethereum Foundation's Privacy and Scaling Explorations (PSE) team.
Expand All @@ -6,22 +8,29 @@ Check out the [Taiko roadmap](/images/roadmaps/taiko-roadmap.png) to see where w

## Get started

Check out the [guides](/docs/guides) section get started with Taiko on the testnet!
Here's the best guides to get started with trying Taiko:

<Cards>
<Card title="Deploy a contract" href="/docs/guides/build-on-taiko/deploy-a-contract" />
<Card title="Run a Taiko node" href="/docs/guides/run-a-node/run-a-node" />
</Cards>

Check out our full guides section [here](/docs/guides)!

## Contribute to Taiko

Taiko is an open-source, community-driven project that welcomes and values every and any contribution. That's including both technical and non-technical contributions.

Take a look at the [contributing page](https://github.com/taikoxyz/taiko-mono/contribute) to get started as a contributor!
Take a look at the [contributing page](https://github.com/taikoxyz/taiko-mono/contribute) to get started as a contributor!

## Join the community

Taiko has a vibrant, talented, and supportive community. Become part of the Taiko community on:

* **Discord**: Join our [Discord server](https://discord.gg/taikoxyz) to ask questions, get technical support, and just have fun.
- **Discord**: Join our [Discord server](https://discord.gg/taikoxyz) to ask questions, get technical support, and just have fun.

* **Twitter**: Follow us on [Twitter](https://twitter.com/taikoxyz) to get the latest announcements, read insightful threads, and connect with peers.
- **Twitter**: Follow us on [Twitter](https://twitter.com/taikoxyz) to get the latest announcements, read insightful threads, and connect with peers.

* **Community forum:** Come to our [community forum](https://community.taiko.xyz/) for more in-depth research, development, and other discussions.
- **Community forum:** Come to our [community forum](https://community.taiko.xyz/) for more in-depth research, development, and other discussions.

Hope to see you soon! ๐Ÿซถ
Loading

0 comments on commit 118d77d

Please sign in to comment.