We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8c19d commit 7c7ddaeCopy full SHA for 7c7ddae
lib/docs/filters/sequelize/clean_html.rb
@@ -2,7 +2,7 @@ module Docs
2
class Sequelize
3
class CleanHtmlFilter < Filter
4
def call
5
- @doc = at_css('article', '.content')
+ @doc = at_css('article', '.content .self-detail', '.content')
6
7
if at_css('header > h1')
8
# Pull the header out of its container
lib/docs/scrapers/sequelize.rb
@@ -30,7 +30,7 @@ def initial_urls
30
end
31
32
version '6' do
33
- self.release = '6.23.2'
+ self.release = '6.37.5'
34
self.base_url = "https://sequelize.org/docs/v6/"
35
self.base_urls = [
36
"https://sequelize.org/docs/v6/",
0 commit comments