[devdocsgjs/main: 126/239] Update Bootstrap documentation




commit 6abbb2a0d3c1e31bba0918c8f6cdf19d0de71989
Author: Simon Legner <Simon Legner gmail com>
Date:   Wed Jan 12 22:33:57 2022 +0100

    Update Bootstrap documentation

 lib/docs/filters/bootstrap/clean_html_v5.rb | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/lib/docs/filters/bootstrap/clean_html_v5.rb b/lib/docs/filters/bootstrap/clean_html_v5.rb
index daf3a81d..edf7c067 100644
--- a/lib/docs/filters/bootstrap/clean_html_v5.rb
+++ b/lib/docs/filters/bootstrap/clean_html_v5.rb
@@ -4,6 +4,8 @@ module Docs
       def call
 
         @doc = at_css('main')
+        at_css('.bd-content').prepend_child(at_css('h1').remove)
+        @doc = at_css('.bd-content')
 
         # Toc
         css('.bd-toc').remove


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]