refactor: перенос docusaurus в корень, так как больше ничего не планируется в этой репе держать

This commit is contained in:
2026-06-16 14:03:23 +03:00
parent 8250d61f56
commit 6d68cd5d23
19 changed files with 26 additions and 25 deletions
+25
View File
@@ -0,0 +1,25 @@
# Website
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
## Installation
```bash
yarn
```
## Local Development
```bash
yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
## Build
```bash
yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.