6 Commits

Author SHA1 Message Date
Stefano Fiorucci 8eb05c2077 chore: use ruff for formatting Python snippets in docs (#12245) 2026-08-05 14:24:09 +02:00
Bilge Yücel 89a5fdd6e1 chore: add Haystack Enterprise Components docs page (#11793)
Co-authored-by: Julian Risch <julian.risch@deepset.ai>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-29 12:51:55 +00:00
Julian Risch 617cb45d10 ci: enforce double backticks in release notes via pre-commit hook (#11562)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-10 12:37:36 +02:00
Stefano Fiorucci 8a27f5ad0e chore: make tests run on scripts + fix linting (#10580) 2026-02-12 15:21:15 +00:00
Stefano Fiorucci 9a03e76d0a chore: add missing license header to ruff_format_docs script (#10577) 2026-02-12 14:45:39 +01:00
Kacper Łukawski 8197a6dcfa style: docs snippets formatting (#10552)
* style: enable ruff formatting on docs-website

* docs: reformat AmazonBedrockDocumentEmbedder docs

* fix: do not run code snippets formatting on .md files

* feat: allow setting line length

* feat: include logging to detect malformed snippets

* docs: reformat all the documentation pages (#10554)

* feat: allow setting line length

* docs: reformat all the documentation pages

* Revert "docs: reformat all the documentation pages"

This reverts commit 0b36a913373fd5ebcab97a3bb1621b0bfd45cb66.

* docs: reformat only .mdx files

* docs: rerun formatting with 88 characters per line

* Revert "docs: reformat all the documentation pages (#10554)"

This reverts commit c3a9db1c3c386378e7c549207b104aa730508b79.

* feat: add coloring to logs

* docs: reformat the docs with pre-commit
2026-02-12 14:39:54 +01:00