-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathdocs.yml
More file actions
executable file
·77 lines (72 loc) · 1.82 KB
/
Copy pathdocs.yml
File metadata and controls
executable file
·77 lines (72 loc) · 1.82 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
- title: Basics
path: basics/what-is-koop
docs:
- title: What is Koop?
path: basics/what-is-koop
- title: Overview
path: basics/overview
- title: Quick start
path: basics/quickstart
- title: Provider Types
path: basics/provider-types
- title: FAQs
path: basics/faqs
- title: System Requirements
path: basics/system-requirements
- title: Available Plugins
path: available-plugins/providers
docs:
- title: Providers
path: available-plugins/providers
- title: Outputs
path: available-plugins/outputs
- title: Caches
path: available-plugins/caches
- title: Authorizations
path: available-plugins/authorizations
- title: File Systems
path: available-plugins/file-systems
- title: Plugins
path: available-plugins/plugins
- title: Usage
path: usage/koop-core
docs:
- title: Koop Core
path: usage/koop-core
- title: Provider
path: usage/provider
- title: Cache
path: usage/cache
- title: Output
path: usage/output
- title: Authorization
path: usage/authorization
- title: Plugin Development
path: development
docs:
- title: Plugin Registration Spec
path: development/registration
- title: Provider Spec
path: development/provider
subdocs:
- title: Registration file and options
path: development/provider/registration
- title: Model Class
path: development/provider/model
- title: Routes and Controllers
path: development/provider/routes
- title: Cache Spec
path: development/cache
- title: Output Spec
path: development/output
- title: Authorization Spec
path: development/authorization
- title: Deployment
path: deployment
docs:
- title: Docker
path: deployment/docker
- title: Heroku
path: deployment/heroku
- title: AWS Lambda
path: deployment/aws-lambda