Skip to content

Commit 9f0bb12

Browse files
committed
docs tweaks
1 parent 0fa83b8 commit 9f0bb12

File tree

138 files changed

+800
-225
lines changed

Some content is hidden

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

138 files changed

+800
-225
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The `AppendSession` controls how many batches can be inflight at a given time, w
124124

125125
## Examples
126126

127-
The [`examples`](./examples) directory in this repository contains a variety of
127+
The [`examples`](https://github.com/s2-streamstore/s2-sdk-typescript/tree/main/examples) directory in this repository contains a variety of
128128
example use cases demonstrating how to use the SDK effectively.
129129

130130
Run any example using the following command:

docs/assets/hierarchy.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/highlight.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
--dark-hl-8: #B5CEA8;
2020
--light-hl-9: #000000FF;
2121
--dark-hl-9: #D4D4D4;
22+
--light-hl-10: #000000;
23+
--dark-hl-10: #C8C8C8;
2224
--light-code-background: #FFFFFF;
2325
--dark-code-background: #1E1E1E;
2426
}
@@ -34,6 +36,7 @@
3436
--hl-7: var(--light-hl-7);
3537
--hl-8: var(--light-hl-8);
3638
--hl-9: var(--light-hl-9);
39+
--hl-10: var(--light-hl-10);
3740
--code-background: var(--light-code-background);
3841
} }
3942

@@ -48,6 +51,7 @@
4851
--hl-7: var(--dark-hl-7);
4952
--hl-8: var(--dark-hl-8);
5053
--hl-9: var(--dark-hl-9);
54+
--hl-10: var(--dark-hl-10);
5155
--code-background: var(--dark-code-background);
5256
} }
5357

@@ -62,6 +66,7 @@
6266
--hl-7: var(--light-hl-7);
6367
--hl-8: var(--light-hl-8);
6468
--hl-9: var(--light-hl-9);
69+
--hl-10: var(--light-hl-10);
6570
--code-background: var(--light-code-background);
6671
}
6772

@@ -76,6 +81,7 @@
7681
--hl-7: var(--dark-hl-7);
7782
--hl-8: var(--dark-hl-8);
7883
--hl-9: var(--dark-hl-9);
84+
--hl-10: var(--dark-hl-10);
7985
--code-background: var(--dark-code-background);
8086
}
8187

@@ -89,4 +95,5 @@
8995
.hl-7 { color: var(--hl-7); }
9096
.hl-8 { color: var(--hl-8); }
9197
.hl-9 { color: var(--hl-9); }
98+
.hl-10 { color: var(--hl-10); }
9299
pre, code { background: var(--code-background); }

docs/assets/navigation.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/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/classes/BatchTransform.html

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

docs/classes/FencingTokenMismatchError.html

Lines changed: 11 additions & 6 deletions
Large diffs are not rendered by default.

docs/classes/RangeNotSatisfiableError.html

Lines changed: 10 additions & 5 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)