From fd6bcd3f84222b839fcb10664fc15c518e8f52f7 Mon Sep 17 00:00:00 2001 From: "Haytham A. Salama" Date: Sat, 9 Sep 2023 19:21:23 +0300 Subject: [PATCH] docs: add examples link in header (#618) --- docs/components/Header.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/components/Header.vue b/docs/components/Header.vue index bc6153d4..67022428 100644 --- a/docs/components/Header.vue +++ b/docs/components/Header.vue @@ -51,6 +51,10 @@ const links = computed(() => { label: 'Documentation', icon: 'i-heroicons-book-open-solid', to: '/getting-started' + }, { + label: 'Examples', + icon: 'i-heroicons-square-3-stack-3d', + to: '/getting-started/examples' }, { label: 'Playground', icon: 'i-simple-icons-stackblitz',