Skip to content

Commit 57c0469

Browse files
docs: Breaking down tutorials to avoid assuming AWS (#2782)
* docs: Nested AWS into `Authenticating to the Cloud` * Fix build issues. * fix: Reworked components page into execution flow page * docs: Migrating out AWS specific security controls for Pipelines to Account Factory * docs: Updating `ci-workflows.md` with call outs for Account Factory stuff * docs: Addressing PR feedback * docs: Nested AWS into `Authenticating to the Cloud` * Fix build issues. * docs: Restructured initial setup to avoid assuming AWS docs: Splitting up different cloud providers wip: Progress on stacks * fix: Fixing the checkbox ids * docs: Adding AWS docs * docs: WIP progress on adding Pipelines to an existing repo * docs: More troubleshooting guidance * fix: Cutting down on steps for adding a new repo * fix: Redoing GitLab install instructions for parity with GitHub * fix: Updating `deploying-your-first-infrastructure-change` extension to `mdx` * fix: Update to address Azure as well * fix: Update extension for `destroying-infrastructure` to `mdx` * fix: Updating infrastructure destruction docs to support Azure * fix: Fixing broken links and spellcheck * fix: Fixing accidental merge error * fix: Use `groupId` --------- Co-authored-by: Josh Padnick <josh@gruntwork.io>
1 parent 196c6a6 commit 57c0469

9 files changed

Lines changed: 337 additions & 214 deletions

docs/2.0/docs/accountfactory/installation/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Account Factory is automatically integrated into [new Pipelines root repositorie
66

77
By default, Account Factory includes the following components:
88

9-
- 📋 An HTML form for generating workflow inputs: `.github/workflows/account-factory-inputs.html`
9+
- An HTML form for generating workflow inputs: `.github/workflows/account-factory-inputs.html`
1010

11-
- 🏭 A workflow for generating new requests: `.github/workflows/account-factory.yml`
11+
- A workflow for generating new requests: `.github/workflows/account-factory.yml`
1212

13-
- 🗃️ A root directory for tracking account requests: `_new-account-requests`
13+
- A root directory for tracking account requests: `_new-account-requests`
1414

15-
- ⚙️ A YAML file for tracking account names and IDs: `accounts.yml`
15+
- A YAML file for tracking account names and IDs: `accounts.yml`
1616

1717
For detailed instructions on using these components, refer to the [Vending a New AWS Account Guide](/2.0/docs/accountfactory/guides/vend-aws-account).
1818

docs/2.0/docs/pipelines/installation/addingexistinggitlabrepo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ git push
853853

854854
## Next Steps
855855

856-
You have successfully completed the installation of Gruntwork Pipelines in an existing GitLab project. Proceed to [Deploying your first infrastructure change](/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change.md) to begin deploying changes.
856+
You have successfully completed the installation of Gruntwork Pipelines in an existing GitLab project. Proceed to [Deploying your first infrastructure change](/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change) to begin deploying changes.
857857

858858
## Troubleshooting Tips
859859

docs/2.0/docs/pipelines/installation/addingexistingrepo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ git push
842842

843843
## Next Steps
844844

845-
You have successfully completed the installation of Gruntwork Pipelines in an existing repository. Proceed to [Deploying your first infrastructure change](/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change.md) to begin deploying changes.
845+
You have successfully completed the installation of Gruntwork Pipelines in an existing repository. Proceed to [Deploying your first infrastructure change](/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change) to begin deploying changes.
846846

847847
## Troubleshooting Tips
848848

docs/2.0/docs/pipelines/installation/addinggitlabrepo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,4 +389,4 @@ git push
389389

390390
## Next steps
391391

392-
You have successfully completed the installation of Gruntwork Pipelines in a new repository. Proceed to [Deploying your first infrastructure change](/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change.md) to begin deploying changes.
392+
You have successfully completed the installation of Gruntwork Pipelines in a new repository. Proceed to [Deploying your first infrastructure change](/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change) to begin deploying changes.

docs/2.0/docs/pipelines/installation/addingnewrepo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,4 +966,4 @@ git push
966966

967967
## Next steps
968968

969-
You have successfully completed the installation of Gruntwork Pipelines in a new repository. Proceed to [Deploying your first infrastructure change](/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change.md) to begin deploying changes.
969+
You have successfully completed the installation of Gruntwork Pipelines in a new repository. Proceed to [Deploying your first infrastructure change](/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change) to begin deploying changes.

docs/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change.md

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

0 commit comments

Comments
 (0)