Skip to content

Commit 8bf196d

Browse files
authored
Merge pull request #258 from ansys/DPF/fix_docfx_local_toc
DPF: fix docfx_local.json to show ToC left panel
2 parents 5c57c7d + 09607e3 commit 8bf196d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

2025R2/dpf-framework-25-r2/docfx_local.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"programming language": "C++",
1111
"product collection": "Structures",
1212
"physics": "Structures",
13+
"_disableNavbar": false,
14+
"_disableToc": false,
15+
"_disableTocFilter": false,
16+
"_disableAffix": false,
1317
"_enableSearch": true,
1418
"pdf": false
1519
},
@@ -37,4 +41,4 @@
3741
]
3842
}
3943
}
40-
44+

2026R1/dpf-framework-26-r1/docfx_local.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"programming language": "C++",
1111
"product collection": "Structures",
1212
"physics": "Structures",
13+
"_disableNavbar": false,
14+
"_disableToc": false,
15+
"_disableTocFilter": false,
16+
"_disableAffix": false,
1317
"_enableSearch": true,
1418
"pdf": false
1519
},

0 commit comments

Comments
 (0)