Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 55c8f14

Browse files
committed
Added readme for docs
1 parent a5eb950 commit 55c8f14

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Documentation
2+
3+
## Running Locally
4+
5+
To run the documentation site locally, run this command:
6+
7+
```bash
8+
$ make live-docs
9+
```
10+
11+
Make sure you have a virutual environment setup, if you don't
12+
already you can set it up like this:
13+
14+
```bash
15+
$ make init
16+
```
17+
18+
## Deploying to production
19+
20+
All documentation changes will automatically be deployed to production.
21+
So be sure that what you're pushing to `master` is inteded to be deployed.

0 commit comments

Comments
 (0)