Skip to content
Open
Show file tree
Hide file tree
Changes from 6 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
2 changes: 1 addition & 1 deletion internal/fetch-docs-oss.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const repositories = [
name: "wave",
url: "https://github.com/seqeralabs/wave.git",
path: path.join(__dirname, "..", "wave_docs", "wave_repo"),
branch: "master",
branch: "docs-guide-rate-limit",
},
];

Expand Down
10 changes: 9 additions & 1 deletion wave_docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,15 @@
"items": [
"nextflow/index",
"nextflow/use-cases",
"nextflow/configuration"
"nextflow/configuration",
{
"type": "category",
"label": "Guides",
"collapsed": true,
"items": [
"nextflow/reduce-api-calls"
]
}
]
},
{
Expand Down