https://github.com/cloudlinux/tux-care-doc
https://github.com/cloudlinux/tux-care-doc
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudlinux/tux-care-doc
- Owner: cloudlinux
- Created: 2021-06-07T15:22:01.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-26T13:52:24.000Z (over 2 years ago)
- Last Synced: 2024-04-16T01:29:37.250Z (almost 2 years ago)
- Language: Shell
- Size: 42.7 MB
- Stars: 0
- Watchers: 4
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install dependencies
```
$ yarn
```
# Start local server
```sh
$ yarn docs:dev
```
# Static assets
```sh
$ yarn docs:build
```
# Deploy to docs.tuxcare.com
## With no change in the theme
Create pull request to merge the changes. If pull request is approved and merged just wait a few minutes.
The changes will be released automatically.
## With the theme changed
Run
```sh
$ yarn docs:build
```
to update the theme version in `yarn.lock` file. Then do the rest by instructions above