\docs: enhance Layer5 Cloud concepts documentation with comprehensive guide\n\n- Remove draft status and placeholder content\n- Add detailed explanations of core architecture concepts\n- Document organizational hierarchy (Organizations, Workspaces, Teams, Users)\n- Explain resource management concepts (Designs, Environments, Connections)\n- Cover collaboration and RBAC features\n- Add integration and extensibility information\n- Include visual hierarchy diagram for concept relationships\n- Provide clear next steps for users\n- Use alert components to highlight key information and best practices" #1153
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Pull Request Labeler" | |
| on: | |
| - pull_request_target | |
| jobs: | |
| triage: | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: actions/labeler@v4 | |
| with: | |
| repo-token: "${{ secrets.GITHUB_TOKEN }}" |