1
0
Fork 0

added documentation setup instructions

This commit is contained in:
Kim, Jimin 2021-10-13 11:44:12 +09:00
parent c931c1fc99
commit a77965550d
3 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1 @@
# Overview

View file

@ -0,0 +1,29 @@
# Setting Up
## Steps
### Local
1. Install node.js and yarn.
2. Clone the [documentation repository](https://github.com/llama-bot/llama-bot-docs).
```bash
git clone https://github.com/llama-bot/llama-bot-docs
```
3. Install dependencies.
```bash
yarn install
```
4. Test locally. Live edit is supported.
```bash
yarn start
```
### Deployment
1. Follow the [instructions from docusaurus](https://docusaurus.io/docs/deployment#deploying-to-github-pages)

View file

@ -0,0 +1,4 @@
{
"label": "Docs",
"position": 5
}