File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module Docs
3
3
class Nushell
4
4
class CleanHtmlFilter < Filter
5
5
def call
6
+ @doc = at_css ( '.theme-default-content > div:only-child' , '.theme-default-content' )
6
7
css ( 'footer' ) . remove
7
8
css ( 'h1 a, h2 a' ) . remove
8
9
doc
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class Nushell < UrlScraper
6
6
self . name = "Nushell"
7
7
self . slug = "nushell"
8
8
self . type = "nushell"
9
- self . release = "0.84 .0"
9
+ self . release = "0.85 .0"
10
10
self . links = {
11
11
home : "https://www.nushell.sh/" ,
12
12
code : "https://github.com/nushell/nushell" ,
@@ -18,13 +18,12 @@ class Nushell < UrlScraper
18
18
options [ :follow_links ] = true
19
19
options [ :title ] = "Nushell"
20
20
options [ :attribution ] = <<-HTML
21
- Copyright © 2019 - 2023 The Nushell Project Developers
21
+ Copyright © 2019– 2023 The Nushell Project Developers
22
22
Licensed under the MIT License.
23
23
HTML
24
24
25
25
# latest version has a special URL that does not include the version identifier
26
26
version do
27
- self . release = "0.84.0"
28
27
self . base_urls = [
29
28
"https://www.nushell.sh/book/" ,
30
29
"https://www.nushell.sh/commands/"
You can’t perform that action at this time.
0 commit comments