Skip to content

Commit fc79a8b

Browse files
committed
[UPDATE] additional work
1 parent 8cd53fc commit fc79a8b

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

docs/getting-started/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.
1.05 KB
Binary file not shown.
-3.86 KB
Binary file not shown.
3.87 KB
Binary file not shown.

docs/pagefind/pagefind-entry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.3.0","languages":{"en":{"hash":"en_84c6164896","wasm":"en","page_count":16}}}
1+
{"version":"1.3.0","languages":{"en":{"hash":"en_f31342ba2b","wasm":"en","page_count":16}}}
-182 Bytes
Binary file not shown.
181 Bytes
Binary file not shown.

docs/zen-mode/getting-started/index.html

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

documentation/src/content/docs/getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The plugin accepts the following configuration options:
8080
- **Default:** `true`
8181
- **Description:** Controls whether the right sidebar (table of contents) can be toggled between collapsed and expanded states.
8282

83-
#### Examples
83+
## Examples
8484

8585
Enable the left sidebar and disable the right sidebar:
8686
```js
@@ -125,7 +125,7 @@ export default defineConfig({
125125
integrations: [
126126
starlight({
127127
...
128-
components: {
128+
components: {
129129
TableOfContents: "./src/components/TableOfContents.astro",
130130
},
131131
plugins: [

0 commit comments

Comments
 (0)