feat: added docs links

This commit is contained in:
liyasthomas
2021-08-19 11:46:22 +05:30
parent 57ce7ccfdf
commit 51142e5c77
13 changed files with 16 additions and 27 deletions

View File

@@ -33,7 +33,7 @@
<div class="flex"> <div class="flex">
<ButtonSecondary <ButtonSecondary
v-tippy="{ theme: 'tooltip' }" v-tippy="{ theme: 'tooltip' }"
to="https://docs.hoppscotch.io/" to="https://docs.hoppscotch.io/features/collections"
blank blank
:title="$t('app.wiki')" :title="$t('app.wiki')"
icon="help_outline" icon="help_outline"

View File

@@ -54,7 +54,7 @@
<span class="flex"> <span class="flex">
<ButtonSecondary <ButtonSecondary
v-tippy="{ theme: 'tooltip' }" v-tippy="{ theme: 'tooltip' }"
to="https://docs.hoppscotch.io/" to="https://docs.hoppscotch.io/features/collections"
blank blank
:title="$t('app.wiki')" :title="$t('app.wiki')"
icon="help_outline" icon="help_outline"

View File

@@ -65,7 +65,7 @@
<div class="flex"> <div class="flex">
<ButtonSecondary <ButtonSecondary
v-tippy="{ theme: 'tooltip' }" v-tippy="{ theme: 'tooltip' }"
to="https://docs.hoppscotch.io/" to="https://docs.hoppscotch.io/features/environments"
blank blank
:title="$t('app.wiki')" :title="$t('app.wiki')"
icon="help_outline" icon="help_outline"

View File

@@ -23,7 +23,7 @@
<div class="flex"> <div class="flex">
<ButtonSecondary <ButtonSecondary
v-tippy="{ theme: 'tooltip' }" v-tippy="{ theme: 'tooltip' }"
to="https://docs.hoppscotch.io/" to="https://docs.hoppscotch.io/quickstart/graphql"
blank blank
:title="$t('app.wiki')" :title="$t('app.wiki')"
icon="help_outline" icon="help_outline"
@@ -154,7 +154,7 @@
<div class="flex"> <div class="flex">
<ButtonSecondary <ButtonSecondary
v-tippy="{ theme: 'tooltip' }" v-tippy="{ theme: 'tooltip' }"
to="https://docs.hoppscotch.io/" to="https://docs.hoppscotch.io/quickstart/graphql"
blank blank
:title="$t('app.wiki')" :title="$t('app.wiki')"
icon="help_outline" icon="help_outline"

View File

@@ -21,7 +21,7 @@
<div class="flex"> <div class="flex">
<ButtonSecondary <ButtonSecondary
v-tippy="{ theme: 'tooltip' }" v-tippy="{ theme: 'tooltip' }"
to="https://docs.hoppscotch.io/" to="https://docs.hoppscotch.io/features/history"
blank blank
:title="$t('app.wiki')" :title="$t('app.wiki')"
icon="help_outline" icon="help_outline"

View File

@@ -68,7 +68,7 @@
</SmartToggle> </SmartToggle>
<ButtonSecondary <ButtonSecondary
v-tippy="{ theme: 'tooltip' }" v-tippy="{ theme: 'tooltip' }"
to="https://docs.hoppscotch.io/" to="https://docs.hoppscotch.io/features/authorization"
blank blank
:title="$t('app.wiki')" :title="$t('app.wiki')"
icon="help_outline" icon="help_outline"

View File

@@ -19,7 +19,7 @@
<div class="flex"> <div class="flex">
<ButtonSecondary <ButtonSecondary
v-tippy="{ theme: 'tooltip' }" v-tippy="{ theme: 'tooltip' }"
to="https://docs.hoppscotch.io/" to="https://docs.hoppscotch.io/features/body"
blank blank
:title="$t('app.wiki')" :title="$t('app.wiki')"
icon="help_outline" icon="help_outline"

View File

@@ -19,7 +19,7 @@
<div class="flex"> <div class="flex">
<ButtonSecondary <ButtonSecondary
v-tippy="{ theme: 'tooltip' }" v-tippy="{ theme: 'tooltip' }"
to="https://docs.hoppscotch.io/" to="https://docs.hoppscotch.io/features/headers"
blank blank
:title="$t('app.wiki')" :title="$t('app.wiki')"
icon="help_outline" icon="help_outline"

View File

@@ -19,7 +19,7 @@
<div class="flex"> <div class="flex">
<ButtonSecondary <ButtonSecondary
v-tippy="{ theme: 'tooltip' }" v-tippy="{ theme: 'tooltip' }"
to="https://docs.hoppscotch.io/" to="https://docs.hoppscotch.io/features/parameters"
blank blank
:title="$t('app.wiki')" :title="$t('app.wiki')"
icon="help_outline" icon="help_outline"

View File

@@ -19,7 +19,7 @@
<div class="flex"> <div class="flex">
<ButtonSecondary <ButtonSecondary
v-tippy="{ theme: 'tooltip' }" v-tippy="{ theme: 'tooltip' }"
to="https://github.com/hoppscotch/hoppscotch/wiki/Pre-Request-Scripts" to="https://docs.hoppscotch.io/features/pre-request-script"
blank blank
:title="$t('app.wiki')" :title="$t('app.wiki')"
icon="help_outline" icon="help_outline"

View File

@@ -19,7 +19,7 @@
<div class="flex"> <div class="flex">
<ButtonSecondary <ButtonSecondary
v-tippy="{ theme: 'tooltip' }" v-tippy="{ theme: 'tooltip' }"
to="https://docs.hoppscotch.io/" to="https://docs.hoppscotch.io/features/body"
blank blank
:title="$t('app.wiki')" :title="$t('app.wiki')"
icon="help_outline" icon="help_outline"

View File

@@ -1,16 +1,5 @@
<template> <template>
<div <div class="bg-primary flex space-x-2 p-4 top-0 z-10 sticky">
class="
bg-primary
flex flex-col
space-y-2
p-4
top-0
z-10
sticky
md:flex-row md:space-y-0
"
>
<div class="flex flex-1"> <div class="flex flex-1">
<div class="flex relative"> <div class="flex relative">
<tippy <tippy
@@ -61,6 +50,7 @@
bg-primaryLight bg-primaryLight
border border-divider border border-divider
flex flex
rounded-r
flex-1 flex-1
text-secondaryDark text-secondaryDark
py-1 py-1
@@ -84,7 +74,6 @@
w-full w-full
py-2 py-2
px-4 px-4
md:rounded-r-none
focus-visible:border-accent focus-visible:border-accent
" "
name="url" name="url"
@@ -99,7 +88,7 @@
<div class="flex"> <div class="flex">
<ButtonPrimary <ButtonPrimary
id="send" id="send"
class="rounded-r-none flex-1 min-w-20 md:rounded-l-none" class="rounded-r-none flex-1 min-w-20"
:label="!loading ? $t('action.send') : $t('action.cancel')" :label="!loading ? $t('action.send') : $t('action.cancel')"
:shortcut="[getSpecialKey(), 'G']" :shortcut="[getSpecialKey(), 'G']"
@click.native="!loading ? newSendRequest() : cancelRequest()" @click.native="!loading ? newSendRequest() : cancelRequest()"

View File

@@ -19,7 +19,7 @@
<div class="flex"> <div class="flex">
<ButtonSecondary <ButtonSecondary
v-tippy="{ theme: 'tooltip' }" v-tippy="{ theme: 'tooltip' }"
to="https://github.com/hoppscotch/hoppscotch/wiki/Post-Request-Tests" to="https://docs.hoppscotch.io/features/tests"
blank blank
:title="$t('app.wiki')" :title="$t('app.wiki')"
icon="help_outline" icon="help_outline"