Skip to content

Commit

Permalink
rename CLI heading -> L1, remove local network & pause resume from me…
Browse files Browse the repository at this point in the history
…ta.json
  • Loading branch information
owenwahlgren committed Nov 13, 2024
1 parent 4cd05f1 commit f59aeac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
8 changes: 4 additions & 4 deletions app/(home)/page.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React, {
Fragment,
type ReactElement,
} from 'react';
import { IndentDecrease, Layers, MailIcon, MonitorCheck, Settings, SproutIcon, SquareGanttChart, TerminalIcon, Webhook, HomeIcon, FolderCode, BadgeDollarSign, CpuIcon, Files, Folder, Globe, Link, SquareIcon, ArrowLeftRight, Coins, SquareCode, SquareStackIcon, Triangle, ChevronDownIcon } from 'lucide-react';
import { IndentDecrease, Layers, MailIcon, MonitorCheck, Settings, SproutIcon, SquareGanttChart, TerminalIcon, Webhook, HomeIcon, FolderCode, BadgeDollarSign, CpuIcon, Files, Folder, Globe, Link, SquareIcon, ArrowLeftRight, Coins, SquareCode, SquareStackIcon, Triangle, ChevronDownIcon, Pyramid } from 'lucide-react';
import { RootToggle } from 'fumadocs-ui/components/layout/root-toggle';
import { Menu, Transition } from '@headlessui/react'

Expand Down Expand Up @@ -125,15 +125,15 @@ export function HamburgerMenu(): React.ReactElement {
url: '/dapps',
},
{
title: 'Avalanche CLI',
title: 'Avalanche L1s',
description: 'Build Your L1 Blockchain',
icon: <Layers />,
url: '/avalanche-l1s',
},
{
title: 'EVM L1s',
title: 'EVM Customization',
description: 'Customize the Ethereum VM',
icon: <FolderCode />,
icon: <Pyramid />,
url: '/evm-l1s',
},
{
Expand Down
8 changes: 4 additions & 4 deletions app/layout.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { type BaseLayoutProps, type DocsLayoutProps } from 'fumadocs-ui/layout';
import { Title, HomeTitle } from '@/app/layout.client';
import { docsPageTree } from '@/utils/docs-loader';
import { RootToggle } from 'fumadocs-ui/components/layout/root-toggle';
import { MailIcon, SproutIcon, SquareGanttChart, IndentDecrease, Layers, MonitorCheck, Settings, Webhook, Server, FolderCode } from 'lucide-react';
import { MailIcon, SproutIcon, SquareGanttChart, IndentDecrease, Layers, MonitorCheck, Settings, Webhook, Pyramid } from 'lucide-react';

// home page configuration (HomeTitle includes hamburger menu)
export const homebaseOptions: BaseLayoutProps = {
Expand Down Expand Up @@ -68,15 +68,15 @@ export const docsOptions: DocsLayoutProps = {
url: '/dapps',
},
{
title: 'Avalanche CLI',
title: 'Avalanche L1s',
description: 'Build Your L1 Blockchain',
icon: <Layers />,
url: '/avalanche-l1s',
},
{
title: 'EVM L1s',
title: 'EVM Customization',
description: 'Customize the Ethereum VM',
icon: <FolderCode />,
icon: <Pyramid />,
url: '/evm-l1s',
},
{
Expand Down
2 changes: 0 additions & 2 deletions content/docs/avalanche-l1s/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
"build-first-avalanche-l1",
"avalanche-l1-nodes",
"---Deploy an Avalanche L1---",
"deploy-a-avalanche-l1/local-network",
"deploy-a-avalanche-l1/fuji-testnet",
"deploy-a-avalanche-l1/avalanche-mainnet",
"deploy-a-avalanche-l1/production-infrastructure",
"deploy-a-avalanche-l1/multisig-auth",
"deploy-a-avalanche-l1/custom-virtual-machine",
"---Maintain an Avalanche L1---",
"maintain/view-avalanche-l1s",
"maintain/pause-resume",
"maintain/delete-avalanche-l1",
"maintain/transfer-pchain-funds",
"---Upgrade an Avalanche L1---",
Expand Down

0 comments on commit f59aeac

Please sign in to comment.