mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 05:09:41 +02:00
Changed cloning docs from yarn to git clone in README (#264)
This commit is contained in:
parent
2a8684296b
commit
24aa4a2190
1 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ It's super easy to install and use.
|
||||||
- 💌 [Misprints](https://github.com/codex-team/codex.misprints) reports to the Telegram / Slack
|
- 💌 [Misprints](https://github.com/codex-team/codex.misprints) reports to the Telegram / Slack
|
||||||
- 📈 [Yandex Metrica](https://metrica.yandex.com/about) integrated
|
- 📈 [Yandex Metrica](https://metrica.yandex.com/about) integrated
|
||||||
- 🚢 Deploy easily — no DB and other deps required
|
- 🚢 Deploy easily — no DB and other deps required
|
||||||
- 🤙 Simple configuration
|
- 🤙 Simple configuration
|
||||||
- ⚙️ Tune UI as you need. Collapse sections, hide the Sidebar
|
- ⚙️ Tune UI as you need. Collapse sections, hide the Sidebar
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
@ -27,9 +27,9 @@ Here is our [Demo Application](https://docs-demo.codex.so/) where you can try Co
|
||||||
|
|
||||||
## Guides
|
## Guides
|
||||||
|
|
||||||
1. [Getting Started](https://docs.codex.so/getting-started)
|
1. [Getting Started](https://docs.codex.so/getting-started)
|
||||||
2. [Configuration](https://docs.codex.so/configuration)
|
2. [Configuration](https://docs.codex.so/configuration)
|
||||||
3. [Deployment](https://docs.codex.so/deployment)
|
3. [Deployment](https://docs.codex.so/deployment)
|
||||||
4. [Authentication](https://docs.codex.so/authentication)
|
4. [Authentication](https://docs.codex.so/authentication)
|
||||||
5. [Writing](https://docs.codex.so/writing)
|
5. [Writing](https://docs.codex.so/writing)
|
||||||
6. [How to enable analytics](https://docs.codex.so/yandex-metrica)
|
6. [How to enable analytics](https://docs.codex.so/yandex-metrica)
|
||||||
|
@ -40,7 +40,7 @@ Here is our [Demo Application](https://docs-demo.codex.so/) where you can try Co
|
||||||
### 1. Clone the repo.
|
### 1. Clone the repo.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
yarn add @codexteam/docs
|
git clone https://github.com/codex-team/codex.docs
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. Fill the config
|
### 2. Fill the config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue