Create a separate docs project with Astro and MDX so product documentation can evolve independently from the Electron app while supporting the planned TS/MDX migration.
18 lines
475 B
Plaintext
18 lines
475 B
Plaintext
---
|
|
layout: ../layouts/BaseLayout.astro
|
|
title: Migration Roadmap
|
|
---
|
|
|
|
# Migration Roadmap
|
|
|
|
## UI Stack
|
|
|
|
- Renderer wird schrittweise von HTML-Monolith zu TypeScript-Modulen migriert.
|
|
- Styles sind bereits in eine eigene CSS-Datei ausgelagert.
|
|
|
|
## Nächste Schritte
|
|
|
|
1. Renderer in weitere Feature-Module aufteilen (Cutter/Merge/Clips).
|
|
2. Komponenten-Ansatz einführen (Astro UI docs, später optional Rust-backend tooling).
|
|
3. API- und Release-Prozess in MDX dokumentieren.
|