-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
82 lines (77 loc) · 2.59 KB
/
Copy pathmkdocs.yml
File metadata and controls
82 lines (77 loc) · 2.59 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
site_name: unobin
site_url: https://cloudboss.co/docs/unobin/
repo_url: https://github.com/cloudboss/unobin
repo_name: cloudboss/unobin
copyright: Copyright (c) 2026 cloudboss
theme:
name: cloudboss
logo: assets/logo.svg
favicon: assets/logo.svg
markdown_extensions:
- admonition
- tables
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
plugins:
- search
- literate-nav:
nav_file: SUMMARY.md
extra:
google_analytics_property: G-MZGMN4NWS2
version:
provider: mike
default: latest
nav:
- Overview:
- What is unobin: index.md
- Core concepts: overview/concepts.md
- Unobin vs Terraform: overview/terraform.md
- Getting started:
- Installation: getting-started/installation.md
- First factory: getting-started/first-factory.md
- Compile, plan, apply: getting-started/compile-plan-apply.md
- Dependencies: getting-started/dependencies.md
- Language:
- Syntax overview: language/index.md
- Files and blocks: language/files-and-blocks.md
- Strings: language/strings.md
- Expressions: language/expressions.md
- For comprehensions: language/for-comprehensions.md
- If expressions: language/if-expressions.md
- Builtin types: language/types.md
- Optional values and narrowing: language/optionals.md
- Builtin functions: language/functions.md
- Authoring:
- Factories: authoring/factories.md
- Stack files: authoring/stack-files.md
- Composite libraries: authoring/composite-libraries.md
- Project files and locks: authoring/project-files-and-locks.md
- Imports and versioning: authoring/imports-and-versioning.md
- Local development: authoring/local-development.md
- Libraries:
- Cloudboss libraries: libraries/index.md
- Editors:
- Editor setup: editors/index.md
- Emacs: editors/emacs.md
- VS Code: editors/vscode.md
- Tree-sitter: editors/tree-sitter.md
- LSP: editors/lsp.md
- Go SDK:
- Overview: go-sdk/index.md
- Libraries: go-sdk/libraries.md
- Configuration: go-sdk/configuration.md
- Resources: go-sdk/resources.md
- Data sources: go-sdk/data-sources.md
- Actions: go-sdk/actions.md
- Functions: go-sdk/functions.md
- Schemas, constraints, defaults: go-sdk/schemas-constraints-defaults.md
- State and migrations: go-sdk/state-migrations.md
- Testing: go-sdk/testing.md
- Reference:
- CLI: reference/cli.md
- Machine output: machine-output.md
- Go API: reference/api/