Skip to content

Commit 623cee1

Browse files
committed
Fix docs (new theme soon-ish)
1 parent e257aae commit 623cee1

File tree

103 files changed

+3740
-18078
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+3740
-18078
lines changed

docs/assets/highlight.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--light-code-background: #FFFFFF;
2+
--light-code-background: #F5F5F5;
33
--dark-code-background: #1E1E1E;
44
}
55

docs/assets/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/style.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,15 @@ body.dark {
152152
--external-icon: var(--dark-external-icon);
153153
}
154154

155+
h1,
156+
h2,
157+
h3,
158+
h4,
159+
h5,
160+
h6 {
161+
line-height: 1.2;
162+
}
163+
155164
h1 {
156165
font-size: 2em;
157166
margin: 0.67em 0;
@@ -1386,3 +1395,19 @@ input[type="checkbox"]:checked + .tsd-widget:before {
13861395
img {
13871396
max-width: 100%;
13881397
}
1398+
1399+
.tsd-anchor-icon {
1400+
margin-left: 10px;
1401+
vertical-align: middle;
1402+
color: var(--color-text);
1403+
}
1404+
1405+
.tsd-anchor-icon svg {
1406+
width: 1em;
1407+
height: 1em;
1408+
visibility: hidden;
1409+
}
1410+
1411+
.tsd-anchor-link:hover > .tsd-anchor-icon svg {
1412+
visibility: visible;
1413+
}

docs/classes/AzurAPI.html

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/classes/core_CacheUpdater.default.html

Lines changed: 15 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/core_Client.AzurAPI.html

Lines changed: 23 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/core_api_api.default.html

Lines changed: 45 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/core_api_api_barrage.Barrages.html

Lines changed: 59 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/core_api_api_chapter.Chapters.html

Lines changed: 49 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)