Skip to content

Commit 09efc6e

Browse files
committed
feat: Auto-generate example sidebar and fix directive default
- Restructured the example documentation to use autogenerated sidebars based on the directory structure. This makes the sidebar easier to maintain. - Added `_category_.json` files to provide proper labels for the generated sidebar categories. - Fixed a bug where the `%%RESIST%%` directive without parameters did not default to `abx=auto` and `org=auto`. - Removed the obsolete `e_coli.mdx` page.
1 parent c180235 commit 09efc6e

14 files changed

+48
-45
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Live Demo: Pneumonia Treatment",
3+
"position": 1
4+
}
File renamed without changes.
File renamed without changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Feature Examples",
3+
"position": 2
4+
}
File renamed without changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Test Cases",
3+
"position": 3
4+
}

0 commit comments

Comments
 (0)