mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Updates Based On Feedback From Mailing List
* Remove the QR Code error corrections subsection. * Remove the non-example Payment Protocol text from developer examples. * Update reference links and autocrossrefs to reflect above deletions * Fix CSS padding problems reported by @saivann * Remove all HTML comments from autocrossref text to allow easy checking for broken link definitions: find _site -name '*.html' | xargs grep '\]\[' * Add PNG versions of guide and example SVG icons. (optipng run)
This commit is contained in:
parent
617213a980
commit
61f0931b75
8 changed files with 14 additions and 141 deletions
|
@ -73,7 +73,7 @@ require 'yaml'
|
|||
(?!\w) ## Don't match inside words
|
||||
/xmi, "[\\&][#{term[1]}]{:.auto-link}")
|
||||
}
|
||||
output.gsub!('<!--noref-->','') ## Remove all <!--noref--> comments
|
||||
output.gsub!(/<!--.*?-->/m,'') ## Remove all HTML comments
|
||||
|
||||
output
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue