Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/content/_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ const meta: MetaRecord = {
title: 'Quickstart',
theme: {},
},
'open-source': 'Open source edition',
'cloud-offer': 'Cloud offer',
'run-locally': 'Run locally',
'run-on-lightpanda-cloud': 'Run on Lightpanda Cloud',
usage: 'Usage',
guides: 'Guides',
}

export default meta
146 changes: 0 additions & 146 deletions src/content/cloud-offer/tools/cdp.mdx

This file was deleted.

40 changes: 0 additions & 40 deletions src/content/cloud-offer/tools/mcp.mdx

This file was deleted.

11 changes: 11 additions & 0 deletions src/content/guides/_meta.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import type { MetaRecord } from 'nextra'

const meta: MetaRecord = {
'retrieve-an-html-webpage': 'Retrieve an HTML webpage',
'markdown-axtree': 'Get a markdown version',
'interact-with-a-webpage': 'Interact with a webpage',
'use-stagehand': 'Use Stagehand',
'use-hermes': 'Use Hermes Agent',
}

export default meta
Loading
Loading