Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replaced old tangle docs with link to new site, updated component links for actions, added tangle network to links #158

Merged
merged 1 commit into from
Jan 12, 2024
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
4 changes: 2 additions & 2 deletions components/QuickStart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const QuickStartArea = () => {
description: `Start your journey on Tangle Network. This guide will walk you through the steps to become a validator, ensuring network security and integrity.`,
name: "Validate on Tangle Network",
}}
href="/docs/tangle-network/node/quickstart/"
href="https://docs.tangle.tools/docs/node/quickstart/"
></DetailedFeatureLink>
<DetailedFeatureLink
feature={{
Expand Down Expand Up @@ -81,7 +81,7 @@ export const DeployArea = () => {
description: `Want to spin up a full node on the Tangle Network? We've made it easier than ever!`,
name: "Deploy a Tangle Node!",
}}
href="/docs/tangle-network/node/docker-node"
href="https://docs.tangle.tools/docs/node/docker-node/"
></DetailedFeatureLink>
<DetailedFeatureLink
feature={{
Expand Down
5 changes: 5 additions & 0 deletions pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
"href": "https://blog.webb.tools",
"newWindow": true
},
"resourcesBlog": {
"title": "Tangle Network Docs",
"href": "https://docs.tangle.tools",
"newWindow": true
},
"resourcesWhitepaper": {
"title": "Webb Protocol Whitepaper",
"href": "https://github.com/webb-tools",
Expand Down
6 changes: 5 additions & 1 deletion pages/docs/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"index": {
"title": "Quickstart"
},
"tangle-network": "Tangle Network",
"tangle-docs-link": {
"title": "Tangle Network",
"href": "https://docs.tangle.tools",
"newWindow": true
},
"overview": "About Webb",
"concepts": "Concepts",
"projects": "Projects",
Expand Down
12 changes: 0 additions & 12 deletions pages/docs/ecosystem-roles/validator/_meta.json

This file was deleted.

3 changes: 0 additions & 3 deletions pages/docs/ecosystem-roles/validator/api-reference/_meta.json

This file was deleted.

Loading