Skip to content

Commit

Permalink
Nav fixes (#64)
Browse files Browse the repository at this point in the history
* updated tech references, revised guides navigation

* removed vocs config

* remove WaaS dropdown

* updated navs
  • Loading branch information
JamesLawton authored Apr 15, 2024
1 parent ca79acb commit 716e087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pages/guides/unity-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Video from "../../components/Video";

## Intro to Jelly Forest
# Intro to Jelly Forest

Jelly Forest is a blockchain-enabled 2D runner game. The game features social sign in, multi-tiered upgrades (with higher tier requiring lower tier upgrades as inputs to build/mint), and cosmetic upgrades, all of which are stored in an embedded non-custodial smart contract wallet. There are no transaction signing popups or gas fee payment requirements emposed on players.

Expand Down
4 changes: 2 additions & 2 deletions nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const topNav = [
{ text: 'Wallets', link: '/solutions/wallets/overview', match: '/solutions/wallets/overview' },
{ text: 'Marketplace', link: '/solutions/marketplaces/overview', match: '/solutions/marketplaces/overview' },
{ text: 'Collectibles', link: '/solutions/collectibles/contracts/deploy-an-item-collection', match: '/solutions/collectibles/contracts/deploy-an-item-collection' },
{ text: 'Payments', link: '/solutions/nft-checkout', match: '/solutions/nft-checkout' },
{ text: 'Payments', link: '/solutions/payments/onramps/fiat-on-ramps', match: '/solutions/payments/onramps/fiat-on-ramps' },
{ text: 'Builder Console', link: '/solutions/builder/overview', match: '/solutions/builder/overview', items: [
{ text: 'Overview', link: '/solutions/builder/overview', match: '/solutions/builder/overview' },
]
Expand All @@ -18,7 +18,7 @@ export const topNav = [
items: [
{ text: 'Web3 Game with WebGL', link: '/guides/webgl-guide', match: '/guides/webgl-guide' },
{ text: 'Web3 Game with Unity', link: '/guides/unity-guide', match: '/guides/unity-guide' },
{ text: 'Serverless Minting', link: '/guides/unity-guide', match: '/guides/mint-collectibles-serverless' },
{ text: 'Serverless Minting', link: '/guides/mint-collectibles-serverless', match: '/guides/mint-collectibles-serverless' },
{ text: 'AI Lootboxes', link: '/guides/lootbox', match: '/guides/lootbox' },
{ text: 'Custom Marketplace', link: '/guides/custom-marketplace-guide', match: '/guides/custom-marketplace-guide' }
]
Expand Down

0 comments on commit 716e087

Please sign in to comment.