https://github.com/wfjsw/telegram-core-docs-generator
Generator for Telegram API Docs
https://github.com/wfjsw/telegram-core-docs-generator
docs docs-generator documentation-generator help-wanted telegram
Last synced: about 1 year ago
JSON representation
Generator for Telegram API Docs
- Host: GitHub
- URL: https://github.com/wfjsw/telegram-core-docs-generator
- Owner: wfjsw
- Created: 2017-06-07T06:01:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T08:25:46.000Z (almost 9 years ago)
- Last Synced: 2025-03-25T01:37:32.541Z (over 1 year ago)
- Topics: docs, docs-generator, documentation-generator, help-wanted, telegram
- Language: JavaScript
- Homepage:
- Size: 83 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram-Core-Docs-Generator
Generated content is available at https://github.com/wfjsw/telegram-core-docs
## Usage
Download the latest TL-Schema from [here](https://github.com/telegramdesktop/tdesktop/blob/dev/Telegram/Resources/scheme.tl), remove everything before `///////// Main application API`, rename the file to `schema.tl`.
After `npm install`, run `node make-skeleton` to init non-existence item in `./sources`
`node build-schema` to generate `./generated/schema.json`, `./generated/schema.md` and `./generated/schema.tl`
`node generate` to produce the rest parts of the doc.