forked from invertase/globe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs.yaml
64 lines (64 loc) · 1.43 KB
/
docs.yaml
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
---
name: Docs
logo: "/assets/globe_dark.png"
logoDark: "/assets/globe_light.png"
twitter: dart_globe
anchors:
- title: Discord
icon: discord
link: https://invertase.link/globe-discord
theme: "#FFA03F"
favicon: "/assets/globe_dark.png"
sidebar:
- - Overview
- "/"
- - Getting Started
- "/getting-started"
- - CLI
- - - CLI Overview
- "/cli"
- - Deploy
- "/cli.commands.deploy"
- - Link
- "/cli.commands.link"
- - Login
- "/cli.commands.login"
- - Logout
- "/cli.commands.logout"
- - Unlink
- "/cli.commands.unlink"
- - Deployments
- - - Overview
- "/deployments"
- - Build Settings
- "/deployments.build-settings"
- - Domains
- "/deployments.domains"
- - Environment Variables
- "/deployments.environment-variables"
- - GitHub Integration
- "/deployments.github-integration"
- - Hooks
- "/deployments.hooks"
- - Redeployments
- "/deployments.redeployments"
- - Frameworks
- - - Overview
- "/frameworks"
- - Dart Frog
- "/frameworks.dart-frog"
- - Jaspr
- "/frameworks.jaspr"
- - Infrastructure
- - - Overview
- "/infrastructure"
- - Cold Starts
- "/infrastructure.cold-starts"
- - Cron Jobs
- "/infrastructure.cron-jobs"
- - Headers
- "/infrastructure.headers"
- - Regions
- "/infrastructure.regions"
- - WebSockets
- "/infrastructure.websockets"