https://github.com/timeplus-io/docs
Customer facing product documentations
https://github.com/timeplus-io/docs
crowdin docusaurus docusaurus2 markdown netlify
Last synced: 14 days ago
JSON representation
Customer facing product documentations
- Host: GitHub
- URL: https://github.com/timeplus-io/docs
- Owner: timeplus-io
- Created: 2022-02-23T23:16:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T04:08:21.000Z (18 days ago)
- Last Synced: 2025-04-10T05:25:14.822Z (18 days ago)
- Topics: crowdin, docusaurus, docusaurus2, markdown, netlify
- Language: HTML
- Homepage: https://docs.timeplus.com
- Size: 68.5 MB
- Stars: 5
- Watchers: 9
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timeplus Documentation
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
If you are new to Docusaurus/NodeJS, please install yarn, nvm and node first. Example:
```shell
brew install yarn
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
#start a new terminal window
nvm install node
```Then run `yarn` to install the dependency libs.
### Local Development
```
yarn start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
It has been configured to deploy new changes to docs.timeplus.com via Netlify.
### Localization
Currently English is the only official language for the documentation.### Update Neutron REST API doc
1. Make sure your Neutron is up-to-date
2. Go to your Neutron folder, `make gen_api_doc` to generate `docs/swagger.yaml`
3. Go back to this folder and modify the `root` inside the `.redocly.yaml`, make sure the path is correct
4. `yarn run rest-doc`