Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx committed May 13, 2024
1 parent b97d2a4 commit 9e55203
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion packages/docs-site/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ export default defineConfig({
integrations: [
starlight({
plugins: [
starlightLinksValidator(),
starlightLinksValidator({
exclude: [
"/api-reference/bridge-relayer",
"/api-reference/event-indexer",
],
}),
starlightOpenAPI([
{
base: "api-reference/bridge-relayer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Taiko is a **fully open source, permissionless, Ethereum-equivalent ZK-Rollup**.

### Non-critical backend infrastructure

- [Event indexer](/api-reference/event-indexer-api)
- [Bridge relayer](/api-reference/bridge-relayer-api)
- [Event indexer](/api-reference/event-indexer)
- [Bridge relayer](/api-reference/bridge-relayer)
- [P2P bootstrapping nodes](/network-reference/addresses#taiko-labs-bootnode-addresses)
- [Taiko Labs' proposers and provers](/network-reference/addresses)

Expand Down

0 comments on commit 9e55203

Please sign in to comment.