-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_nav.json
More file actions
85 lines (85 loc) · 2 KB
/
_nav.json
File metadata and controls
85 lines (85 loc) · 2 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[
{
"title": "Getting Started",
"slug": "getting-started"
},
{
"title": "CLI",
"children": [
{ "title": "Overview", "slug": "cli/index" },
{ "title": "StatikAPI (Core)", "slug": "cli/statikapi" },
{ "title": "Project Scaffolding", "slug": "cli/create-statikapi" }
]
},
{
"title": "Configuration",
"slug": "config"
},
{
"title": "Deployments",
"children": [
{ "title": "Overview", "slug": "deployments/index" },
{ "title": "Cloudflare", "slug": "deployments/cloudflare" },
{ "title": "Netlify", "slug": "deployments/netlify" },
{ "title": "GitHub Pages", "slug": "deployments/github-pages" },
{ "title": "Vercel", "slug": "deployments/vercel" },
{ "title": "Amazon S3", "slug": "deployments/amazon-s3" },
{ "title": "Other Providers", "slug": "deployments/other" }
]
},
{
"title": "Serverless Adapters",
"children": [
{
"title": "Cloudflare Worker + Static Assets Adapter",
"slug": "serverless/cloudflare-adapter"
}
]
},
{
"title": "Routes",
"children": [
{
"title": "Overview",
"slug": "routes/index"
},
{
"title": "Static Routes",
"slug": "routes/static-routes"
},
{
"title": "Dynamic Routes",
"slug": "routes/dynamic-routes"
},
{
"title": "Catch-all Routes",
"slug": "routes/catch-all-routes"
},
{
"title": "Remote Routes",
"slug": "routes/remote-routes"
},
{
"title": "Functions",
"children": [
{
"title": "data()",
"slug": "routes/functions/data-function"
},
{
"title": "paths()",
"slug": "routes/functions/paths-function"
},
{
"title": "config()",
"slug": "routes/functions/config-function"
}
]
}
]
},
{
"title": "Community",
"slug": "community"
}
]