Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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: 1 addition & 1 deletion docs/intro/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Step from '@site/src/components/Step';
import StepNumber from '@site/src/components/StepNumber';

<Intro>
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.
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.
</Intro>


Expand Down
4 changes: 4 additions & 0 deletions docs/reference/LICENSE.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ import KeyPoints from '@site/src/components/KeyPoints';
</div>
</Intro>

:::tip Code License
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.
:::


<KeyPoints title="General License Terms">
- **Attribution** You must attribute the work in the manner specified by the author or licensor.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ async function createConfig() {
to: '/learn/',
},
{
label: 'Reference',
label: 'Reference Architecture',
to: '/reference/',
}
],
Expand Down
33 changes: 32 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
opacity: 0.9;
}

.footer__link-item {
white-space: nowrap;
display: inline-flex;
align-items: center;
}


@media screen and (max-width: 996px) {
.footer .row {
Expand Down
Loading