docs: sync with code (topologies, mount scheme, CLI flags, UEFI/BIOS, fstab) and fix relative src links in docs/ to ../src/
This commit is contained in:
@@ -47,14 +47,14 @@ Consequences
|
||||
|
||||
Implementation Notes
|
||||
- Region markers have been added to key modules:
|
||||
- [src/config/loader.rs](src/config/loader.rs)
|
||||
- [src/orchestrator/run.rs](src/orchestrator/run.rs)
|
||||
- [src/cli/args.rs](src/cli/args.rs)
|
||||
- [src/device/discovery.rs](src/device/discovery.rs)
|
||||
- [src/partition/plan.rs](src/partition/plan.rs)
|
||||
- [src/fs/plan.rs](src/fs/plan.rs)
|
||||
- [src/mount/ops.rs](src/mount/ops.rs)
|
||||
- [src/report/state.rs](src/report/state.rs)
|
||||
- [src/config/loader.rs](../src/config/loader.rs)
|
||||
- [src/orchestrator/run.rs](../src/orchestrator/run.rs)
|
||||
- [src/cli/args.rs](../src/cli/args.rs)
|
||||
- [src/device/discovery.rs](../src/device/discovery.rs)
|
||||
- [src/partition/plan.rs](../src/partition/plan.rs)
|
||||
- [src/fs/plan.rs](../src/fs/plan.rs)
|
||||
- [src/mount/ops.rs](../src/mount/ops.rs)
|
||||
- [src/report/state.rs](../src/report/state.rs)
|
||||
- Remaining modules will follow the same pattern as needed (e.g., util, idempotency, main/lib if helpful).
|
||||
|
||||
Related Documents
|
||||
|
||||
Reference in New Issue
Block a user