@@ -8,12 +8,15 @@ const config: DocsThemeConfig = {
8
8
} ,
9
9
faviconGlyph : "📝" ,
10
10
banner : {
11
- key : ' 3.0-release' ,
11
+ key : " 3.0-release" ,
12
12
text : (
13
- < a href = "https://github.com/WaifuAPI/Documentation/releases/tag/3.0.4" target = "_blank" >
13
+ < a
14
+ href = "https://github.com/WaifuAPI/Documentation/releases/tag/3.0.4"
15
+ target = "_blank"
16
+ >
14
17
🎉 Documentation 3.0 is released. Read more →
15
18
</ a >
16
- )
19
+ ) ,
17
20
} ,
18
21
logo : < span > Documentation</ span > ,
19
22
navbar : {
@@ -58,27 +61,37 @@ const config: DocsThemeConfig = {
58
61
chat : {
59
62
link : "https://discord.gg/yyW389c" ,
60
63
} ,
61
- docsRepositoryBase : "https://github.com/WaifuAPI/Documentation/tree/production" ,
64
+ docsRepositoryBase :
65
+ "https://github.com/WaifuAPI/Documentation/tree/production" ,
62
66
footer : {
63
67
text : (
64
68
< span >
65
- AGPL-3.0 { new Date ( ) . getFullYear ( ) } ©{ ' ' }
69
+ AGPL-3.0 { new Date ( ) . getFullYear ( ) } ©{ " " }
66
70
< a href = "https://waifu.it" target = "_blank" >
67
71
Waifu.it
68
72
</ a >
69
73
.
70
74
</ span >
71
- )
75
+ ) ,
72
76
} ,
73
77
head : function useHead ( ) {
74
78
const description =
75
79
"A collection of documentation for each endpoints available on Waifu.it. Find out how to efficiently use the Waifu.it API here!" ;
76
80
return (
77
81
< >
78
82
< meta httpEquiv = "Content-Language" content = "en" />
79
- < meta name = "keywords" content = "anime, waifu, anime facts, anime quotes, waifu api, waifu pictures, anime api, opensource api" />
83
+ < meta
84
+ name = "keywords"
85
+ content = "anime, waifu, anime facts, anime quotes, waifu api, waifu pictures, anime api, opensource api"
86
+ />
80
87
< meta name = "description" content = { description } />
81
88
< meta name = "og:description" content = { description } />
89
+ < meta name = "google-adsense-account" content = "ca-pub-1733730047414795" />
90
+ < script
91
+ async
92
+ src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1733730047414795"
93
+ crossOrigin = "anonymous"
94
+ />
82
95
</ >
83
96
) ;
84
97
} ,
0 commit comments