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
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/assets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: Re-usable assets for game development on AWS

| Asset Type | Description |
| :--------------------------------------------------------------- | :- |
| [: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-packer: **Packer Templates**](./packer/README.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**](../../assets/jenkins-pipelines/README.md) | Jenkins Pipelines for common game dev automation workflows |
| [:simple-ansible: **Ansible Playbooks**](../../assets/ansible-playbooks/perforce/p4-server/README.md) | Automation scripts for reusable system level configurations. Unlike Packer templates, you can use these to add new functionality to existing EC2 instances. |
| [: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 |
| [:simple-docker: **Dockerfiles**](./docker/README.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 |
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Welcome to the **Cloud Game Development Toolkit
### Assets

An _asset_ is a singular template, script, or automation document that may prove useful in isolation. Currently, the **Toolkit** contains three types of
_assets_: [Ansible playbooks](../assets/ansible-playbooks/perforce/p4-server/README.md), [Jenkins pipelines](../assets/jenkins-pipelines/README.md), and [Packer templates](../docs/assets/packer/index.md). Each of these
_assets_: [Ansible playbooks](../assets/ansible-playbooks/perforce/p4-server/README.md), [Jenkins pipelines](../assets/jenkins-pipelines/README.md), and [Packer templates](../docs/assets/packer/README.md). Each of these
_assets_ can be used in isolation.

For more information about _assets_, consult the [detailed documentation](../docs/assets/index.md).
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ nav:
- Assets:
- Overview: docs/assets/index.md
- Packer Templates:
- Overview: docs/assets/packer/index.md
- Overview: docs/assets/packer/README.md
- Build Agents:
- Linux Build Agents:
- assets/packer/build-agents/linux/README.md
Expand All @@ -105,7 +105,7 @@ nav:
- Virtual Workstations: assets/packer/virtual-workstations/README.md
- Jenkins Pipelines: assets/jenkins-pipelines/README.md
- Ansible Playbooks: assets/ansible-playbooks/perforce/p4-server/README.md
- Dockerfiles: docs/assets/dockerfiles.md
- Dockerfiles: docs/assets/docker/README.md
- Modules:
- Overview: modules/README.md
- Design Standards: modules/DESIGN_STANDARDS.md
Expand Down