Skip to content

Commit

Permalink
doc: remove references to markers playground
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Oct 5, 2024
1 parent e33beed commit 4b1a391
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docs/.vitepress/components/Playground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<v-tabs v-model="currentTab" bg-color="primary">
<v-tab value="panorama">Panorama</v-tab>
<v-tab value="config" :disabled="loading">Configuration</v-tab>
<v-tab value="markers" :disabled="loading">Markers</v-tab>
</v-tabs>

<v-card-text>
Expand All @@ -15,9 +14,6 @@
<v-tabs-window-item value="config" eager>
<TabConfiguration @updateConfig="applyConfig" :loading="loading" />
</v-tabs-window-item>
<v-tabs-window-item value="markers">
Coming soon™
</v-tabs-window-item>
</v-tabs-window>
</v-card-text>

Expand Down
4 changes: 0 additions & 4 deletions docs/plugins/markers.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ packages:
:::
::: tip
You can try markers live in [the playground](../playground.md).
:::
## Markers
### Definition
Expand Down

0 comments on commit 4b1a391

Please sign in to comment.