Follow-up from #649, which added a serverpod start page to the CLI reference.
docs/06-concepts/00-start-command.md (at the top of the Concepts section) is now basically identical to the new docs/06-concepts/cli/commands/start/start.mdx — same usage tables, terminal UI shortcuts, and server args.
Now that the CLI reference owns the serverpod start usage, 00-start-command.md can become more concept-like — the dev loop, what start actually does — and link over to the reference page for the usage details, instead of duplicating them.
This was flagged on #649 and deferred so it didn't block that PR. The author agreed to slim down 00-start-command.md and link to the reference page as a follow-up.
Follow-up from #649, which added a
serverpod startpage to the CLI reference.docs/06-concepts/00-start-command.md(at the top of the Concepts section) is now basically identical to the newdocs/06-concepts/cli/commands/start/start.mdx— same usage tables, terminal UI shortcuts, and server args.Now that the CLI reference owns the
serverpod startusage,00-start-command.mdcan become more concept-like — the dev loop, whatstartactually does — and link over to the reference page for the usage details, instead of duplicating them.This was flagged on #649 and deferred so it didn't block that PR. The author agreed to slim down
00-start-command.mdand link to the reference page as a follow-up.