diff options
| author | sintjuri <[email protected]> | 2026-07-11 11:41:24 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-11 11:41:24 +0300 |
| commit | 1d56271edeca2aa76de3ac259bf66e4332cbf413 (patch) | |
| tree | dfa7f25620b3873a05b236d7ac745ce308bebf6f | |
| parent | bfacee2899e24e9c8bb93aee3586ac1da2a28f62 (diff) | |
Update README.md (#45730)
| -rw-r--r-- | ydb/docs/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ydb/docs/README.md b/ydb/docs/README.md index 425d9f91c3e..3a089006bd6 100644 --- a/ydb/docs/README.md +++ b/ydb/docs/README.md @@ -16,6 +16,12 @@ YDB follows the "Documentation as Code" approach. For comprehensive information This folder provides two scripts to help you work with the documentation locally: +### Install diplodoc CLI + +```bash +npm install -g @diplodoc/cli@latest +``` + ### `build.sh` - Build Documentation Only Builds the YDB documentation and outputs it to a specified directory. @@ -59,4 +65,4 @@ Press `Ctrl+C` to stop the server. ## File Structure -The documentation source files are organized as Markdown files with YAML configuration, following the Diplodoc documentation format. The built documentation includes both English (`en`) and Russian (`ru`) versions.
\ No newline at end of file +The documentation source files are organized as Markdown files with YAML configuration, following the Diplodoc documentation format. The built documentation includes both English (`en`) and Russian (`ru`) versions. |
