Files
stoatchat/docs/docs/developing/backend/new_features.md
T
Paul Makles 0b7c132ace docs: initialise new docs with docusaurus (#460)
* docs: initialise new docs with docusaurus

* chore: sign off
Signed-off-by: izzy <me@insrt.uk>

* chore: lock pnpm version in package.json

Signed-off-by: izzy <me@insrt.uk>

* ci: specify package json to load pnpm version from

Signed-off-by: izzy <me@insrt.uk>

* docs: update repo. lifecycle details

Signed-off-by: izzy <me@insrt.uk>

* docs: add external links to for-web, for-android
chore: add default.nix to docs

* docs: correct headings in contrib

* ci: use cache dependency path

* fix: docusaurus configuration

---------

Signed-off-by: izzy <me@insrt.uk>
2025-11-14 22:06:20 +00:00

738 B

Adding new API features

New API features must be documented where appropriate, this document aims to cover everywhere you need to update for new features.

Before writing new API features, generally a good idea to:

When your feature is ready to release, ensure to:

  • Update backend documentation (what you're reading now!) if applicable
  • Update the developers documentation if applicable
  • Update the Feature Matrix (or ask someone that can to do so)
  • Ensure it is properly listed in the backend release changelog