Skip to content

feat: adjust the strictness of log messages in mkdocs

Artur Sabirov requested to merge configure_log_messages into main

Задача

Повысить статус сообщений unrecognized_links до уровня WARNING.

Решение

Первая итерация

В файл mkdocs.yml добавлены следующие настройки:

validation:
  links:
    unrecognized_links: warn

See:

Вторая итерация

Исправлены относительные ссылки в следующих файлах:

  • docs/architecture/distributed_sql.md
  • docs/reference/audit_events.md
  • docs/reference/sql_queries.md
  • docs/tutorial/deploy.md
  • docs/tutorial/install.md
  • docs/tutorial/monitoring.md
  • docs/index.md

Коммиты

  • feat: adjust the strictness of log messages in mkdocs
  • fix: edit unrecognized links

Close #135 (closed)

Staging: https://docs.binary.picodata.io/picodata/branch-configure_log_messages/

Саморевью

  • Контент отображается корректно
  • Ссылки в контенте работоспособны и корректны
Edited by Artur Sabirov

Merge request reports