Skip to content

Commit 6580b7d

Browse files
docs: generate docs from latest main (#3564)
Co-authored-by: nbbeeken <[email protected]>
1 parent 2fd4688 commit 6580b7d

File tree

299 files changed

+183998
-7893
lines changed

Some content is hidden

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

299 files changed

+183998
-7893
lines changed

docs/Next/assets/highlight.css

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
:root {
2-
--light-hl-0: #000000;
3-
--dark-hl-0: #D4D4D4;
4-
--light-hl-1: #008000;
5-
--dark-hl-1: #6A9955;
6-
--light-hl-2: #795E26;
7-
--dark-hl-2: #DCDCAA;
8-
--light-hl-3: #0000FF;
9-
--dark-hl-3: #569CD6;
10-
--light-hl-4: #0070C1;
11-
--dark-hl-4: #4FC1FF;
12-
--light-hl-5: #A31515;
13-
--dark-hl-5: #CE9178;
2+
--light-hl-0: #795E26;
3+
--dark-hl-0: #DCDCAA;
4+
--light-hl-1: #000000;
5+
--dark-hl-1: #D4D4D4;
6+
--light-hl-2: #A31515;
7+
--dark-hl-2: #CE9178;
8+
--light-hl-3: #008000;
9+
--dark-hl-3: #6A9955;
10+
--light-hl-4: #0000FF;
11+
--dark-hl-4: #569CD6;
12+
--light-hl-5: #0070C1;
13+
--dark-hl-5: #4FC1FF;
1414
--light-hl-6: #001080;
1515
--dark-hl-6: #9CDCFE;
1616
--light-hl-7: #AF00DB;
@@ -27,7 +27,7 @@
2727
--dark-hl-12: #D7BA7D;
2828
--light-hl-13: #811F3F;
2929
--dark-hl-13: #D16969;
30-
--light-code-background: #F5F5F5;
30+
--light-code-background: #FFFFFF;
3131
--dark-code-background: #1E1E1E;
3232
}
3333

@@ -67,7 +67,7 @@
6767
--code-background: var(--dark-code-background);
6868
} }
6969

70-
body.light {
70+
:root[data-theme='light'] {
7171
--hl-0: var(--light-hl-0);
7272
--hl-1: var(--light-hl-1);
7373
--hl-2: var(--light-hl-2);
@@ -85,7 +85,7 @@ body.light {
8585
--code-background: var(--light-code-background);
8686
}
8787

88-
body.dark {
88+
:root[data-theme='dark'] {
8989
--hl-0: var(--dark-hl-0);
9090
--hl-1: var(--dark-hl-1);
9191
--hl-2: var(--dark-hl-2);

docs/Next/assets/main.js

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

docs/Next/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/Next/assets/style.css

Lines changed: 778 additions & 824 deletions
Large diffs are not rendered by default.

docs/Next/classes/AbstractCursor.html

Lines changed: 1660 additions & 119 deletions
Large diffs are not rendered by default.

docs/Next/classes/Admin.html

Lines changed: 687 additions & 56 deletions
Large diffs are not rendered by default.

docs/Next/classes/AggregationCursor.html

Lines changed: 1928 additions & 153 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.BSONError.html

Lines changed: 622 additions & 8 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.BSONRegExp.html

Lines changed: 578 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.BSONRuntimeError.html

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

0 commit comments

Comments
 (0)