-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (56 loc) · 1.47 KB
/
mkdocs.yml
File metadata and controls
61 lines (56 loc) · 1.47 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
site_name: Cloudbox
site_url: https://omab.github.io/cloudbox/reference/
site_description: >-
Local emulator for Google Cloud Platform services — Cloud Storage, Pub/Sub,
Firestore, Secret Manager, Cloud Tasks, BigQuery, Cloud Spanner, Cloud Logging,
Cloud Scheduler, and Cloud KMS.
site_author: Matías Aguirre
repo_url: https://github.com/omab/cloudbox
repo_name: omab/cloudbox
edit_uri: edit/main/docs/
docs_dir: docs
site_dir: _site/reference
theme:
name: material
palette:
scheme: slate
primary: blue
accent: blue
font:
text: Inter
code: JetBrains Mono
features:
- navigation.sections
- navigation.expand
- navigation.top
- navigation.footer
- toc.follow
- search.highlight
- search.share
- content.code.copy
- content.code.annotate
plugins:
- search
markdown_extensions:
- admonition
- tables
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
nav:
- Overview: index.md
- Service Reference:
- Cloud Storage: services/gcs.md
- Cloud Pub/Sub: services/pubsub.md
- Cloud Firestore: services/firestore.md
- Secret Manager: services/secretmanager.md
- Cloud Tasks: services/tasks.md
- Cloud Scheduler: services/scheduler.md
- Cloud KMS: services/kms.md
- BigQuery: services/bigquery.md
- Cloud Spanner: services/spanner.md
- Cloud Logging / Monitoring: services/logging.md