Skip to content

Commit 85631e1

Browse files
authored
docs: add documentation feedback (#826)
1 parent 7195b12 commit 85631e1

File tree

9 files changed

+1756
-787
lines changed

9 files changed

+1756
-787
lines changed

docs/.vuepress/client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {onMounted} from "vue";
44
import type {RouteLocationNormalized, Router} from "vue-router";
55
import CloudBanner from "./components/CloudBanner.vue";
66
import KapaWidget from './components/KapaWidget.vue';
7+
import UserFeedback from './components/TocWithFeedback';
78

89
declare const __VERSIONS__: { latest: string, selected: string, all: string[] }
910

@@ -64,6 +65,7 @@ export default defineClientConfig({
6465
enhance({app, router, siteData}) {
6566
app.component("CloudBanner", CloudBanner);
6667
app.component("KapaWidget", KapaWidget);
68+
app.component("UserFeedback", UserFeedback);
6769
const apiPath = __VERSIONS__.latest.replace("server", "http-api");
6870
const addFixedRoute = (from: string, to: string) => router.addRoute({
6971
path: from, redirect: _ => {

0 commit comments

Comments
 (0)