1
0
Fork 0
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:
Vyacheslav Chernyshev 2022-09-14 17:43:46 +03:00 committed by GitHub
parent 2a8684296b
commit 24aa4a2190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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