Commit 51686c4
authored
feat: Add documentation website with guided tour and dashboard enhancements (#81)
* feat(tour): add guided tour overview page with steps and progress tracking
- Implemented the tour overview page with a layout and description.
- Added dynamic content for tour steps, including estimated time and completion status.
- Integrated local storage to save and resume user progress in the tour.
- Styled the tour overview page using Tailwind CSS with a responsive design.
- Created global CSS variables for consistent theming across light and dark modes.
- Configured Tailwind CSS for custom colors and fonts.
- Set up TypeScript configuration for improved type safety and path aliasing.
* Refactor CLI documentation and components
- Updated command syntax in tour pages for running specific services, exporting logs, and health checks.
- Modified styles for the congratulations banner and code block themes in global CSS.
- Added a new PlatformInstallTabs component for platform-specific Azure Developer CLI installation commands.
- Created new CLI reference pages for `restart`, `start`, and `stop` commands with usage examples and flags.
- Introduced a new configuration file for expressive code styling.
* fix(tour): update type definitions for previous and next steps to allow undefined values
chore(tsconfig): add ignoreDeprecations option to suppress warnings
style: improve layout and styling in generate-changelog script
refactor(LogsMultiPaneView): clean up checkbox rendering and improve health status filter layout
update: refresh dashboard screenshots for consistency
* feat: Update styles and configurations for Azure-inspired theme
- Refactored the highlights section in the Whats New page to use updated class names.
- Enhanced global CSS with Azure-inspired color variables and font families.
- Removed the old Tailwind configuration file as styles are now managed through global CSS.
- Added a new serve.json file for routing and caching headers.
* feat: Enhance documentation and testing processes with Playwright integration and updated guidelines
* feat: Update dashboard screenshots for improved visual representation
* feat: Add support for 'air' tool in tool registry and installation suggestions
* chore: trigger workflow with updated permissions
* fix: grant write permissions for gh-pages deployment
* fix: deploy production to gh-pages branch to preserve PR previews
* fix: update both site and base path for PR previews
* fix: add .nojekyll to prevent Jekyll ignoring _astro folder
* fix: use import.meta.env.BASE_URL for dynamic path handling in components
* fix: improve dark mode styling for CLI Reference tables (v2)
* fix: update dark mode table styles in CLI reference generator
* chore: remove accidentally committed tmp folder, add to gitignore
* revert: restore original CLI reference styles
* Enhance CLI documentation and styles
- Updated text color for better readability in multiple CLI command pages (mcp, notifications, reqs, restart, run, start, stop, version).
- Improved background color and border styles for detailed documentation sections across CLI command pages.
- Refactored flags table to use a consistent design and improved accessibility.
- Added custom dark mode variant configuration in global CSS for better theme management.
* Enhance CLI documentation with additional flags and descriptions
- Updated `deps.astro` to include new flags: --verbose, --clean, --no-cache, --force.
- Enhanced `health.astro` with detailed flags: --service, --stream, --interval, --output, --endpoint, --timeout, --all, --verbose, --profile, --log-level, --log-format, --save-profiles, --metrics, --metrics-port, --circuit-breaker, --circuit-break-count, --circuit-break-timeout, --rate-limit, --cache-ttl.
- Added new flags to `info.astro`: --all, --cwd.
- Expanded `logs.astro` with flags: --follow, --service, --tail, --since, --timestamps, --no-color, --level, --format, --file, --exclude, --no-builtins.
- Updated `reqs.astro` with flags: --generate, --dry-run, --no-cache, --clear-cache, --fix.
- Enhanced `restart.astro` with flags: --service, --all.
- Added flags to `run.astro`: --service, --runtime, --env-file, --verbose, --dry-run, --web.
- Updated `start.astro` with flags: --service, --all.
- Enhanced `stop.astro` with flags: --service, --all.
* fix: enhance screenshot tests for CI compatibility and visual regression
* feat: add installation step for Azure Developer CLI in CI workflow1 parent 3f0242c commit 51686c4
File tree
136 files changed
+46557
-381
lines changed- .github/workflows
- cli
- dashboard
- src/components
- demo
- api
- docs
- commands
- src
- cmd/app/commands
- internal/pathutil
- design
- components
- docs/specs/website
- web
- e2e
- public
- screenshots
- scripts
- src
- components
- tour
- content
- commands
- tour
- data
- pages
- mcp
- reference
- changelog
- cli
- whats-new
- tour
- styles
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
136 files changed
+46557
-381
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| 303 | + | |
303 | 304 | | |
304 | 305 | | |
305 | 306 | | |
306 | 307 | | |
307 | 308 | | |
308 | 309 | | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
309 | 314 | | |
310 | 315 | | |
311 | 316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 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 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
0 commit comments