Skip to content

Commit

Permalink
feat(kb): Documentation link added
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Sep 1, 2024
1 parent 88c7147 commit 1fe4254
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 37 deletions.
36 changes: 0 additions & 36 deletions src/components/EssentialLink.vue

This file was deleted.

8 changes: 7 additions & 1 deletion src/pages/KnowledgeBasesList.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<template>
<section class="max-sm:tw-mx-4 sm:tw-mx-10 tw-my-5">
<h4 class="text-h4 text-semibold tw-mb-5">Knowledge base</h4>
<div class="tw-flex tw-mb-5 tw-items-center tw-space-x-2">
<h4 class="text-h4 text-semibold">Knowledge base</h4>
<a href="https://docs.libertai.io/chat/documents/knowledge-base" target="_blank">
<ltai-icon name="help_outline" size="xs" />
</a>
</div>

<p>Manage your knowledge bases</p>
<div class="tw-mt-4 tw-mb-8 tw-flex md:tw-justify-end">
<q-btn class="border-primary-highlight" no-caps rounded unelevated @click="createKnowledgeDialog = true">
Expand Down

0 comments on commit 1fe4254

Please sign in to comment.