Skip to content

Commit c970ef4

Browse files
authored
Reworked docs via docusaurus (#548)
Reworked docs via docusaurus framework
1 parent 9f404c6 commit c970ef4

File tree

967 files changed

+15156
-90815
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

967 files changed

+15156
-90815
lines changed

.config.cson

Lines changed: 0 additions & 68 deletions
This file was deleted.

.dockerignore

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
1-
.git/
2-
build-harness/
3-
bin/
4-
**/node_modules/
5-
public/
6-
test/
1+
.git
2+
.gitignore
3+
.editorconfig
4+
5+
# Compiled files
6+
**/.terraform/*
7+
**/.terragrunt-cache/*
8+
*.tfstate
9+
*.tfstate.*
10+
**/terraform.tfvars.json
11+
**/*.terraform.tfvars.json
12+
**/*.helmfile.vars.yaml
13+
**/.terraform.lock.hcl
14+
15+
# Module directory
16+
.terraform
17+
**/.idea
18+
**/*.iml
19+
20+
**/.build-harness
21+
**/build-harness
22+
**/build

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[*]
2+
insert_final_newline = true
3+
14
# Override for Makefile
25
[{Makefile, makefile, GNUmakefile}]
36
indent_style = tab
@@ -8,6 +11,18 @@ indent_style = tab
811
indent_size = 4
912

1013
[*.md]
14+
intent_style = space
15+
indent_size = 2
16+
17+
[*.yaml]
18+
intent_style = space
19+
indent_size = 2
20+
21+
[*.sh]
22+
indent_style = tab
23+
indent_size = 2
24+
25+
[*.{tf,tfvars,tpl}]
1126
indent_style = space
1227
indent_size = 2
1328

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help.
11+
12+
[![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
13+
14+
## Describe the Bug
15+
A clear and concise description of what the bug is.
16+
17+
## Expected Behavior
18+
A clear and concise description of what you expected to happen.
19+
20+
## Steps to Reproduce
21+
Steps to reproduce the behavior:
22+
1. Go to '...'
23+
2. Run '....'
24+
3. Enter '....'
25+
4. See error
26+
27+
## Screenshots
28+
If applicable, add screenshots or logs to help explain your problem.
29+
30+
## Environment (please complete the following information):
31+
32+
Anything that will help us triage the bug will help. Here are some ideas:
33+
- OS: [e.g. Linux, OSX, WSL, etc]
34+
- Version [e.g. 10.15]
35+
36+
## Additional Context
37+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
blank_issues_enabled: false
2+
3+
contact_links:
4+
5+
- name: Community Slack Team
6+
url: https://cloudposse.com/slack/
7+
about: |-
8+
Please ask and answer questions here.
9+
10+
- name: Office Hours
11+
url: https://cloudposse.com/office-hours/
12+
about: |-
13+
Join us every Wednesday for FREE Office Hours (lunch & learn).
14+
15+
- name: DevOps Accelerator Program
16+
url: https://cloudposse.com/accelerate/
17+
about: |-
18+
Own your infrastructure in record time. We build it. You drive it.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: 'feature request'
6+
assignees: ''
7+
8+
---
9+
10+
Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/).
11+
12+
[![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
13+
14+
## Describe the Feature
15+
16+
A clear and concise description of what the bug is.
17+
18+
## Expected Behavior
19+
20+
A clear and concise description of what you expected to happen.
21+
22+
## Use Case
23+
24+
Is your feature request related to a problem/challenge you are trying to solve? Please provide some additional context of why this feature or capability will be valuable.
25+
26+
## Describe Ideal Solution
27+
28+
A clear and concise description of what you want to happen. If you don't know, that's okay.
29+
30+
## Alternatives Considered
31+
32+
Explain what alternative solutions or features you've considered.
33+
34+
## Additional Context
35+
36+
Add any other context or screenshots about the feature request here.

.github/workflows/github-pages-deployment.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/hugo.yaml

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)