Skip to content

[docs] Update module documentation style and error handling#225

Draft
dbalaban-iwl wants to merge 7 commits into
mainfrom
docs/style-and-errors
Draft

[docs] Update module documentation style and error handling#225
dbalaban-iwl wants to merge 7 commits into
mainfrom
docs/style-and-errors

Conversation

@dbalaban-iwl

@dbalaban-iwl dbalaban-iwl commented Jul 21, 2026

Copy link
Copy Markdown

Description

Renamed Russian FAQ following Hugo conventions. Made README overview with purpose, features and limitations. Moved quick start to examples. Added separate links to quick start, examples and FAQ in README. Moved volume cleanup description to FAQ.

Why do we need it, and what problem does it solve?

Why do we need it in the patch release (if we do)?

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

Changelog entries

section: docs
type: chore
summary: Refactored module documentation to comply with docs #225 standards.
impact_level: low

- Переименовал русский FAQ по конвенции Hugo
- README сделал обзорным: назначение, возможности и ограничения, без пошагового включения модуля
- Быстрый старт вынес в примеры — включение модуля, создание StorageClass и проверка работоспособности, плюс прежние примеры с TLS
- В README добавил отдельные ссылки на быстрый старт, примеры и FAQ
- Описание очистки тома перенёс в FAQ
- Команды заменил на d8 k, у блоков кода указал язык, ссылки сделал без домена
- Подправил терминологию и формулировки
- У страниц CR и CONFIGURATION убрал ручной description, в CR поправил title и имя ресурса
- Предупреждения в виде цитат заменил на Hugo-алерты
- Внёс мелкие правки заголовков и метаданных

Signed-off-by: Dmitry Balaban <dmitry.balaban@flant.com>
@MargaretKozlova
MargaretKozlova requested a review from maxinsky July 21, 2026 11:15
@dbalaban-iwl dbalaban-iwl changed the title Привёл документацию модуля к правилам в рамках docs [docs] Update module documentation style and error handling Jul 21, 2026
dbalaban-iwl and others added 4 commits July 21, 2026 15:35
…ucture

Signed-off-by: Dmitry Balaban <dmitry.balaban@flant.com>
Signed-off-by: Max Chervov <max.chervov@gmail.com>
…, restored Quickstart, and fixed introductions and links. Moved the RED OS NFS setup to EXAMPLES.ru and removed the English RED OS section.

Signed-off-by: Dmitry Balaban <dmitry.balaban@flant.com>
Signed-off-by: Max Chervov <max.chervov@gmail.com>
maxinsky
maxinsky previously approved these changes Jul 23, 2026
Comment thread docs/EXAMPLES.ru.md Outdated
Установка зависимостей:

```shell
# dnf install automake gcc gnutls-devel keyutils-libs-devel libnl3-devel glib2-devel wget

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# dnf install automake gcc gnutls-devel keyutils-libs-devel libnl3-devel glib2-devel wget
dnf install automake gcc gnutls-devel keyutils-libs-devel libnl3-devel glib2-devel wget

Comment thread docs/EXAMPLES.ru.md Outdated
Установите зависимости:

```shell
# dnf install libxml2-devel rpcgen libtirpc-devel libuuid-devel libevent-devel sqlite-devel device-mapper-devel sssd-krb5-common krb5-devel gssproxy libev libnfsidmap libverto-libev quota quota-nls rpcbind sssd-nfs-idmap

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# dnf install libxml2-devel rpcgen libtirpc-devel libuuid-devel libevent-devel sqlite-devel device-mapper-devel sssd-krb5-common krb5-devel gssproxy libev libnfsidmap libverto-libev quota quota-nls rpcbind sssd-nfs-idmap
dnf install libxml2-devel rpcgen libtirpc-devel libuuid-devel libevent-devel sqlite-devel device-mapper-devel sssd-krb5-common krb5-devel gssproxy libev libnfsidmap libverto-libev quota quota-nls rpcbind sssd-nfs-idmap

Comment thread docs/EXAMPLES.ru.md

В логах tlshd будет информация об успешном подключении к NFS-серверу

```shell

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```shell
```console

Comment thread docs/FAQ.ru.md Outdated
Comment on lines +123 to +133
- Для двух CA:

```shell
cat CA1.crt CA2.crt | base64 -w0
```

- Для трех CA:

```shell
cat CA1.crt CA2.crt CA3.crt | base64 -w0
```

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets use tabs here

…lit long commands and outputs, unify relative paths in links

Signed-off-by: Dmitry Balaban <dmitry.balaban@flant.com>
Signed-off-by: Dmitry Balaban <dmitry.balaban@flant.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants