docs: updated links + editor theme
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user