docs: updated links + editor theme

This commit is contained in:
liyasthomas
2021-11-20 07:27:50 +05:30
parent 47661de974
commit 5ab24d1439
8 changed files with 26 additions and 26 deletions

View File

@@ -386,7 +386,7 @@ pre.ace_editor {
.smart-splitter .splitpanes__splitter::before { .smart-splitter .splitpanes__splitter::before {
@apply absolute; @apply absolute;
@apply inset-0; @apply inset-0;
@apply bg-dividerLight; @apply bg-accentLight;
@apply opacity-0; @apply opacity-0;
@apply z-20; @apply z-20;
@apply transition; @apply transition;

View File

@@ -53,17 +53,17 @@
} }
@mixin dark-editor-theme { @mixin dark-editor-theme {
--editor-type-color: theme("colors.purple.500"); --editor-type-color: theme("colors.purple.400");
--editor-name-color: theme("colors.blue.500"); --editor-name-color: theme("colors.blue.400");
--editor-operator-color: theme("colors.indigo.500"); --editor-operator-color: theme("colors.indigo.400");
--editor-invalid-color: theme("colors.red.500"); --editor-invalid-color: theme("colors.red.400");
--editor-separator-color: theme("colors.gray.500"); --editor-separator-color: theme("colors.gray.400");
--editor-meta-color: theme("colors.gray.500"); --editor-meta-color: theme("colors.gray.400");
--editor-variable-color: theme("colors.green.500"); --editor-variable-color: theme("colors.green.400");
--editor-link-color: theme("colors.cyan.500"); --editor-link-color: theme("colors.cyan.400");
--editor-process-color: theme("colors.gray.400"); --editor-process-color: theme("colors.fuchsia.400");
--editor-constant-color: theme("colors.fuchsia.500"); --editor-constant-color: theme("colors.violet.400");
--editor-keyword-color: theme("colors.pink.500"); --editor-keyword-color: theme("colors.pink.400");
} }
@mixin light-editor-theme { @mixin light-editor-theme {
@@ -82,15 +82,15 @@
@mixin black-editor-theme { @mixin black-editor-theme {
--editor-type-color: theme("colors.purple.400"); --editor-type-color: theme("colors.purple.400");
--editor-name-color: theme("colors.gray.400"); --editor-name-color: theme("colors.fuchsia.400");
--editor-operator-color: theme("colors.indigo.400"); --editor-operator-color: theme("colors.indigo.400");
--editor-invalid-color: theme("colors.red.400"); --editor-invalid-color: theme("colors.red.400");
--editor-separator-color: theme("colors.gray.400"); --editor-separator-color: theme("colors.gray.400");
--editor-meta-color: theme("colors.gray.400"); --editor-meta-color: theme("colors.gray.400");
--editor-variable-color: theme("colors.green.400"); --editor-variable-color: theme("colors.green.400");
--editor-link-color: theme("colors.cyan.400"); --editor-link-color: theme("colors.cyan.400");
--editor-process-color: theme("colors.blue.400"); --editor-process-color: theme("colors.violet.400");
--editor-constant-color: theme("colors.fuchsia.400"); --editor-constant-color: theme("colors.blue.400");
--editor-keyword-color: theme("colors.pink.400"); --editor-keyword-color: theme("colors.pink.400");
} }

View File

@@ -38,7 +38,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/graphql/#queries"
blank blank
:title="t('app.wiki')" :title="t('app.wiki')"
svg="help-circle" svg="help-circle"
@@ -82,7 +82,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/graphql/#queries"
blank blank
:title="t('app.wiki')" :title="t('app.wiki')"
svg="help-circle" svg="help-circle"
@@ -120,7 +120,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/graphql/#headers"
blank blank
:title="t('app.wiki')" :title="t('app.wiki')"
svg="help-circle" svg="help-circle"

View File

@@ -80,7 +80,7 @@
</div> </div>
<ButtonSecondary <ButtonSecondary
:label="`${t('app.documentation')}`" :label="`${t('app.documentation')}`"
to="https://docs.hoppscotch.io" to="https://docs.hoppscotch.io/features/response"
svg="external-link" svg="external-link"
blank blank
outline outline

View File

@@ -107,7 +107,7 @@
<ButtonSecondary <ButtonSecondary
outline outline
:label="$t('app.documentation')" :label="$t('app.documentation')"
to="https://docs.hoppscotch.io" to="https://docs.hoppscotch.io/features/authorization"
blank blank
svg="external-link" svg="external-link"
reverse reverse
@@ -151,7 +151,7 @@
<SmartAnchor <SmartAnchor
class="link" class="link"
:label="`${$t('authorization.learn')} \xA0 →`" :label="`${$t('authorization.learn')} \xA0 →`"
to="https://docs.hoppscotch.io/" to="https://docs.hoppscotch.io/features/authorization"
blank blank
/> />
</div> </div>
@@ -187,7 +187,7 @@
<SmartAnchor <SmartAnchor
class="link" class="link"
:label="`${$t('authorization.learn')} \xA0 →`" :label="`${$t('authorization.learn')} \xA0 →`"
to="https://docs.hoppscotch.io/" to="https://docs.hoppscotch.io/features/authorization"
blank blank
/> />
</div> </div>
@@ -227,7 +227,7 @@
<SmartAnchor <SmartAnchor
class="link" class="link"
:label="`${$t('authorization.learn')} \xA0 →`" :label="`${$t('authorization.learn')} \xA0 →`"
to="https://docs.hoppscotch.io/" to="https://docs.hoppscotch.io/features/authorization"
blank blank
/> />
</div> </div>

View File

@@ -77,7 +77,7 @@
<ButtonSecondary <ButtonSecondary
outline outline
:label="`${$t('app.documentation')}`" :label="`${$t('app.documentation')}`"
to="https://docs.hoppscotch.io" to="https://docs.hoppscotch.io/features/body"
blank blank
svg="external-link" svg="external-link"
reverse reverse

View File

@@ -43,7 +43,7 @@
</div> </div>
<ButtonSecondary <ButtonSecondary
:label="t('app.documentation')" :label="t('app.documentation')"
to="https://docs.hoppscotch.io" to="https://docs.hoppscotch.io/features/response"
svg="external-link" svg="external-link"
blank blank
outline outline

View File

@@ -91,7 +91,7 @@
<ButtonSecondary <ButtonSecondary
outline outline
:label="`${t('action.learn_more')}`" :label="`${t('action.learn_more')}`"
to="https://docs.hoppscotch.io" to="https://docs.hoppscotch.io/features/tests"
blank blank
svg="external-link" svg="external-link"
reverse reverse