### Purpose <!-- Why is this page being created? --> Document GitHub infrastructure. Document more advanced features that may require more documentation specific details for what we implemented. ### Page Tree <!-- Show the updated page tree when the new page is added. --> ```yml nav: ... - Reference: - Infrastructure: - GitHub: - Features: - Actions: reference/github/infrastructure/actions.md - Packages: reference/github/infrastructure/packages.md ... ``` ### Topics <!-- What are some of the topics that will be discussed on the new page? --> - Actions - Creating actions (from others and make our own custom actions) - Our custom linter(s): Hyperlink Linter - Packages - Sailbot Workspace packages ### Resources <!-- Link to any extra resources that might help and describe the relevance if not obvious. --> - [Custom Actions](https://docs.github.com/en/actions/creating-actions/about-custom-actions) - [Custom Hyperlink Linter](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) - [Packages](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry)
Purpose
Document GitHub infrastructure. Document more advanced features that may require more documentation specific details for what we implemented.
Page Tree
Topics
Resources