forked from getampt/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebar.json
51 lines (51 loc) · 2.03 KB
/
sidebar.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"Getting Started": [
{ "title": "Installation", "href": "/docs/" },
{ "title": "How Ampt Works", "href": "/docs/overview/" }
],
"Core Concepts": [
{ "title": "Apps & Environments", "href": "/docs/environments/" },
{ "title": "CDN & Caching", "href": "/docs/cdn/" },
{ "title": "State Management", "href": "/docs/state-management/" },
{ "title": "Ampt Runtime", "href": "/docs/runtime/" },
{ "title": "Ignoring Files & Directories", "href": "/docs/ignores/" }
],
"Interfaces": [
{ "title": "HTTP", "href": "/docs/http/" },
{ "title": "Tasks", "href": "/docs/tasks/" },
{ "title": "Events", "href": "/docs/events/" },
{ "title": "Parameters", "href": "/docs/parameters/" },
{ "title": "Storage", "href": "/docs/storage/" },
{ "title": "WebSockets", "href": "/docs/websockets/" }
],
"Modules": [
{ "title": "API", "href": "/docs/api/" },
{ "title": "Data", "href": "/docs/data/" }
],
"Workflows": [
{ "title": "Running Scripts", "href": "/docs/scripts/" },
{ "title": "CI/CD", "href": "/docs/cicd/" }
],
"Frameworks": [
{ "title": "Next.js", "href": "/docs/frameworks/next/" },
{ "title": "Nuxt", "href": "/docs/frameworks/nuxt/" },
{ "title": "Remix", "href": "/docs/frameworks/remix/" },
{ "title": "Astro", "href": "/docs/frameworks/astro/" },
{ "title": "Eleventy", "href": "/docs/frameworks/eleventy/" },
{ "title": "SvelteKit", "href": "/docs/frameworks/sveltekit/" },
{
"title": "Node-based",
"href": "/docs/frameworks/node-based/"
},
{ "title": "React, Vue, and other SPAs", "href": "/docs/frameworks/spas/" }
],
"Guides": [
{ "title": "Serve Static Assets", "href": "/docs/static-assets/" },
{ "title": "Use Custom Domains", "href": "/docs/custom-domains/" },
{ "title": "Integrate with GitHub", "href": "/docs/github-integration/" }
],
"CLI Reference": [
{ "title": "Standard Mode", "href": "/docs/cli-standard-mode/" },
{ "title": "Interactive Shell", "href": "/docs/cli-interactive-shell/" }
]
}