|
| 1 | +# Missing Documentation Pages |
| 2 | + |
| 3 | +This document tracks documentation pages that are referenced but not yet created. These references have been commented out in the current documentation to prevent broken link warnings. |
| 4 | + |
| 5 | +## High Priority |
| 6 | + |
| 7 | +### API Reference |
| 8 | +- **api-reference/cli-reference.md** - Complete CLI command reference |
| 9 | +- **api-reference/python-api.md** - Python API documentation |
| 10 | + |
| 11 | +### Core Guides |
| 12 | +- **guide/core-concepts/processing-pipeline.md** - Detailed pipeline explanation |
| 13 | + |
| 14 | +## Medium Priority |
| 15 | + |
| 16 | +### Advanced Topics |
| 17 | +- **guide/advanced/append-update.md** - Incremental data processing guide |
| 18 | + |
| 19 | +### Architecture |
| 20 | +- **guide/architecture/storage-providers.md** - Storage provider system design |
| 21 | + |
| 22 | +### Integration Guides |
| 23 | +- **guide/integrations/azure-storage.md** - Azure-specific integration details |
| 24 | +- **gis-integration/qgis.md** - QGIS integration guide |
| 25 | + |
| 26 | +### Feature Guides |
| 27 | +- **guide/features/sensor-detection.md** - Sensor detection algorithm details |
| 28 | +- **guide/features/semantic-enrichment.md** - CF Standard Names enrichment |
| 29 | +- **guide/features/pmtiles-generation.md** - PMTiles generation guide |
| 30 | + |
| 31 | +## Low Priority |
| 32 | + |
| 33 | +### Example Workflows |
| 34 | +- **guide/examples/saildrone-multi-platform.md** - Multi-platform processing |
| 35 | +- **guide/examples/saildrone-append.md** - Append workflow example |
| 36 | +- **guide/examples/saildrone-cloud.md** - Cloud upload example |
| 37 | +- **guide/examples/saildrone-timeseries.md** - Time series analysis |
| 38 | +- **guide/examples/saildrone-spatial.md** - Spatial analysis |
| 39 | +- **guide/examples/saildrone-sensors.md** - Sensor-specific processing |
| 40 | + |
| 41 | +### Data Provider Guides |
| 42 | +- **guide/features/data-providers/creating-providers.md** - Custom provider development |
| 43 | +- **guide/features/data-providers/semantic-mappings.md** - Cross-provider interoperability |
| 44 | + |
| 45 | +### Individual Sensor Pages |
| 46 | +- **guide/features/supported-sensors/apogee-si111.md** - Apogee SI-111 IR Radiometer |
| 47 | +- **guide/features/supported-sensors/imu-navigation.md** - IMU & GPS Navigation |
| 48 | +- **guide/features/supported-sensors/wave-imu.md** - IMU-Derived Wave Sensor |
| 49 | +- **guide/features/supported-sensors/licor-li190r.md** - LI-COR LI-190R (covered in radiation-sensors.md) |
| 50 | +- **guide/features/supported-sensors/kipp-zonen-cmp.md** - Kipp & Zonen CMP (covered in radiation-sensors.md) |
| 51 | + |
| 52 | +### Additional Pages |
| 53 | +- **about/faq.md** - Frequently Asked Questions |
| 54 | + |
| 55 | +## Implementation Notes |
| 56 | + |
| 57 | +### Sensors Already Documented |
| 58 | +- LI-COR LI-190R and Kipp & Zonen CMP are documented in `guide/features/supported-sensors/radiation-sensors.md` |
| 59 | +- Links have been updated to point to anchor sections in that page |
| 60 | + |
| 61 | +### Commented Links |
| 62 | +All links to missing pages have been replaced with HTML comments like: |
| 63 | +```markdown |
| 64 | +<!-- TODO: Add [page-name] guide --> |
| 65 | +``` |
| 66 | + |
| 67 | +This prevents broken link warnings while preserving the intent to create these pages. |
| 68 | + |
| 69 | +## Status: Clean Build ✅ |
| 70 | + |
| 71 | +As of the latest build, there are **zero broken link warnings**. The documentation builds successfully with only informational messages about: |
| 72 | +- README.md exclusion (expected) |
| 73 | +- Anchor link recommendations (optional optimization) |
0 commit comments