Skip to content

Commit

Permalink
Fixes bugs on stay-up-to-date index page (#2230)
Browse files Browse the repository at this point in the history
Content generated fixes by running the releases plugin with the bug fix in [this docs-sourcer PR](gruntwork-io/docs-sourcer#156).
  • Loading branch information
oredavids authored Dec 3, 2024
1 parent 1537e1b commit df6aa8e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/guides/stay-up-to-date/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import CardGroup from "/src/components/CardGroup"

<CardGroup cols={1} gap="1rem" stacked equalHeightRows={false} commonCardProps={{padding: "1.25rem"}}>

<!-- START_DOCS_SOURCER_DYNAMIC_CONTENT id=gruntwork-releases-cards -->
<Card title="Update to 2024-11" href="/guides/stay-up-to-date/releases/2024-11" />
<Card title="Update to 2024-10" href="/guides/stay-up-to-date/releases/2024-10" />
<Card title="Update to 2024-09" href="/guides/stay-up-to-date/releases/2024-09" />
<Card title="Update to 2024-08" href="/guides/stay-up-to-date/releases/2024-08" />
Expand All @@ -30,9 +32,8 @@ import CardGroup from "/src/components/CardGroup"
<Card title="Update to 2023-11" href="/guides/stay-up-to-date/releases/2023-11" />
<Card title="Update to 2023-10" href="/guides/stay-up-to-date/releases/2023-10" />
<Card title="Update to 2023-09" href="/guides/stay-up-to-date/releases/2023-09" />
<Card title="Update to 2023-08" href="/guides/stay-up-to-date/releases/2023-08" />
<Card title="Update to 2023-07" href="/guides/stay-up-to-date/releases/2023-07" />
<Card title="See older releases" href="/guides/stay-up-to-date/releases" />
<!-- END_DOCS_SOURCER_DYNAMIC_CONTENT -->

</CardGroup>

Expand Down Expand Up @@ -111,13 +112,9 @@ href="/guides/stay-up-to-date/cis/cis-1.5.0"

</Grid>


##DOCS-SOURCER-END -->


<!-- ##DOCS-SOURCER-START
{
"sourcePlugin": "releases",
"hash": "a0caca4ec28cda39ab7abc90efddbf9e"
"hash": "1cb8da7049693e1d1a779e4d89bcbfa7"
}
##DOCS-SOURCER-END -->

0 comments on commit df6aa8e

Please sign in to comment.