Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
import { viteBundler } from "@vuepress/bundler-vite";
import { defineUserConfig } from "vuepress";
import { hopeTheme } from "vuepress-theme-hope";
import { googleAnalyticsPlugin } from "@vuepress/plugin-google-analytics";
import { registerComponentsPlugin } from "@vuepress/plugin-register-components";
import { redirectPlugin } from "@vuepress/plugin-redirect";
import { linksCheckPlugin } from "@vuepress/plugin-links-check";
import { markdownTabPlugin } from "@vuepress/plugin-markdown-tab";
import { markdownStylizePlugin } from "@vuepress/plugin-markdown-stylize";
import { markdownIncludePlugin } from "@vuepress/plugin-markdown-include";
import { getSidebar } from "./sidebar";

export default defineUserConfig({
base: "/doc/",
title: "SubQuery Documentation",
description:
"Learn how to build with SubQuery. SubQuery is a fast, flexible, and reliable open-source data indexer that provides you with custom APIs for your web3 project. Build your API anywhere across multiple chains in minutes with our open-source SDK.",
Expand Down Expand Up @@ -41,7 +39,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
},
},
theme: hopeTheme({
hostname: "https://academy.subquery.network",
hostname: "https://subquery.network/doc/",

favicon: "/assets/favicons/favicon.ico",
author: "SubQuery Team",
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ editLink: false
photoSwipe: false
---

<link rel="stylesheet" href="/assets/style/homepage.css" as="style" />
<link rel="stylesheet" href="/doc/assets/style/homepage.css" as="style" />
<div class="welcomeContainer">
<div class="banner">
<div class="bannerImage">
Expand Down
2 changes: 1 addition & 1 deletion docs/indexer/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ editLink: false
photoSwipe: false
---

<link rel="stylesheet" href="/assets/style/homepage.css" as="style" />
<link rel="stylesheet" href="/doc/assets/style/homepage.css" as="style" />
<div class="welcomeContainer">
<div class="bannerRow">
<div class="flexColCenter gp24" style="max-width: 614px; z-index: 1;">
Expand Down
2 changes: 1 addition & 1 deletion docs/subquery_network/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ editLink: false
photoSwipe: false
---

<link rel="stylesheet" href="/assets/style/homepage.css" as="style" />
<link rel="stylesheet" href="/doc/assets/style/homepage.css" as="style" />
<div class="welcomeContainer">
<div class="bannerRow">
<div class="flexCol gp24" style="max-width: 614px;">
Expand Down
Loading