diff --git a/docs/Rakefile b/docs/Rakefile index d96d383a..131a9071 100644 --- a/docs/Rakefile +++ b/docs/Rakefile @@ -27,12 +27,12 @@ end namespace :frontend do desc "Build the frontend with esbuild for deployment" task :build do - sh "yarn run esbuild" + sh "pnpm run esbuild" end desc "Watch the frontend with esbuild during development" task :dev do - sh "yarn run esbuild-dev" + sh "pnpm run esbuild-dev" rescue Interrupt end end diff --git a/docs/frontend/styles/components/_syntax_block.css b/docs/frontend/styles/components/_syntax_block.css index 5455e5b8..b5781db9 100644 --- a/docs/frontend/styles/components/_syntax_block.css +++ b/docs/frontend/styles/components/_syntax_block.css @@ -33,7 +33,7 @@ :is(.language-bash, .language-shell, .language-zsh, .language-sh).highlighter-rouge pre.highlight::before { content: "$"; user-select: none; - vertical-align: -2px; + /* vertical-align: -2px; */ padding-inline-end: 0.45em; color: gray; } diff --git a/docs/frontend/styles/components/_tables.css b/docs/frontend/styles/components/_tables.css index 60ffb884..1e04f0ac 100644 --- a/docs/frontend/styles/components/_tables.css +++ b/docs/frontend/styles/components/_tables.css @@ -16,7 +16,7 @@ th { th, td { - text-align: start; + text-align: center; padding: 1rem; } diff --git a/docs/plugins/builders/component_generator.rb b/docs/plugins/builders/component_generator.rb index b5d0431e..a81f32e2 100644 --- a/docs/plugins/builders/component_generator.rb +++ b/docs/plugins/builders/component_generator.rb @@ -249,6 +249,7 @@ def events_table(events) #{event.name} + #{event.description} HTML diff --git a/docs/src/_layouts/home.erb b/docs/src/_layouts/home.erb index aeda70c1..0b4a1d47 100644 --- a/docs/src/_layouts/home.erb +++ b/docs/src/_layouts/home.erb @@ -14,7 +14,7 @@ layout: default