Skip to content

Commit 56c33c5

Browse files
committed
feat: remove network and miscellaneous
1 parent bd8df2c commit 56c33c5

3 files changed

Lines changed: 7 additions & 198 deletions

File tree

docs/.vuepress/config.ts

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
7373
text: "SubQuery GraphQL Agent",
7474
link: "/ai/graphql_agent.md",
7575
},
76-
{
77-
text: "SubQuery Network",
78-
link: "/subquery_network/welcome.md",
79-
},
80-
{
81-
text: "Miscellaneous",
82-
link: "/miscellaneous/contributing.md",
83-
},
8476
],
8577

8678
repo: "https://github.com/subquery/documentation",
@@ -270,40 +262,40 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
270262
app.pages.map(({ path }) => [
271263
path.replace(
272264
"/subquery_network/node_operators/indexers/",
273-
"/subquery_network/indexers/"
265+
"/subquery_network/indexers/",
274266
),
275267
path,
276-
])
268+
]),
277269
),
278270
...Object.fromEntries(
279271
app.pages.map(({ path }) => [
280272
path.replace("/indexer/academy/", "/academy/"),
281273
path,
282-
])
274+
]),
283275
),
284276
...Object.fromEntries(
285277
app.pages.map(({ path }) => [
286278
path.replace("/indexer/build/", "/build/"),
287279
path,
288-
])
280+
]),
289281
),
290282
...Object.fromEntries(
291283
app.pages.map(({ path }) => [
292284
path.replace("/indexer/miscellaneous/", "/miscellaneous/"),
293285
path,
294-
])
286+
]),
295287
),
296288
...Object.fromEntries(
297289
app.pages.map(({ path }) => [
298290
path.replace("/indexer/quickstart/", "/quickstart/"),
299291
path,
300-
])
292+
]),
301293
),
302294
...Object.fromEntries(
303295
app.pages.map(({ path }) => [
304296
path.replace("/indexer/run_publish/", "/run_publish/"),
305297
path,
306-
])
298+
]),
307299
),
308300
};
309301
},

docs/.vuepress/sidebar.ts

Lines changed: 0 additions & 150 deletions
Original file line numberDiff line numberDiff line change
@@ -605,145 +605,6 @@ export const getSidebar = (locale: string) =>
605605
link: "https://subquery.network/contact",
606606
},
607607
],
608-
"/subquery_network/": [
609-
{
610-
text: "Welcome",
611-
link: `${locale}/subquery_network/welcome.md`,
612-
},
613-
{
614-
text: "Introduction",
615-
link: `${locale}/subquery_network/introduction/reward-distribution.md`,
616-
collapsible: true,
617-
children: [
618-
`${locale}/subquery_network/introduction/reward-distribution.md`,
619-
`${locale}/subquery_network/introduction/design-philosophy.md`,
620-
`${locale}/subquery_network/introduction/era.md`,
621-
`${locale}/subquery_network/introduction/payment-methods.md`,
622-
`${locale}/subquery_network/introduction/proof-of-index.md`,
623-
],
624-
},
625-
{
626-
text: "The SubQuery Tokens",
627-
link: `${locale}/subquery_network/token/token.md`,
628-
collapsible: true,
629-
children: [
630-
`${locale}/subquery_network/token/token.md`,
631-
`${locale}/subquery_network/token/tokenomics.md`,
632-
`${locale}/subquery_network/token/bridge.md`,
633-
`${locale}/subquery_network/token/swap.md`,
634-
`${locale}/subquery_network/token/claim.md`,
635-
],
636-
},
637-
{
638-
text: "Consumers",
639-
link: `${locale}/subquery_network/consumers/introduction.md`,
640-
collapsible: true,
641-
children: [
642-
`${locale}/subquery_network/consumers/introduction.md`,
643-
`${locale}/subquery_network/consumers/plan.md`,
644-
`${locale}/subquery_network/consumers/boosting.md`,
645-
`${locale}/subquery_network/consumers/suggest_rpc.md`,
646-
`${locale}/subquery_network/consumers/faq.md`,
647-
],
648-
},
649-
{
650-
text: "Delegators",
651-
link: `${locale}/subquery_network/delegators/introduction.md`,
652-
collapsible: true,
653-
children: [
654-
`${locale}/subquery_network/delegators/introduction.md`,
655-
`${locale}/subquery_network/delegators/rewards.md`,
656-
`${locale}/subquery_network/delegators/delegating.md`,
657-
],
658-
},
659-
{
660-
text: "Node Operators / Indexers",
661-
link: `${locale}/subquery_network/node_operators/introduction.md`,
662-
collapsible: true,
663-
children: [
664-
{
665-
text: "Introduction to Node Operators",
666-
link: `${locale}/subquery_network/node_operators/introduction.md`,
667-
},
668-
`${locale}/subquery_network/node_operators/rewards.md`,
669-
{
670-
text: "Becoming a Node Operator",
671-
link: `${locale}/subquery_network/node_operators/setup/becoming-a-node-operator.md`,
672-
collapsible: true,
673-
children: [
674-
`${locale}/subquery_network/node_operators/setup/becoming-a-node-operator.md`,
675-
`${locale}/subquery_network/node_operators/setup/install-local-docker.md`,
676-
`${locale}/subquery_network/node_operators/setup/install-linux.md`,
677-
`${locale}/subquery_network/node_operators/setup/security-guide.md`,
678-
`${locale}/subquery_network/node_operators/setup/separated-db.md`,
679-
`${locale}/subquery_network/node_operators/setup/troubleshooting.md`,
680-
`${locale}/subquery_network/node_operators/setup/faq.md`,
681-
],
682-
},
683-
{
684-
text: "Data Indexers",
685-
link: `${locale}/subquery_network/node_operators/indexers/introduction.md`,
686-
collapsible: true,
687-
children: [
688-
`${locale}/subquery_network/node_operators/indexers/introduction.md`,
689-
`${locale}/subquery_network/node_operators/indexers/index-project.md`,
690-
`${locale}/subquery_network/node_operators/indexers/connect-subgraph.md`,
691-
`${locale}/subquery_network/node_operators/indexers/migrate-deployment.md`,
692-
],
693-
},
694-
{
695-
text: "RPC Providers",
696-
link: `${locale}/subquery_network/node_operators/rpc_providers/introduction.md`,
697-
collapsible: true,
698-
children: [
699-
`${locale}/subquery_network/node_operators/rpc_providers/introduction.md`,
700-
`${locale}/subquery_network/node_operators/rpc_providers/connect-node.md`,
701-
],
702-
},
703-
`${locale}/subquery_network/node_operators/stake.md`,
704-
`${locale}/subquery_network/node_operators/plans.md`,
705-
`${locale}/subquery_network/node_operators/maximise-apy.md`,
706-
],
707-
},
708-
{
709-
text: "Publish your Project",
710-
link: `${locale}/subquery_network/architects/publish.md`,
711-
collapsible: true,
712-
children: [
713-
`${locale}/subquery_network/architects/publish.md`,
714-
`${locale}/subquery_network/architects/publish-subgraph.md`,
715-
`${locale}/subquery_network/architects/next-steps.md`,
716-
`${locale}/subquery_network/architects/cost-comparison.md`,
717-
],
718-
},
719-
{
720-
text: "SubQuery Data Node",
721-
link: `${locale}/subquery_network/data_node/introduction.md`,
722-
collapsible: true,
723-
children: [
724-
`${locale}/subquery_network/data_node/introduction.md`,
725-
`${locale}/subquery_network/data_node/run.md`,
726-
`${locale}/subquery_network/data_node/rpc.md`,
727-
`${locale}/subquery_network/data_node/sharding.md`,
728-
],
729-
},
730-
`${locale}/subquery_network/parameters.md`,
731-
{
732-
text: "SubQuery Governance",
733-
link: `${locale}/subquery_network/governance/introduction.md`,
734-
collapsible: true,
735-
children: [
736-
`${locale}/subquery_network/governance/introduction.md`,
737-
`${locale}/subquery_network/governance/foundation.md`,
738-
`${locale}/subquery_network/governance/governance-process.md`,
739-
`${locale}/subquery_network/governance/treasury-management.md`,
740-
],
741-
},
742-
`${locale}/subquery_network/faq.md`,
743-
`${locale}/subquery_network/fair-use.md`,
744-
`${locale}/subquery_network/community.md`,
745-
`${locale}/subquery_network/glossary.md`,
746-
],
747608
"/ai/": [
748609
{
749610
text: "GraphQL Agent",
@@ -754,15 +615,4 @@ export const getSidebar = (locale: string) =>
754615
link: `${locale}/ai/hermes.md`,
755616
},
756617
],
757-
"/miscellaneous/": [
758-
`${locale}/miscellaneous/contributing.md`,
759-
`${locale}/miscellaneous/social_media.md`,
760-
`${locale}/miscellaneous/branding.md`,
761-
`${locale}/miscellaneous/ambassadors.md`,
762-
`${locale}/miscellaneous/vulnerability-reporting.md`,
763-
{
764-
text: "Glossary",
765-
link: `${locale}/glossary/glossary.md`,
766-
},
767-
],
768618
});

docs/README.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -72,29 +72,6 @@ photoSwipe: false
7272
</div>
7373
</router-link>
7474
</BaseCard>
75-
<BaseCard>
76-
<router-link
77-
class="flexCol gp24"
78-
:to="{ path: '/subquery_network/welcome.html' }"
79-
>
80-
<div class="flexCenter gp16">
81-
<img src="/assets/img/home/subquery-network.png" />
82-
<Typography tag="h4" family="body">SubQuery Network</Typography>
83-
</div>
84-
<Typography tag="h3"
85-
>Decentralised Infra on the SubQuery Network</Typography
86-
>
87-
<Typography tag="h5" type="secondary">
88-
Our decentralised infrastructure network revolutionises the web3
89-
landscape, providing both RPC and indexed data to consumers around
90-
the world.</Typography
91-
>
92-
<div>
93-
<Button class="mt40">Learn more</Button>
94-
</div>
95-
</router-link>
96-
</BaseCard>
97-
9875
</div>
9976
<div class="layout mt140">
10077
<Typography tag="h3"> Our Most Popular Guides </Typography>
@@ -154,11 +131,6 @@ const polularGuides = computed(() => {
154131
"title": "Migrating from the Graph",
155132
"description": "Discover how SubQuery provides a superior developer experience to The Graph, with a similar development workflow that makes migration quick and easy."
156133
},
157-
{
158-
"path": "/subquery_network/delegators/introduction.html",
159-
"title": "Delegate to the SubQuery Network",
160-
"description": "Anyone can participate as a Delegator and participate in the Network to earn rewards based on the work that Node Operators do."
161-
},
162134
{
163135
"path": "/indexer/quickstart/quickstart.html",
164136
"title": "Follow a indexer quick start guide",
@@ -170,11 +142,6 @@ const polularGuides = computed(() => {
170142
"description": `Our goal is to help developers with the best indexer regardless of what chain they build on, we support ${counts} networks - see the list.`,
171143
key: 'allNetworks'
172144
},
173-
{
174-
"path": "/subquery_network/token/token.html",
175-
"title": "The SQT Token",
176-
"description": "The SubQuery Token (SQT) is a utility token that powers the SubQuery Network. Learn how to get SQT and the tokenomics of it."
177-
},
178145
{
179146
"path": "/ai/welcome.html",
180147
"title": "Build and deploy AI Apps with SubQuery",

0 commit comments

Comments
 (0)