Skip to content

Commit

Permalink
DEV-2306: Render Components READMEs (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr authored Jul 25, 2024
1 parent c7c9a89 commit e3ba903
Show file tree
Hide file tree
Showing 31 changed files with 716 additions and 1,264 deletions.
7 changes: 7 additions & 0 deletions .github/actions/build-website/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ runs:
make init
pip install -r scripts/docs-collator/requirements.txt
- name: "Install terraform-docs"
uses: jaxxstorm/action-install-gh-release@v1.12.0
with:
repo: terraform-docs/terraform-docs
tag: v0.18.0
cache: enable

- name: "Render Documentation for Terraform Components"
shell: bash
run: |
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
/resources
/themes
/tmp
/docs/generated/components/library
/docs/generated/modules/library
/docs/generated/github-actions/library
/docs/components/library
/docs/modules/library
/docs/github-actions/library

/static/css
/static/js
Expand Down
File renamed without changes.
10 changes: 0 additions & 10 deletions docs/generated/components/library/aws/_category_.json

This file was deleted.

498 changes: 0 additions & 498 deletions docs/generated/components/library/aws/account/README.mdx

This file was deleted.

10 changes: 0 additions & 10 deletions docs/generated/github-actions/library/actions/_category_.json

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions docs/generated/modules/library/aws/_category_.json

This file was deleted.

Loading

0 comments on commit e3ba903

Please sign in to comment.