Commit 94012da
committed
Complete Phase 5: Add Reference documentation section
Add comprehensive reference documentation including:
- Glossary: Definitions of all psake terms and concepts
- Build terms, core concepts, execution control
- Context and state, error handling, CI/CD terms
- Advanced concepts and common patterns
- Cheat Sheet: Quick reference guide
- Installation and invocation patterns
- Task definition patterns
- Common build workflows
- Useful one-liners and debugging tips
- Configuration Reference: Complete configuration documentation
- All Invoke-psake parameters
- Build script configuration options
- Task parameters and properties
- $psake context object reference
- Exec and Assert function documentation
- Exit Codes: Exit code reference and CI/CD integration
- Exit code behavior (success/failure)
- Checking exit codes in different shells
- CI/CD platform integration examples
- Common scenarios and best practices
- Troubleshooting exit code issues
Also updated:
- sidebars.ts: Added Reference category before Code of Conduct
- intro.md: Added comprehensive Documentation Guide section
with links to all major documentation areas including
the new Reference section
All pages follow established documentation style with:
- Proper frontmatter (title, description)
- Semantic headings and clear structure
- Complete code examples with syntax highlighting
- Cross-references to related pages
- "See Also" sections for navigation1 parent 0d2aef3 commit 94012da
File tree
7 files changed
+2923
-0
lines changed- docs
- reference
7 files changed
+2923
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments