Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 501 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 501 Bytes

Install dependencies

$ yarn

Start local server

$ yarn docs:dev

Static assets

$ 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

$ yarn docs:build

to update the theme version in yarn.lock file. Then do the rest by instructions above