From 3e391f156ee8bfb36519758162693fca89019fa3 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Fri, 22 Oct 2021 18:14:42 +0200 Subject: [PATCH] Update XSLT & XPath documentation --- lib/docs/scrapers/mdn/xslt_xpath.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/docs/scrapers/mdn/xslt_xpath.rb b/lib/docs/scrapers/mdn/xslt_xpath.rb index 286c48f4..26a298b6 100644 --- a/lib/docs/scrapers/mdn/xslt_xpath.rb +++ b/lib/docs/scrapers/mdn/xslt_xpath.rb @@ -1,5 +1,6 @@ module Docs class XsltXpath < Mdn + # release = '2021-10-22' self.name = 'XSLT & XPath' self.slug = 'xslt_xpath' self.base_url = 'https://developer.mozilla.org/en-US/docs/Web'