We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765ebd5 commit 57b4780Copy full SHA for 57b4780
.vitepress/config.mts
@@ -626,6 +626,12 @@ export default withMermaid(defineConfig({
626
linkPrefix: '/apis/v2/',
627
addedOperations: new Set(),
628
})),
629
+ collapse(sidebarSpec2.generateSidebarGroup({
630
+ tag: ["chasm"],
631
+ text: "Chasm",
632
+ linkPrefix: '/apis/v2/',
633
+ addedOperations: new Set(),
634
+ })),
635
collapse(sidebarSpec2.generateSidebarGroup({
636
tag: ["geofences"],
637
text: "Geofences",
cspell.yaml
@@ -149,6 +149,9 @@ words:
149
- listid
150
- fenceid
151
- targetid
152
+ - unsub
153
+ - unsubscription
154
+ - Unsubscription
155
156
# Words to ignore (none configured)
157
ignoreWords: []
0 commit comments