Skip to content

Commit 799e559

Browse files
ostermanclaude
andauthored
Fix footer link wrapping and update label (#833)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 53890bd commit 799e559

File tree

5 files changed

+44
-3
lines changed

5 files changed

+44
-3
lines changed

docs/intro/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Step from '@site/src/components/Step';
1515
import StepNumber from '@site/src/components/StepNumber';
1616

1717
<Intro>
18-
Cloud Posse's reference architecture offers a unique, open-source approach to infrastructure, fostering a collaborative ecosystem with the industry's largest library of Terraform modules and a comprehensive framework using [Atmos](https://atmos.tools). Whether you're an experienced developer or a Terraform newbie, our tools and community are here to help you succeed without sacrificing customization.
18+
Cloud Posse's reference architecture is a commercial, enterprise-ready infrastructure solution backed by [professional support with SLA](/support). Built on open-source foundations with the industry's [largest library of Terraform modules](/reference) and a comprehensive framework using [Atmos](https://atmos.tools), it provides a proven path to production-grade AWS infrastructure without the risk of going it alone.
1919
</Intro>
2020

2121

docs/reference/LICENSE.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ import KeyPoints from '@site/src/components/KeyPoints';
2121
</div>
2222
</Intro>
2323

24+
:::tip Code License
25+
All Cloud Posse [Terraform modules](/modules) and [components](/components) are licensed under the permissive [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), which allows for commercial use, modification, and distribution.
26+
:::
27+
2428

2529
<KeyPoints title="General License Terms">
2630
- **Attribution** You must attribute the work in the manner specified by the author or licensor.

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ async function createConfig() {
282282
to: '/learn/',
283283
},
284284
{
285-
label: 'Reference',
285+
label: 'Reference Architecture',
286286
to: '/reference/',
287287
}
288288
],

package-lock.json

Lines changed: 32 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/footer.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
opacity: 0.9;
4949
}
5050

51+
.footer__link-item {
52+
white-space: nowrap;
53+
display: inline-flex;
54+
align-items: center;
55+
}
56+
5157

5258
@media screen and (max-width: 996px) {
5359
.footer .row {

0 commit comments

Comments
 (0)