From 097b859e26a211d8c5606da16874d7427980d09b Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 23 Jun 2022 23:08:44 +0200 Subject: [PATCH] docs: add github, discord and react flow icons to header --- docs/src/.vuepress/theme/index.ts | 1 - docs/src/.vuepress/theme/layouts/default.vue | 40 ++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/docs/src/.vuepress/theme/index.ts b/docs/src/.vuepress/theme/index.ts index 67a2edc9..f6021c7d 100644 --- a/docs/src/.vuepress/theme/index.ts +++ b/docs/src/.vuepress/theme/index.ts @@ -41,7 +41,6 @@ const typedocSidebarEntries = (): SidebarConfigArray => { export default { name: 'vuepress-theme-local', extends: defaultTheme({ - repo: 'bcakmakoglu/vue-flow', docsDir: 'docs/src/', docsBranch: 'master', lastUpdated: true, diff --git a/docs/src/.vuepress/theme/layouts/default.vue b/docs/src/.vuepress/theme/layouts/default.vue index e50c50c3..ad7a8e08 100644 --- a/docs/src/.vuepress/theme/layouts/default.vue +++ b/docs/src/.vuepress/theme/layouts/default.vue @@ -7,9 +7,49 @@ import '../../assets/index.css'