Skip to content

launchtodayhq/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Launch Docs

These docs are part of the Launch product. The main goal is trust + learning: every page should match the codebase and teach production patterns clearly.

Local preview

  1. Install Mintlify CLI:
npm i -g mint
  1. Run the docs locally from launch/docs/:
cd launch/docs
mint dev

Authoring rules (important)

  • Docs must match code: if you change code paths, update the docs in the same PR.
  • Avoid fake file paths: reference real paths like apps/api/src/app.ts and apps/mobile/app/_layout.tsx.
  • Explain removal: for every major feature, include a “disable vs delete” note and a removal checklist.
  • Be explicit about setup: call out required env vars and the “enabled but misconfigured” failure mode.

Updating navigation

Navigation is controlled by docs.json. If you add a new page, add it to the appropriate group in docs.json so it shows up in the sidebar.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from mintlify/starter