This page provides instructions for Bass Pro Enterprise DevSecOps contributors on how to add informational pages for private and internal repositories within the organization.
You can create additional pages on this GitHub Pages site to provide documentation, onboarding guides, or status updates for internal and private repositories. These pages can help team members and stakeholders find relevant information about each project, even if the repository itself is private.
.html
file (e.g., repo-<name>.html
).index.html
.
index.html
to add a link to your new page under the Repository Pages section.main
branch.<!-- Example link in index.html -->
<li class="repo-link">
<svg width="20" height="20" viewBox="0 0 24 24"><path d="..."/></svg>
<a href="repo-infra-automation.html" title="Repo 4 (Private)">Repo 4: Infrastructure Automation</a>
</li>
For questions or help, contact the repository maintainers or open an issue.