refactor(sh-admin): updated documentation links in dashboard (#4560)

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
Joel Jacob Stephen
2024-11-26 07:43:08 -06:00
committed by GitHub
parent e8ed938b4c
commit 37bf0567ea
4 changed files with 16 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
{{ statusCode }}
</h1>
<p class="mb-4 text-secondaryLight">{{ message }}</p>
<p class="mt-4 space-x-2">
<div class="mt-4 space-x-2">
<HoppButtonSecondary
to="/"
:icon="IconHome"
@@ -28,7 +28,7 @@
filled
@click="reloadApplication"
/>
</p>
</div>
</div>
</template>

View File

@@ -26,7 +26,7 @@
<div class="flex items-center">
<div class="inline-flex items-center mr-5">
<HoppButtonSecondary
to="https://docs.hoppscotch.io/documentation"
to="https://docs.hoppscotch.io/documentation/self-host/community-edition/getting-started"
blank
v-tippy="{ theme: 'tooltip' }"
:title="t('support.documentation')"

View File

@@ -21,7 +21,7 @@
<div class="flex justify-between">
<HoppButtonSecondary
v-tippy="{ theme: 'tooltip', allowHTML: true }"
to="https://docs.hoppscotch.io/documentation"
to="https://docs.hoppscotch.io/documentation/self-host/community-edition/admin-dashboard#invite-users-to-your-hoppscotch-instance"
blank
:title="t('support.documentation')"
:icon="IconCircleHelp"

View File

@@ -11,9 +11,18 @@
<h3 class="text-lg font-bold text-accentContrast">
{{ t('users.pending_invites') }}
</h3>
<p class="my-1 text-secondaryLight">
{{ t('users.pending_invites_description') }}
</p>
<div class="flex">
<p class="my-1 text-secondaryLight">
{{ t('users.pending_invites_description') }}
</p>
<HoppSmartAnchor
blank
to="https://docs.hoppscotch.io/documentation/self-host/community-edition/admin-dashboard#pending-invites"
:label="t('support.more_info')"
class="underline ml-1"
/>
<icon-lucide-arrow-up-right class="underline w-4 h-4" />
</div>
</div>
<HoppButtonSecondary