From d22940ce30651ec49e930244c81c180468e4e96b Mon Sep 17 00:00:00 2001 From: James Gallagher Date: Tue, 13 Jun 2023 14:36:31 +0100 Subject: [PATCH] add classifications to table of contents --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 579661ae..c2349df6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -29,6 +29,8 @@ nav: - Quickstart: - Detections: quickstart/detections.md - API reference: + - Classifications: + - Core: classification/core.md - Detections: - Core: detection/core.md - Annotate: detection/annotate.md