docs: reorganize and refresh documentation

- move developing.md and specification.md into docs/

- update readme links to new locations

- add missing telegram.py module documentation

- fix engines.py location (was incorrectly under runners/)

- remove stale "moved to markdown.py" entries
This commit is contained in:
banteg
2026-01-01 01:35:30 +04:00
parent 20f8d8cc8a
commit ac35ba3594
3 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ Reply to a progress message with `/cancel` to stop the running execution.
## Development
See [`developing.md`](developing.md) and `specification.md` for architecture and behavior details.
See [`developing.md`](docs/developing.md) and [`specification.md`](docs/specification.md) for architecture and behavior details.
## License