Commit c2c42e5
Change default build to build full site with original memory settings (#212)
* Change default build to build full site with original memory settings
- Remove DOCS_PRODUCT=kb from default build script
- Add build-kb script for KB-only builds when needed
- Default build now builds all products with original 16GB memory limit
- Keep build configuration simple and consistent
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* Set all broken link configurations to 'throw' for strict validation
- Change onBrokenLinks from 'warn' to 'throw'
- Change onBrokenMarkdownLinks from 'warn' to 'throw'
- Change onBrokenAnchors from 'warn' to 'throw'
- Ensures builds fail on any broken links for quality control
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* Remove build-kb script - keep build configuration simple
- Remove build-kb script option
- Only keep default build script for full-site builds
- Simplifies build configuration and removes unnecessary options
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Jake Mahon <[email protected]>
Co-authored-by: Claude <[email protected]>1 parent a2a402c commit c2c42e5
2 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments