Kyntlo Docs¶
Welcome to Kyntlo's single source of truth. Everything here lives as plain Markdown in the
kyntlo-docs GitHub repository:
- People read it here, on this website.
- AI assistants read and write it through Git.
Every change pushed to the main branch is rebuilt and published automatically by Cloudflare Pages
within a minute or two.
What changed recently?
See Latest updates — every page sorted by its most recent change.
Team spaces¶
| Space | Owner | What goes here |
|---|---|---|
| Boush | Boush | Boush's notes, processes and references |
| Keroles | Keroles | Keroles's notes, processes and references |
| Ahmed | Ahmed | Ahmed's notes, processes and references |
| Mahmoud | Mahmoud | Mahmoud's notes, processes and references |
How to add or change a page¶
- Open the repository on GitHub (or clone it).
- Add or edit a
.mdfile inside your folder underdocs/— for exampledocs/Ahmed/onboarding.md. - Commit to
main. The site updates automatically; the new page appears in the menu on its own.
Every page also has an edit (pencil) icon at the top that opens that file on GitHub.
Writing conventions
- One topic per file; use a short, lowercase, hyphenated file name (
client-onboarding.md). - Start every page with a single
# Titleheading. - Link to other pages with relative paths, e.g.
[pricing](../Boush/pricing.md).