Skip to content
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

feat(docs-site): docs rebrand #18833

Merged
merged 16 commits into from
Jan 29, 2025
Merged
2 changes: 1 addition & 1 deletion .github/workflows/repo--vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
run: vercel build ${{ inputs.flags }} --token=${{ secrets.vercel_token }}

- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt ${{ inputs.flags }} --token=${{ secrets.vercel_token }}
run: vercel deploy --prebuilt ${{ inputs.flags }} --force --token=${{ secrets.vercel_token }}
2 changes: 1 addition & 1 deletion packages/docs-site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ This is where we extend the `docsSchema`.

## Contributing

View CONTRIBUTING.md inside of the [Taiko monorepo](https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md).
View CONTRIBUTING.md inside of the [Taiko Alethia monorepo](https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md).
47 changes: 23 additions & 24 deletions packages/docs-site/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default defineConfig({
exclude: [
"/api-reference/bridge-relayer",
"/api-reference/event-indexer",
"/api-reference/prover-server",
],
}),
starlightOpenAPI([
Expand Down Expand Up @@ -67,7 +66,7 @@ export default defineConfig({
{
label: "Core Concepts",
items: [
{ label: "What is Taiko?", link: "/core-concepts/what-is-taiko/" },
{ label: "What is Taiko Alethia?", link: "/core-concepts/what-is-taiko-alethia/" },
{
label: "Contestable rollups (BCR)",
link: "/core-concepts/contestable-rollup/",
Expand All @@ -84,21 +83,21 @@ export default defineConfig({
],
},
{
label: "Taiko Protocol",
label: "Taiko Alethia Protocol",
items: [
{
label: "Codebase Analysis",
collapsed: true,
items: [
{label: "TaikoL1 Contract", link: "/taiko-protocol/codebase-analysis/taikol1-contract"},
{label: "TaikoL2 Contract", link: "/taiko-protocol/codebase-analysis/taikol2-contract"},
{label: "SGXVerifier Contract", link: "/taiko-protocol/codebase-analysis/sgxverifier-contract"},
{label: "TaikoL1 Contract", link: "/taiko-alethia-protocol/codebase-analysis/taikol1-contract"},
{label: "TaikoL2 Contract", link: "/taiko-alethia-protocol/codebase-analysis/taikol2-contract"},
{label: "SGXVerifier Contract", link: "/taiko-alethia-protocol/codebase-analysis/sgxverifier-contract"},
],
},
{ label: "Block states", link: "/taiko-protocol/block-states" },
{ label: "Bridging", link: "/taiko-protocol/bridging" },
{ label: "Economics", link: "/taiko-protocol/economics" },
{ label: "Taiko nodes", link: "/taiko-protocol/taiko-nodes" },
{ label: "Block states", link: "/taiko-alethia-protocol/block-states" },
{ label: "Bridging", link: "/taiko-alethia-protocol/bridging" },
{ label: "Economics", link: "/taiko-alethia-protocol/economics" },
{ label: "Taiko nodes", link: "/taiko-alethia-protocol/taiko-alethia-nodes" },
]
},
{
Expand Down Expand Up @@ -135,32 +134,32 @@ export default defineConfig({
collapsed: true,
items: [
{
label: "Run a Taiko node with Docker",
link: "/guides/node-operators/run-a-taiko-node-with-docker/",
label: "Run a Taiko Alethia node with Docker",
link: "/guides/node-operators/run-a-taiko-alethia-node-with-docker/",
},

{
label: "Run an Ethereum testnet node",
link: "/guides/node-operators/run-an-ethereum-testnet-node/",
},
{
label: "Build a Taiko node from source",
link: "/guides/node-operators/build-a-taiko-node-from-source/",
label: "Build a Taiko Alethia node from source",
link: "/guides/node-operators/build-a-taiko-alethia-node-from-source/",
},
{
label: "Run a Taiko mainnet node from source",
link: "/guides/node-operators/run-a-mainnet-taiko-node-from-source/",
label: "Run a node for Taiko Alethia",
link: "/guides/node-operators/run-a-node-for-taiko-alethia/",
},
{
label: "Run a Taiko testnet node from source",
link: "/guides/node-operators/run-a-testnet-taiko-node-from-source/",
label: "Run a node for Taiko Hekla",
link: "/guides/node-operators/run-a-node-for-taiko-hekla/",
},
{
label: "Run a Taiko proposer",
label: "Enable a proposer",
link: "/guides/node-operators/enable-a-proposer/",
},
{
label: "Run a Taiko prover",
label: "Enable a prover",
link: "/guides/node-operators/enable-a-prover/",
},
{
Expand All @@ -179,12 +178,12 @@ export default defineConfig({
label: "Network Reference",
items: [
{
label: "Mainnet addresses",
link: "/network-reference/mainnet-addresses",
label: "Alethia addresses",
link: "/network-reference/alethia-addresses",
},
{
label: "Testnet addresses",
link: "/network-reference/testnet-addresses",
label: "Hekla addresses",
link: "/network-reference/hekla-addresses",
},
{
label: "Differences from Ethereum",
Expand Down
10 changes: 5 additions & 5 deletions packages/docs-site/src/assets/docs-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading