From 2456a36d4ae40bb86cdbb7c33c0f39c7605ba06e Mon Sep 17 00:00:00 2001 From: Shawn Tan Date: Sat, 6 Jul 2024 15:15:50 -0700 Subject: [PATCH] test custom api toc --- docs/api_landing/toc.yml | 1 + docs/articles/create-window.md | 2 +- docs/docfx.json | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/api_landing/toc.yml b/docs/api_landing/toc.yml index 2688d1e..70958cf 100644 --- a/docs/api_landing/toc.yml +++ b/docs/api_landing/toc.yml @@ -37,3 +37,4 @@ name: OptionalFloatProperty - uid: BonVision.RotationProperty name: RotationProperty +- memberLayout: SeparatePages diff --git a/docs/articles/create-window.md b/docs/articles/create-window.md index 5fe4c9f..af60eb0 100644 --- a/docs/articles/create-window.md +++ b/docs/articles/create-window.md @@ -1,4 +1,4 @@ -# CreateWindow +# Create Window :::workflow ![Create Window](../workflows/create-window.bonsai) ::: diff --git a/docs/docfx.json b/docs/docfx.json index f5bb90a..cf82094 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -23,7 +23,8 @@ "exclude": [ "_site/**", "filter.yml", - "bonsai/**" + "bonsai/**", + "api/toc.yml" ] } ],