https://github.com/senchalabs/docs-i18n
Translations of Sencha guides.
https://github.com/senchalabs/docs-i18n
Last synced: 11 months ago
JSON representation
Translations of Sencha guides.
- Host: GitHub
- URL: https://github.com/senchalabs/docs-i18n
- Owner: senchalabs
- Created: 2013-03-28T09:53:25.000Z (about 13 years ago)
- Default Branch: extjs
- Last Pushed: 2013-03-28T11:00:42.000Z (about 13 years ago)
- Last Synced: 2025-05-07T11:53:34.342Z (about 1 year ago)
- Language: JavaScript
- Size: 8.1 MB
- Stars: 5
- Watchers: 14
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Translations of Sencha documentation
This repository contains Markdown sources of ExtJS and Touch guides.
To be able to generate the guides, install the `guider` tool through
Rubygems:
$ gem install guider
Then run the build script:
$ cd docs-i18n/
$ ./build
This will write the guides as simple HTML pages into `./out`
directory.