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

docs: Node Operator Extraction #589

Merged
merged 4 commits into from
Feb 3, 2025
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: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,9 @@
[submodule "docs/nightly/fuel-token-overview"]
path = docs/nightly/fuel-token-overview
url = https://github.com/FuelLabs/fuel-token-overview.git
[submodule "docs/node-operator"]
path = docs/node-operator
url = https://github.com/FuelLabs/node-operator
[submodule "docs/nightly/node-operator"]
path = docs/nightly/node-operator
url = https://github.com/FuelLabs/node-operator.git
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"**/migrations-and-disclosures": true,
"**/fuel-book": true,
"**/verified-addresses": true,
"**/fuel-token-overview": true
"**/fuel-token-overview": true,
"**/node-operator": true
},
"git.ignoreLimitWarning": true,
"[typescriptreact]": {
Expand Down
4 changes: 4 additions & 0 deletions contentlayer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const includeDirs = [
'docs/verified-addresses/docs/src',
'docs/fuel-token-overview/docs/src',
'docs/integration-docs/docs/src',
'docs/node-operator/docs/src',
// NIGHTLY DOCS
'docs/nightly/sway/docs/book/src',
'docs/nightly/fuels-rs/docs/src',
Expand All @@ -84,6 +85,7 @@ const includeDirs = [
'docs/nightly/verified-addresses/docs/src',
'docs/nightly/fuel-token-overview/docs/src',
'docs/nightly/integration-docs/docs/src',
'docs/nightly/node-operator/docs/src',
];

const excludeDirs = [
Expand All @@ -103,6 +105,7 @@ const excludeDirs = [
'docs/verified-addresses/docs/src/SUMMARY.md',
'docs/fuel-token-overview/docs/src/SUMMARY.md',
'docs/integration-docs/docs/src/SUMMARY.md',
'docs/node-operator/docs/src/SUMMARY.md',
// NIGHTLY DOCS
'docs/nightly/sway/docs/book/src/SUMMARY.md',
'docs/nightly/fuels-rs/docs/src/SUMMARY.md',
Expand All @@ -115,6 +118,7 @@ const excludeDirs = [
'docs/nightly/verified-addresses/docs/src/SUMMARY.md',
'docs/nightly/fuel-token-overview/docs/src/SUMMARY.md',
'docs/nightly/integration-docs/docs/src/SUMMARY.md',
'docs/nightly/node-operator/docs/src/SUMMARY.md',
];

export default makeSource({
Expand Down
8 changes: 0 additions & 8 deletions docs/guides/docs/guides.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@
"React"
]
},
"running_a_node": {
"title": "Running a Node",
"description": "Run a local Fuel node.",
"featured": false,
"tags": [
"fuel-core"
]
},
"installation": {
"title": "Toolchain Installation",
"description": "Install the Fuel toolchain and binaries.",
Expand Down
5 changes: 0 additions & 5 deletions docs/guides/docs/nav.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"menu": [
"Installation",
"Running a Node",
"Counter Dapp",
"Contract Quickstart",
"Frontend Quickstart",
Expand All @@ -18,10 +17,6 @@
],
"contract-quickstart": [],
"frontend-quickstart": [],
"running_a_node": [
"Running a Local Node",
"Running a Testnet Node"
],
"intro_to_sway": [
"Introduction to Sway",
"Prerequisites",
Expand Down
52 changes: 0 additions & 52 deletions docs/guides/docs/running-a-node/index.mdx

This file was deleted.

102 changes: 0 additions & 102 deletions docs/guides/docs/running-a-node/running-a-local-node.mdx

This file was deleted.

153 changes: 0 additions & 153 deletions docs/guides/docs/running-a-node/running-a-mainnet-node.mdx

This file was deleted.

Loading
Loading