@@ -19,20 +19,21 @@ The Nimiq Vitepress theme supports the following frontmatter options:
1919
2020### General Options
2121
22- | Option | Type | Default | Description |
23- | --------| ------| -- -------| -------------|
24- | ` title ` | ` string ` | - | Page title, shown in browser tabs and search results |
25- | ` description ` | ` string ` | - | Page description for SEO |
22+ | Option | Type | Default | Description |
23+ | ------------- | -------- | ------- | ---------------------------------------------------- |
24+ | ` title ` | ` string ` | - | Page title, shown in browser tabs and search results |
25+ | ` description ` | ` string ` | - | Page description for SEO |
2626
2727### Layout Options
2828
29- | Option | Type | Default | Description |
30- | --------| ------| ---------| -------------|
31- | ` outline ` | ` boolean ` | ` true ` if headings exist | Whether to show the outline (table of contents) |
32- | ` sidebar ` | ` boolean ` | ` true ` if outline or widget is shown | Whether to show the secondary sidebar |
33- | ` widget ` | ` boolean ` | ` true ` | Whether to show the widget area in the secondary sidebar |
29+ | Option | Type | Default | Description |
30+ | ------------------ | --------- | ------------------------------------ | -------------------------------------------------------- |
31+ | ` sidebar ` | ` boolean ` | ` true ` | Whether to show the sidebar |
32+ | ` outline ` | ` boolean ` | ` true ` if headings exist | Whether to show the outline (table of contents) |
33+ | ` secondarySidebar ` | ` boolean ` | ` true ` if outline or widget is shown | Whether to show the secondary sidebar |
34+ | ` widget ` | ` boolean ` | ` true ` | Whether to show the widget area in the secondary sidebar |
3435
35- ## Controlling the Sidebar
36+ ## Controlling the Secondary Sidebar
3637
3738The secondary sidebar contains both the outline (table of contents) and optional widget area. You can control them independently:
3839
@@ -42,8 +43,8 @@ The secondary sidebar contains both the outline (table of contents) and optional
4243outline : false
4344widget : true
4445
45- # Or hide both by disabling the entire sidebar
46- sidebar : false
46+ # Or hide both by disabling the entire secondary sidebar
47+ secondarySidebar : false
4748---
4849```
4950
@@ -87,7 +88,7 @@ If you need to create reusable data structures for specific components, consider
8788heroSection :
8889 title : Welcome to Nimiq
8990 description : The browser-first blockchain
90- cta :
91+ cta :
9192 label : Get Started
9293 url : /getting-started
9394---
0 commit comments