Skip to content

Commit de44055

Browse files
authored
Create atmos/default.yaml config for a basic docs generation (#228)
Add default configuration for documentation generation.
1 parent 9a14b75 commit de44055

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/atmos/default.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
docs:
2+
generate:
3+
readme:
4+
base-dir: .
5+
input:
6+
- "./README.yaml"
7+
- get_support: true
8+
template: "https://raw.githubusercontent.com/cloudposse/.github/refs/heads/main/README.md.gotmpl"
9+
output: "./README.md"
10+
terraform:
11+
source: .
12+
enabled: false
13+
format: "markdown table"
14+
show_providers: false
15+
show_inputs: true
16+
show_outputs: true
17+
sort_by: "name"
18+
hide_empty: false
19+
indent_level: 2

0 commit comments

Comments
 (0)