[devdocsgjs/main: 59/69] Update SVG documentation
- From: Andy Holmes <andyholmes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devdocsgjs/main: 59/69] Update SVG documentation
- Date: Mon, 12 Sep 2022 18:46:56 +0000 (UTC)
commit 078d1bcf51ef053b911f0a18312ec4c019c7e689
Author: Simon Legner <Simon Legner gmail com>
Date: Tue Sep 6 21:46:57 2022 +0200
Update SVG documentation
lib/docs/filters/mdn/clean_html.rb | 1 +
lib/docs/scrapers/mdn/svg.rb | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/lib/docs/filters/mdn/clean_html.rb b/lib/docs/filters/mdn/clean_html.rb
index f2f7be90..91250a43 100644
--- a/lib/docs/filters/mdn/clean_html.rb
+++ b/lib/docs/filters/mdn/clean_html.rb
@@ -12,6 +12,7 @@ module Docs
'.button.section-edit',
'.communitybox',
'#Quick_Links',
+ 'aside.metadata',
'hr']
BROWSER_UNNECESSARY_CLASS_REGEX = /\s*bc-browser[\w_-]+/
diff --git a/lib/docs/scrapers/mdn/svg.rb b/lib/docs/scrapers/mdn/svg.rb
index b5a22b06..689fae99 100644
--- a/lib/docs/scrapers/mdn/svg.rb
+++ b/lib/docs/scrapers/mdn/svg.rb
@@ -3,7 +3,7 @@ module Docs
prepend FixInternalUrlsBehavior
prepend FixRedirectionsBehavior
- # release = '2022-04-20'
+ # release = '2022-09-06'
self.name = 'SVG'
self.base_url = 'https://developer.mozilla.org/en-US/docs/Web/SVG'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]