added new angular logo and links

pull/2334/head
margarita2104 4 months ago
parent d9fce1a97a
commit 2a9d5d9fad

@ -4,10 +4,10 @@ module Docs
class Angular < UrlScraper
self.type = 'angular'
self.links = {
home: 'https://angular.io/',
home: 'https://angular.dev/',
code: 'https://github.com/angular/angular'
}
self.base_url = 'https://angular.io/'
self.base_url = 'https://angular.dev/'
self.root_path = 'docs'
html_filters.push 'angular/clean_html', 'angular/entries'
@ -84,7 +84,7 @@ module Docs
version do
self.release = '18.2.6'
self.base_url = 'https://angular.io/'
self.base_url = 'https://angular.dev/'
include Docs::Angular::Since12
end

@ -2,11 +2,11 @@ module Docs
class Axios < UrlScraper
self.type = 'simple'
self.links = {
home: 'hthttps://axios-http.com/',
home: 'https://axios-http.com/',
code: 'https://github.com/axios/axios'
}
self.release = '1.7.7'
self.base_url = "https://axios-http.com/docs/"
self.base_url = "https://axios-http.com/docs/intro"
self.initial_paths = %w(index intro)
html_filters.push 'axios/entries', 'axios/clean_html'

@ -3,9 +3,9 @@ module Docs
self.name = 'Deno'
self.type = 'simple'
self.release = '1.46.3'
self.base_url = 'https://doc.deno.land/deno/stable/'
self.base_url = 'https://docs.deno.com/api/deno/'
self.links = {
home: 'https://deno.land/',
home: 'https://deno.com',
code: 'https://github.com/denoland/deno'
}
@ -13,7 +13,7 @@ module Docs
# https://github.com/denoland/manual/blob/main/LICENSE
options[:attribution] = <<-HTML
&copy; 20182022 the Deno authors
&copy; 20182024 the Deno authors
HTML
def get_latest_version(opts)

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

@ -1 +1 @@
https://angular.io/presskit.html
https://angular.dev/press-kit

Loading…
Cancel
Save