An open API service indexing awesome lists of open source software.

https://github.com/cloudlinux/tux-care-doc


https://github.com/cloudlinux/tux-care-doc

Last synced: 23 days ago
JSON representation

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