-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathmkdocs.yml
More file actions
94 lines (89 loc) · 2.76 KB
/
Copy pathmkdocs.yml
File metadata and controls
94 lines (89 loc) · 2.76 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
86
87
88
89
90
91
92
93
94
site_name: floci-gcp
site_description: Free, open-source local GCP emulator
site_url: https://floci.io/floci-gcp/
repo_url: https://github.com/floci-io/floci-gcp
repo_name: floci-io/floci-gcp
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: overrides
logo: assets/floci-header.svg
favicon: assets/floci.svg
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.instant
- search.highlight
- search.suggest
- content.code.copy
- content.code.annotate
- content.tabs.link
extra_css:
- assets/extra.css
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
- tables
- attr_list
nav:
- Home: index.md
- Getting Started:
- Quick Start: getting-started/quick-start.md
- Installation: getting-started/installation.md
- GCP CLI & SDK Setup: getting-started/gcp-setup.md
- Configuration:
- Environment Variables: configuration/environment-variables.md
- Docker Compose: configuration/docker-compose.md
- Multi-Project Isolation: configuration/multi-project.md
- Storage Modes: configuration/storage.md
- Advanced:
- application.yml Reference: configuration/advanced/application-yml.md
- Services:
- Overview: services/index.md
- Cloud Storage (GCS): services/gcs.md
- Pub/Sub: services/pubsub.md
- Firestore: services/firestore.md
- Datastore: services/datastore.md
- Secret Manager: services/secret-manager.md
- Cloud Logging: services/logging.md
- Cloud KMS: services/kms.md
- IAM: services/iam.md
- IAM Credentials: services/iam-credentials.md
- Security Token Service (STS): services/sts.md
- Managed Kafka: services/managed-kafka.md
- GKE (Kubernetes Engine): services/gke.md
- Cloud SQL for PostgreSQL: services/cloud-sql-postgres.md
- Cloud Run: services/cloud-run.md
- Cloud Functions: services/cloud-functions.md
- Cloud Tasks: services/cloud-tasks.md
- Cloud Scheduler: services/scheduler.md
- Cloud Monitoring: services/cloud-monitoring.md
- Eventarc: services/eventarc.md
- Service Usage: services/service-usage.md
- Firebase Auth: services/firebase-auth.md
- BigQuery: services/bigquery.md
- Contributing: contributing.md