← Return to Home

Adding Pages for Private and Internal Repositories

This page provides instructions for Bass Pro Enterprise DevSecOps contributors on how to add informational pages for private and internal repositories within the organization.

Overview

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.

Steps to Add a New Page

Example

<!-- 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>

Best Practices


For questions or help, contact the repository maintainers or open an issue.