Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New org components #713

Merged
merged 37 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
57c3b55
Initital component refactoring
goruha Oct 18, 2024
0a51a8b
Added first version
goruha Oct 21, 2024
8a464ae
Added documentation
goruha Oct 24, 2024
642edfd
Added documentation
goruha Oct 24, 2024
ee8b9e0
Merge branch 'master' into new-org-components
goruha Oct 24, 2024
034eb1b
Added documentation
goruha Oct 25, 2024
dc7fb06
Merge branch 'new-org-components' of github.com:cloudposse/docs into …
goruha Oct 25, 2024
1af4d44
Fix rendering readme'
goruha Oct 25, 2024
75f1b42
Remove readme
goruha Oct 25, 2024
b6becb3
Fix site build
goruha Oct 25, 2024
a7a2510
Fix subdirs
goruha Oct 25, 2024
c0c6c44
Migrate docs to new components
goruha Nov 4, 2024
be033af
Remove minfied static files
goruha Nov 4, 2024
f60a5c5
Fix terraform values
goruha Nov 8, 2024
14dab10
Fix terraform docs generation
goruha Nov 9, 2024
ec827d8
Fix terraform docs generation
goruha Nov 9, 2024
03951ec
Enable retry github requests
goruha Nov 9, 2024
8100f83
Enable retry github requests
goruha Nov 9, 2024
2a78fcf
Fix repo renaming
goruha Nov 10, 2024
3eaea49
Remove debug output
goruha Nov 10, 2024
74f09cf
Refactor component renderer
goruha Nov 11, 2024
e551bed
Refactor component renderer
goruha Nov 11, 2024
5154286
Refactor component renderer
goruha Nov 11, 2024
4190b62
Fix modules
goruha Nov 11, 2024
b127c8d
Fix modules
goruha Nov 11, 2024
69fe4bd
Refactor components
goruha Nov 11, 2024
19535ca
Fix grouping
goruha Nov 12, 2024
e462b22
Fix grouping
goruha Nov 12, 2024
d20f0cf
Fix grouping
goruha Nov 12, 2024
2a97dfb
Cleanup trunk codes
goruha Nov 19, 2024
756f47f
Added spacelift readme
goruha Nov 19, 2024
721c667
Fix links
goruha Nov 19, 2024
220e3d5
Fix links
goruha Nov 19, 2024
7458e13
Fix links
goruha Nov 19, 2024
02e7db0
Fix links
goruha Nov 19, 2024
04edc44
Fix links
goruha Nov 19, 2024
9bd60d0
Fix links
goruha Nov 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
# Except for these specific files.
# These are the index files for the components, modules, and GitHub Actions.
!/docs/components/library/aws/aws.mdx
!/docs/components/library/aws/spacelift/README.md
!/docs/components/library/aws/tgw/README.md
!/docs/modules/library/artifactory/artifactory.mdx
!/docs/modules/library/cloudflare/cloudflare.mdx
!/docs/modules/library/example/example.mdx
Expand Down
Loading
Loading