Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update documentation #163

Merged
merged 6 commits into from
Jul 29, 2024
Merged
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
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ crash.log
crash.*.log

# Exclude all .tfvars files, which are likely to contain sensitive data, such as
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# to change depending on the environment.
*.tfvars
!example.tfvars
Expand Down Expand Up @@ -44,6 +44,7 @@ terraform.rc

# Ignore IDE configurations
.idea
*.vscode

# Ignore pre-check cache
.pre-commit-trivy-cache/*
Expand Down
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ repos:
- id: check-merge-conflict
- id: detect-private-key
- id: detect-aws-credentials
args:
- --allow-missing-credentials
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/bridgecrewio/checkov
Expand Down
1 change: 0 additions & 1 deletion docs/modules/jenkins/index.md

This file was deleted.

316 changes: 316 additions & 0 deletions docs/modules/jenkins/jenkins.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/modules/jenkins/terraform-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Terraform Module Docs
--8<-- "modules/jenkins/README.md"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Helix Authentication Service (HAS)

[Jump to Terraform docs](./terraform-docs.md){ .md-button .md-button--primary }

[Perforce Helix Authentication Service](https://www.perforce.com/downloads/helix-authentication-service) enables you to integrate certain Perforce products with your organization's Identity Provider (IdP).

This module deploys Perforce Helix Authentication Service on AWS as a fully managed ECS Service using Fargate.

Add details here
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
--8<-- "modules/perforce/helix-authentication-service/README.md"
# Terraform Module Docs
--8<-- "modules/perforce/helix-authentication-service/README.md"
1 change: 0 additions & 1 deletion docs/modules/perforce/helix-core.md

This file was deleted.

9 changes: 9 additions & 0 deletions docs/modules/perforce/helix-core/helix-core.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Perforce Helix Core

[Jump to Terraform docs](./terraform-docs.md){ .md-button .md-button--primary }

[Perforce Helix Core](https://www.perforce.com/products/helix-core/aws) is a scalable version control system that helps teams manage code alongside large, digital assets and collaborate more effectively in one central, secure location. With AWS, teams can quickly deploy Helix Core and accelerate innovation.

This module deploys Perforce Helix Core on AWS using an Amazon Machine Image (AMI) that is included in the Cloud Game Development Toolkit. You can provision this AMI using [Hashicorp Packer](https://www.packer.io/). To get started, navigate to `/assets/packer/perforce/helix-core` and consult the documentation.

Add details here
2 changes: 2 additions & 0 deletions docs/modules/perforce/helix-core/terraform-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Helix Core - Terraform Module Docs
--8<-- "modules/perforce/helix-core/README.md"
1 change: 0 additions & 1 deletion docs/modules/perforce/helix-swarm.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/modules/perforce/helix-swarm/helix-swarm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Perforce Helix Swarm

[Jump to Terraform docs](./terraform-docs.md){ .md-button .md-button--primary }

[Perforce Helix Swarm](https://www.perforce.com/products/helix-swarm) is a free code review tool for projects hosted in [Perforce Helix Core](https://www.perforce.com/products/helix-core).

Insert module usage and instructions here.
2 changes: 2 additions & 0 deletions docs/modules/perforce/helix-swarm/terraform-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Terraform Module Docs
--8<-- "modules/perforce/helix-swarm/README.md"
Empty file removed docs/modules/perforce/index.md
Empty file.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ mkdocs-material==9.5.30
mkdocs-material-extensions==1.3.1
mike==2.1.2
mkdocs-git-revision-date-plugin==0.3.2
mkdocs-open-in-new-tab==1.0.3
32 changes: 21 additions & 11 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ theme:
toggle:
icon: material/lightbulb-outline
name: Switch to light mode

features:
- toc:
permalink: true
Expand Down Expand Up @@ -77,24 +77,32 @@ markdown_extensions:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true

nav:
- Home:
- Home:
- Home: index.md
- Assets:
- Assets:
- Overview: assets/index.md
- Packer Templates: assets/packer.md
- Jenkins Pipelines: assets/jenkins-pipelines.md
- Ansible Playbooks: assets/playbooks.md
- Dockerfiles: assets/dockerfiles.md
- Modules:
- Modules:
- Overview: modules/index.md
- Jenkins: modules/jenkins/index.md
- Jenkins:
- Installation and Usage: modules/jenkins/jenkins.md
- Module Docs: modules/jenkins/terraform-docs.md
- Perforce:
- Helix Authentication Service: modules/perforce/helix-authentication-service.md
- Helix Core Server: modules/perforce/helix-core.md
- Helix Swarm: modules/perforce/helix-swarm.md
- Samples:
- Helix Authentication Service:
- Installation and Usage: modules/perforce/helix-authentication-service/helix-authentication-service.md
- Module Docs: modules/perforce/helix-authentication-service/terraform-docs.md
- Helix Core Server:
- Installation and Usage: modules/perforce/helix-core/helix-core.md
- Module Docs: modules/perforce/helix-core/terraform-docs.md
- Helix Swarm:
- Installation and Usage: modules/perforce/helix-swarm/helix-swarm.md
- Module Docs: modules/perforce/helix-swarm/terraform-docs.md
- Samples:
- Overview: samples/index.md
- Simple Build Pipeline: samples/simple-build-pipeline.md
- Changelog: changelog.md
Expand All @@ -103,11 +111,13 @@ nav:
- Contributing: contributing.md
- Discussion: discussion.md
- CI: ci/
- Roadmap: https://github.com/orgs/aws-games/projects/1/views/1

plugins:
- search
- git-revision-date
- offline
- open-in-new-tab

extra:
version:
Expand All @@ -117,4 +127,4 @@ extra:
extra_css:
- stylesheets/extra.css

copyright: Copyright &copy; 2024 Amazon Web Services
copyright: Copyright &copy; 2024 Amazon Web Services
Loading
Loading