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 35fa933 commit af96dddCopy full SHA for af96ddd
lib/docs/scrapers/es_toolkit.rb
@@ -7,14 +7,15 @@ class EsToolkit < FileScraper
7
code: "https://github.com/toss/es-toolkit",
8
home: "https://es-toolkit.slash.page",
9
}
10
+ self.release = '1.42.0'
11
12
options[:attribution] = <<-HTML
13
© 2024-2025, Viva Republica<br>
14
Licensed under the MIT License.
15
HTML
16
17
def get_latest_version(opts)
- get_github_tags("toss", "es-toolkit", opts).first["name"]
18
+ get_github_tags("toss", "es-toolkit", opts).first["name"][1..]
19
end
20
21
def build_pages(&block)
0 commit comments