https://github.com/ozontech/seq-db-docs
https://github.com/ozontech/seq-db-docs
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ozontech/seq-db-docs
- Owner: ozontech
- Created: 2025-01-31T11:18:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-20T13:47:20.000Z (11 months ago)
- Last Synced: 2025-07-20T14:32:37.814Z (11 months ago)
- Language: JavaScript
- Size: 858 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# seq-db-docs
This repository contains [docusaurus](https://docusaurus.io/) configuration files
for [seq-db](https://github.com/ozontech/seq-db).
## Production deploy
To deploy seq-db documentation use `make build`.
It will produce `build` folder with static generated seq-db documentation.
You can serve this folder using `make serve`.
## Local development
To use live-reload feature for seq-db or seq-ui docs use following command in seq-db/seq-ui repository:
```sh
# Do not forget to set LOCALE variable to 'en' or 'ru'
docker run -e LOCALE=en --rm -it -p 3000:3000 -v ./docs/en:/website/docs/seq-db -v ./docs/ru:/website/i18n/ru/docusaurus-plugin-content-docs/current/seq-db v0.0.2
```
This command runs docusaurus server with live-reload support.