fix: better styling for docs

This commit is contained in:
2026-05-04 07:01:43 +02:00
parent cb46b45cda
commit 6b6c985187
7 changed files with 3602 additions and 1107 deletions

View File

@@ -1047,6 +1047,7 @@ defmodule BDS.Desktop.ShellLiveTest do
assert has_element?(view, ".tab[data-tab-type='documentation'] .tab-title", "Documentation")
assert has_element?(view, "[data-testid='help-documentation']")
assert has_element?(view, ".documentation-content.markdown-body .documentation-article")
assert render(view) =~ "bDS2 User Guide"
end
@@ -1067,6 +1068,7 @@ defmodule BDS.Desktop.ShellLiveTest do
)
assert has_element?(view, "[data-testid='help-api-documentation']")
assert has_element?(view, ".documentation-content.markdown-body .documentation-article")
assert render(view) =~ "API Documentation"
assert render(view) =~ "local result = bds.posts.get"
end