refactor(sh-admin): updated documentation links in dashboard (#4560)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
parent
e8ed938b4c
commit
37bf0567ea
4 changed files with 16 additions and 7 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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')"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue