Skip to content

classflow-api/docs

Repository files navigation

ClassFlow

ClassFlow Developer Documentation

The source of classflowapi.com/en/docs — guides, API reference and SDK examples.

License: MIT Markdown PRs welcome

Live Site · API · SDKs · All Repos


This repository hosts the public developer documentation for ClassFlow. Everything here is plain Markdown, MIT-licensed, and rendered on classflowapi.com/en/docs. If you spot a typo, an outdated example, or a concept worth covering, send a PR — that's how this site stays sharp.

🗺️ Structure

guides/        # Step-by-step tutorials, how-tos, recipes
reference/     # API reference and SDK reference fragments
  • guides/ — narrative content. One topic per subdirectory; one file per page.
  • reference/ — terse, scannable reference. Generated content lives alongside hand-written notes.

🚀 Running Locally

Static-site tooling will be wired up shortly (VitePress is the leading candidate). Until then every page is plain Markdown viewable in any editor.

# Planned
npm install
npm run docs:dev

✍️ Contributing

PRs welcome! When opening one:

  1. Place new tutorials under guides/<topic>/.
  2. Place API reference fragments under reference/.
  3. Markdown only — no proprietary formats.
  4. Examples should compile/run against the latest published SDKs.
  5. Prefer short, runnable snippets over long prose.
  6. If a guide depends on a feature that hasn't shipped, mark it > 🚧 Preview — coming in v….

For larger restructuring (a new top-level section, a new doc theme), open an issue first.

📐 Style Guide

  • Voice: friendly but precise. Examples beat explanations.
  • Line length: no hard wrap; let the reader's editor do it.
  • Code fences: always specify the language ( ```typescript, ```bash, etc.).
  • Headings: sentence case (## Quick start), not Title Case.
  • Links: relative within the repo ([guide](../guides/auth.md)); absolute for outside.

🔗 Related Repositories

📄 License

Documentation content is licensed under MIT. You are free to fork, translate, embed and redistribute — attribution appreciated.

About

ClassFlow public developer documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors