Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scrypt-inc/scrypt-ide-docs
https://github.com/scrypt-inc/scrypt-ide-docs
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/scrypt-inc/scrypt-ide-docs
- Owner: sCrypt-Inc
- License: mit
- Created: 2021-05-27T02:59:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T07:49:23.000Z (over 2 years ago)
- Last Synced: 2024-11-05T09:37:15.006Z (2 months ago)
- Size: 105 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sCrypt-IDE-docs
## How to Update Documents
1. If you modify the ``rst`` file, push all ``rst`` file to the [transifex.com](https://www.transifex.com/scrypt-1/scrypt-ide-docs/content/) :
`npm run push:all`
or just push one single file, `commandspo` is the [resource](.tx/config) your want to push:
`npm run push -- scrypt-ide-docs.commandspo`
1. Then open [transifex.com](https://www.transifex.com/scrypt-1/scrypt-ide-docs/content/) with your browser. And try update all the message with new translation (Now only need to update the English translation).
1. After you update the translation, pull all translation to your git repo:
`npm run pull:all`
or just pull one single file:
`npm run pull -- scrypt-ide-docs.commandspo`
The `po` and `mo` files will be updated automatically after run pull.
1. After pull, do commit and push. Then github will trigger the build event through the webhook.
After build version, look at the [latest version](https://scrypt-ide.readthedocs.io/en/latest/)