From 2b9a3e2dfdc11cccad2f7975fb2334b396d8718b Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Wed, 15 May 2024 13:11:28 +0200 Subject: [PATCH] Add categories/index.md to navigation --- src/main/scala/commands/NavGenCommand.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/commands/NavGenCommand.scala b/src/main/scala/commands/NavGenCommand.scala index bac168e..63641dd 100644 --- a/src/main/scala/commands/NavGenCommand.scala +++ b/src/main/scala/commands/NavGenCommand.scala @@ -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