Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence committed Jul 23, 2024
1 parent a02c18c commit 0ae5069
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 2 deletions.
10 changes: 9 additions & 1 deletion pages/_meta.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{
"index": "Overview",
"index": "Welcome to Penumbra",
"interchain-privacy": "Interchain Privacy",
"shielded-dex": "The Penumbra DEX",
"shielded-staking": "Shielded Staking",
"gov": "Decentralized Governance",
"disclosure": "Selective Disclosure",
"web": "Using Penumbra on the web",
"pcli": "Using Penumbra from the command line",
"node": "Running a node",
"frontend": "Running a frontend",
"relayers": "Running relayers",
"lp": "Providing Liquidity",
"dev": "Development",
"risks": "Risks",
"resources": "Resources"
}
5 changes: 4 additions & 1 deletion pages/frontend/_meta.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"minifront": "Minifront"
"minifront": "Minifront",
"voidvote": "Void.Vote",
"cuiloa": "Cuiloa",
"dex_explorer": "Dex Explorer"
}
2 changes: 2 additions & 0 deletions pages/index.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { Bleed } from 'nextra-theme-docs'

Penumbra is a fully private, cross-chain proof-of-stake network and
decentralized exchange for the Cosmos and beyond. Penumbra brings privacy to
IBC, allowing anyone to shield any IBC asset just by transferring it into
Expand Down
9 changes: 9 additions & 0 deletions pages/web/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"prax": "Prax Wallet",
"balances": "Viewing Balances",
"ibc-transfers": "Shielding Funds",
"send": "Sending Funds",
"swap": "Swapping Tokens",
"stake": "Staking",
"vote": "Governance"
}
6 changes: 6 additions & 0 deletions theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ export default {
text: ''
},
docsRepositoryBase: 'https://github.com/penumbra-zone/guide',

useNextSeoProps() {
return {
titleTemplate: '%s - Penumbra Guide'
}
}
// ... other theme options
useNextSeoProps() {
return {
Expand Down

0 comments on commit 0ae5069

Please sign in to comment.