Skip to content

Commit 7dff921

Browse files
committed
chore(core): updated packages
1 parent 01a3e6c commit 7dff921

File tree

6 files changed

+188
-212
lines changed

6 files changed

+188
-212
lines changed

docs/pages/docs/options/file-options.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ It is also possible to further refine what members are exported to individual fi
4949
Generates a single file for every module and namespace where all module members are hoisted to a single file.
5050
This creates a flat navigation structure and reduces the amount of files generated.
5151

52-
{" "}
5352
<FileTree>
5453
<FileTree.File name="README.md" />
5554
<FileTree.File name="module-a.md" />
@@ -90,7 +89,6 @@ By default output files are generated in a directory structure that mirrors the
9089

9190
This option will flatten the output files to a single directory as follows:
9291

93-
{" "}
9492
<FileTree>
9593
<FileTree.File name="README.md" />
9694
<FileTree.File name="module-a.Class.ClassA.md" />

0 commit comments

Comments
 (0)