mirror of
https://github.com/elektricM/amd-bc250-docs.git
synced 2026-07-16 01:51:15 +00:00
Fix strict build: remove non-existent pages from nav and fix broken links
This commit is contained in:
@@ -370,5 +370,4 @@ A: The USB method requires booting the BC-250 itself. Hardware programmer works
|
||||
|
||||
**Next Steps:**
|
||||
- [VRAM Configuration Guide](vram.md)
|
||||
- [BIOS Settings Explained](../reference/bios-settings.md)
|
||||
- [Recovery Guide](../troubleshooting/bios-recovery.md)
|
||||
- [Recovery Guide](recovery.md)
|
||||
|
||||
@@ -178,7 +178,7 @@ The board is bare PCB, so you'll want some kind of enclosure or mounting.
|
||||
- **DIY:** Standoffs + acrylic/wood sheet
|
||||
- **Rack mount:** Original use case (need compatible chassis)
|
||||
|
||||
[Community case designs →](../community/README.md)
|
||||
See the BC250 Discord for community case designs and 3D printable options.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -201,7 +201,7 @@ If board still doesn't display:
|
||||
- Reflash using USB method again
|
||||
- Or use hardware programmer (CH341A)
|
||||
|
||||
[BIOS recovery guide →](bios-recovery.md)
|
||||
[BIOS recovery guide →](../bios/recovery.md)
|
||||
|
||||
---
|
||||
|
||||
@@ -554,7 +554,7 @@ vulkaninfo | grep deviceName
|
||||
- Use CH341A to reflash BIOS directly
|
||||
- Bypass potentially corrupted BIOS
|
||||
|
||||
[BIOS recovery guide →](bios-recovery.md)
|
||||
[BIOS recovery guide →](../bios/recovery.md)
|
||||
|
||||
### If Display Works in Linux But Not Windows
|
||||
|
||||
@@ -586,4 +586,4 @@ A: Likely loose cable, bad adapter, or overheating. Check all connections and te
|
||||
- [BIOS Flashing](../bios/flashing.md)
|
||||
- [Linux Installation](../linux/distributions.md)
|
||||
- [Hardware Setup](../hardware/power.md)
|
||||
- [BIOS Recovery](bios-recovery.md)
|
||||
- [BIOS Recovery](../bios/recovery.md)
|
||||
|
||||
30
mkdocs.yml
30
mkdocs.yml
@@ -119,7 +119,6 @@ nav:
|
||||
- Power Requirements: hardware/power.md
|
||||
- Cooling Solutions: hardware/cooling.md
|
||||
- Display Connectors: hardware/display.md
|
||||
- Pinouts & Connectors: hardware/pinouts.md
|
||||
|
||||
- BIOS & Firmware:
|
||||
- BIOS Flashing Guide: bios/flashing.md
|
||||
@@ -130,49 +129,20 @@ nav:
|
||||
- Linux Setup:
|
||||
- Distribution Guide: linux/distributions.md
|
||||
- Fedora Setup: linux/fedora.md
|
||||
- Bazzite Setup: linux/bazzite.md
|
||||
- CachyOS Setup: linux/cachyos.md
|
||||
- Arch Linux Setup: linux/arch.md
|
||||
- Debian Setup: linux/debian.md
|
||||
- Kernel Configuration: linux/kernel.md
|
||||
- Mesa Installation: linux/mesa.md
|
||||
|
||||
- Drivers & Graphics:
|
||||
- RADV Driver: drivers/radv.md
|
||||
- Environment Variables: drivers/environment.md
|
||||
- Vulkan & OpenGL: drivers/apis.md
|
||||
- Mesa Compilation: drivers/mesa-build.md
|
||||
|
||||
- System Configuration:
|
||||
- GPU Governor: system/governor.md
|
||||
- Performance Tuning: system/performance.md
|
||||
- Sensors & Monitoring: system/sensors.md
|
||||
- Power Management: system/power.md
|
||||
|
||||
- Gaming & Performance:
|
||||
- Game Compatibility: gaming/compatibility.md
|
||||
- Performance Tips: gaming/performance.md
|
||||
- Benchmarks: gaming/benchmarks.md
|
||||
- FSR & Scaling: gaming/scaling.md
|
||||
|
||||
- Troubleshooting:
|
||||
- Display Issues: troubleshooting/display.md
|
||||
- Boot Problems: troubleshooting/boot.md
|
||||
- Performance Issues: troubleshooting/performance.md
|
||||
- Stability Problems: troubleshooting/stability.md
|
||||
- Common Fixes: troubleshooting/common-fixes.md
|
||||
|
||||
- Community Projects:
|
||||
- Software Projects: community/software.md
|
||||
- Case Designs: community/cases.md
|
||||
- Hardware Mods: community/mods.md
|
||||
- 3D Printing: community/3d-printing.md
|
||||
|
||||
- Reference:
|
||||
- Quick Reference: reference/quick-reference.md
|
||||
- Command Cheatsheet: reference/commands.md
|
||||
- Verified Information: reference/verified.md
|
||||
- FAQ: reference/faq.md
|
||||
|
||||
# Extra
|
||||
extra:
|
||||
|
||||
Reference in New Issue
Block a user