Skip to content

refactor for cli rewrite

Torben Buck requested to merge chore/refactor-for-cli into main

We had ~one level with all components, applications and modules which got confusing and left no place for a new component. We had no real entry point.

We now have:

  • "Quick Start": section with explanations for the enduser (should explain everything to get started)
  • "Divekit CLI": with basically a --help style description of all commands with examples
  • "Development": deeper explanations, concepts and things that are in development (first steps(?))

"Old" documentation is placed in "archive" for now. Some of those we probably need anyways ­— at least for reference.

Merge request reports

Loading