Skip to content

Commit 3bb6d27

Browse files
Add "Operating Graph Node" page under /indexing (#190)
* initial /en indexing edits * add redirect * add trailing slash * operating-graph-node outline * graphman docs link * address TODOs * remove indexer specific pages * remove redirect * Update operating-graph-node.mdx (#240) Added another case where `trace_filter` is required Added codeblock format to `toml` snippets Changed the order of log levels to be more intuitive (ordered from least to most logs) Removed link to internal Grafana. Fixed a couple Typos Co-authored-by: Web3Slimchance <[email protected]>
1 parent 12da272 commit 3bb6d27

File tree

9 files changed

+384
-0
lines changed

9 files changed

+384
-0
lines changed

navigation/navigation.ts

+9
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,15 @@ export const navigation = (locale: AppLocale): NavItemDefinition[] => [
144144
},
145145
],
146146
},
147+
{
148+
title: translations[locale].global.navigation.indexing,
149+
slug: 'indexing',
150+
children: [
151+
{
152+
slug: 'operating-graph-node'
153+
}
154+
],
155+
},
147156
{
148157
divider: true,
149158
},

pages/ar/global.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"managing": "Managing",
99
"querying": "Querying",
1010
"cookbook": "Cookbook",
11+
"indexing": "Indexing",
1112
"releaseNotes": "Release Notes & Upgrade Guides"
1213
},
1314
"collapse": "طي",

pages/en/global.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"managing": "Managing",
99
"querying": "Querying",
1010
"cookbook": "Cookbook",
11+
"indexing": "Indexing",
1112
"releaseNotes": "Release Notes & Upgrade Guides"
1213
},
1314
"collapse": "Collapse",

pages/en/indexing/operating-graph-node.mdx

+368
Large diffs are not rendered by default.

pages/es/global.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"managing": "Managing",
99
"querying": "Querying",
1010
"cookbook": "Cookbook",
11+
"indexing": "Indexing",
1112
"releaseNotes": "Release Notes & Upgrade Guides"
1213
},
1314
"collapse": "Comprimir",

pages/ja/global.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"managing": "Managing",
99
"querying": "Querying",
1010
"cookbook": "Cookbook",
11+
"indexing": "Indexing",
1112
"releaseNotes": "Release Notes & Upgrade Guides"
1213
},
1314
"collapse": "Collapse",

pages/ko/global.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"managing": "Managing",
99
"querying": "Querying",
1010
"cookbook": "Cookbook",
11+
"indexing": "Indexing",
1112
"releaseNotes": "Release Notes & Upgrade Guides"
1213
},
1314
"collapse": "Collapse",

pages/vi/global.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"managing": "Managing",
99
"querying": "Querying",
1010
"cookbook": "Cookbook",
11+
"indexing": "Indexing",
1112
"releaseNotes": "Release Notes & Upgrade Guides"
1213
},
1314
"collapse": "Thu gọn",

pages/zh/global.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"managing": "Managing",
99
"querying": "Querying",
1010
"cookbook": "Cookbook",
11+
"indexing": "Indexing",
1112
"releaseNotes": "Release Notes & Upgrade Guides"
1213
},
1314
"collapse": "崩溃",

0 commit comments

Comments
 (0)