Skip to content

Commit

Permalink
Add categories/index.md to navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed May 15, 2024
1 parent b086058 commit 2b9a3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/commands/NavGenCommand.scala
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ object NavGenCommand extends Command:
YamlList(listDir(rootDir, "documentation"))
),
YamlMap("Benchmarks", YamlList(
categories
YamlString("categories/index.md") +: categories
)),
YamlMap("Datasets", YamlList(
YamlString("datasets/index.md") +: datasets
Expand Down

0 comments on commit 2b9a3e2

Please sign in to comment.