|
| 1 | +site_name: Agents in the SDLC Workshop |
| 2 | +site_description: A hands-on workshop exploring GitHub Copilot agents across VS Code, the Copilot CLI, and the Copilot coding agent. |
| 3 | +site_url: https://github-samples.github.io/agents-in-sdlc/ |
| 4 | +repo_url: https://github.com/github-samples/agents-in-sdlc |
| 5 | +edit_uri: edit/main/workshop-content/ |
| 6 | +docs_dir: workshop-content |
| 7 | + |
| 8 | +theme: |
| 9 | + name: material |
| 10 | + palette: |
| 11 | + - scheme: default |
| 12 | + primary: indigo |
| 13 | + accent: indigo |
| 14 | + toggle: |
| 15 | + icon: material/weather-night |
| 16 | + name: Switch to dark mode |
| 17 | + - scheme: slate |
| 18 | + primary: indigo |
| 19 | + accent: indigo |
| 20 | + toggle: |
| 21 | + icon: material/weather-sunny |
| 22 | + name: Switch to light mode |
| 23 | + features: |
| 24 | + - navigation.tabs |
| 25 | + - navigation.sections |
| 26 | + - navigation.indexes |
| 27 | + - navigation.top |
| 28 | + - content.code.copy |
| 29 | + - content.action.edit |
| 30 | + - search.highlight |
| 31 | + - search.suggest |
| 32 | + icon: |
| 33 | + repo: fontawesome/brands/github |
| 34 | + |
| 35 | +markdown_extensions: |
| 36 | + - admonition |
| 37 | + - attr_list |
| 38 | + - md_in_html |
| 39 | + - tables |
| 40 | + - toc: |
| 41 | + permalink: true |
| 42 | + - pymdownx.details |
| 43 | + - pymdownx.superfences |
| 44 | + - pymdownx.tabbed: |
| 45 | + alternate_style: true |
| 46 | + - pymdownx.snippets: |
| 47 | + base_path: |
| 48 | + - partials |
| 49 | + check_paths: true |
| 50 | + |
| 51 | +plugins: |
| 52 | + - search |
| 53 | + - callouts |
| 54 | + |
| 55 | +# Files inside docs_dir that should not be published as standalone pages. |
| 56 | +# (Currently empty; partials live OUTSIDE docs_dir at repo root /partials.) |
| 57 | +not_in_nav: | |
| 58 | + /shared/coding-agent/*.md |
| 59 | +
|
| 60 | +nav: |
| 61 | + - Home: README.md |
| 62 | + - Prerequisites: shared/0-prereqs.md |
| 63 | + - Custom instructions: shared/1-custom-instructions.md |
| 64 | + - VS Code path: |
| 65 | + - Overview: vscode/README.md |
| 66 | + - 2. MCP with VS Code: vscode/2-mcp.md |
| 67 | + - 3. Agent mode: vscode/3-agent-mode.md |
| 68 | + - 4. Coding agent: vscode/4-coding-agent.md |
| 69 | + - 5. Custom agents: vscode/5-custom-agents.md |
| 70 | + - 6. Managing agents: vscode/6-managing-agents.md |
| 71 | + - 7. Iterating: vscode/7-iterating.md |
| 72 | + - Copilot CLI path: |
| 73 | + - Overview: cli/README.md |
| 74 | + - 2. Install Copilot CLI: cli/2-install-copilot-cli.md |
| 75 | + - 3. MCP with CLI: cli/3-mcp.md |
| 76 | + - 4. Generating code: cli/4-generating-code.md |
| 77 | + - 5. Agent skills: cli/5-agent-skills.md |
| 78 | + - 6. Custom agents: cli/6-custom-agents.md |
| 79 | + - 7. Slash commands: cli/7-slash-commands.md |
| 80 | + - 8. Review: cli/8-review.md |
| 81 | + - Cloud agent path: |
| 82 | + - Overview: cloud/README.md |
| 83 | + - 2. Coding agent: cloud/2-coding-agent.md |
| 84 | + - 3. Custom agents: cloud/3-custom-agents.md |
| 85 | + - 4. Managing agents: cloud/4-managing-agents.md |
| 86 | + - 5. Iterating: cloud/5-iterating.md |
0 commit comments