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
4 changes: 3 additions & 1 deletion .github/workflows/sync-docs-from-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ jobs:
# Sync all required paths in a single call
.github/scripts/sync-artifact-files.sh temp-merged . \
"content/validators" \
"pages/api-references/genlayer-node"
"pages/api-references/genlayer-node/gen" \
"pages/api-references/genlayer-node/debug" \
"pages/api-references/genlayer-node/ops"

- name: Run documentation generation scripts
id: generate
Expand Down
14 changes: 14 additions & 0 deletions pages/api-references/genlayer-node/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"gen": {
"title": "GenLayer Methods",
"type": "separator"
},
"debug": {
"title": "Debug Methods",
"type": "separator"
},
"ops": {
"title": "Ops Methods",
"type": "separator"
}
}