Skip to content

Commit

Permalink
Fixed ZK Reputation routes
Browse files Browse the repository at this point in the history
  • Loading branch information
ihordiachenko committed Nov 6, 2024
1 parent 2562241 commit c86b0a3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/zk-registry/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ import OutLink from "@site/src/components/OutLink";
import IdealImage from '@site/src/components/IdealImage';

# ZK Registry

>TODO
10 changes: 10 additions & 0 deletions docs/zk-reputation/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
description: ZK Reputation
slug: /zk-reputation
---
import OutLink from "@site/src/components/OutLink";
import IdealImage from '@site/src/components/IdealImage';

# ZK Reputation

>TODO
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const sidebars = {
{
type: 'category',
label: 'ZK Reputation',
link: { type: 'doc', id: 'commitment-trees/overview' },
link: { type: 'doc', id: 'zk-reputation/overview' },
collapsed: false,
items: [
'zk-reputation/guide-verifying-reputation',
Expand Down

0 comments on commit c86b0a3

Please sign in to comment.