Skip to content

Commit

Permalink
Docs fixes to links, and navs
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykie committed Aug 6, 2024
1 parent a5aeb91 commit 80aeba9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/assets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

| Asset Type | Description |
| :--------------------------------------------------------------- | :- |
| [:simple-packer: __Packer Templates__](/docs/assets/packer/index.md) | Packer templates provide an easy way to build machine images for commonly used game dev infrastructure. Currently the project includes Packer templates for UE5 build agents for Linux and Windows, as well as a Packer template for building a Perforce Helix Core version control AMI. |
| [:simple-jenkins: __Jenkins Pipelines__](/docs/assets/jenkins-pipelines/jenkins-pipelines.md) | Jenkins Pipelines for common game dev automation workflows |
| [:simple-ansible: __Ansible Playbooks__](/docs/assets/ansible-playbooks/ansible-playbooks.md) | Automation scripts for reusable system level configurations. |
| [:simple-docker: __Dockerfiles (Coming Soon!)__](/docs/assets/dockerfiles.md) | Dockerfiles for creating Docker images of commonly used game dev infrastructure. These are primarily used in scenarios where there aren't openly available pre-built images that address a use case, or significant customization is needed that warrants building an image |
| [:simple-packer: __Packer Templates__](./packer/index.md) | Packer templates provide an easy way to build machine images for commonly used game dev infrastructure. Currently the project includes Packer templates for UE5 build agents for Linux and Windows, as well as a Packer template for building a Perforce Helix Core version control AMI. |
| [:simple-jenkins: __Jenkins Pipelines__](./jenkins-pipelines/jenkins-pipelines.md) | Jenkins Pipelines for common game dev automation workflows |
| [:simple-ansible: __Ansible Playbooks__](./ansible-playbooks/ansible-playbooks.md) | Automation scripts for reusable system level configurations. |
| [:simple-docker: __Dockerfiles (Coming Soon!)__](./dockerfiles.md) | Dockerfiles for creating Docker images of commonly used game dev infrastructure. These are primarily used in scenarios where there aren't openly available pre-built images that address a use case, or significant customization is needed that warrants building an image |
2 changes: 1 addition & 1 deletion docs/assets/packer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
!!! info
**Don't see a Packer template that solves your needs?** Create a [feature request](https://github.com/aws-games/cloud-game-development-toolkit/issues/new?assignees=&labels=feature-request&projects=&template=feature_request.yml&title=Feature+request%3A+TITLE) for a new template or learn [how to contribute new assets to the project below](#Contribute new Assets to the Cloud Game Development Toolkit)

| Asset Type | Description |
| Template | Description |
| :--------------------------------------------------------------- | :- |
| [:simple-linux: __Linux Build Agents__](./build-agents/linux.md) | Provision C++ compilation machines on Amazon Linux 2023 and Ubuntu machines on both x86 and ARM based architectures with useful tools like compiler caches such as [Octobuild](https://github.com/octobuild/octobuild) preinstalled.|
| [:material-microsoft-windows-classic: __Windows Build Agents__](./build-agents/windows.md) | Create Windows 2022 based instances capable of Unreal Engine compilation out of the box. |
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ nav:
- Linux Build Agents: assets/packer/build-agents/linux.md
- Windows Build Agent: assets/packer/build-agents/windows.md
- Perforce Helix Core: assets/packer/helix-core.md
- Jenkins Pipelines: assets/jenkins-pipelines.md
- Ansible Playbooks: assets/playbooks.md
- Jenkins Pipelines: assets/jenkins-pipelines/jenkins-pipelines.md
- Ansible Playbooks: assets/ansible-playbooks/ansible-playbooks.md
- Dockerfiles: assets/dockerfiles.md
- Modules:
- Overview: modules/index.md
Expand Down

0 comments on commit 80aeba9

Please sign in to comment.