-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π½οΈ Use improved docs page for ortfo/db cli correctly
- Loading branch information
Showing
10 changed files
with
18 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
import { createContentLoader } from "vitepress" | ||
import transformer from "./transformer" | ||
|
||
export default createContentLoader("ortfodb/docs/ortfodb_*.md", { | ||
export default createContentLoader("ortfodb/docs/*.md", { | ||
render: true, | ||
transform: transformer, | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Submodule ortfodb
updated
18 files
+230 β0 | cmd/docs.go | |
+3 β1 | cmd/main.go | |
+34 β0 | docs/add.md | |
+44 β0 | docs/build.md | |
+29 β0 | docs/exporters-init.md | |
+26 β0 | docs/exporters.md | |
+35 β0 | docs/global-options.md | |
+0 β32 | docs/ortfodb.md | |
+0 β31 | docs/ortfodb_add.md | |
+0 β41 | docs/ortfodb_build.md | |
+0 β23 | docs/ortfodb_exporters.md | |
+0 β26 | docs/ortfodb_exporters_init.md | |
+0 β36 | docs/ortfodb_replicate.md | |
+0 β38 | docs/ortfodb_schemas.md | |
+39 β0 | docs/replicate.md | |
+41 β0 | docs/schemas.md | |
+1 β0 | go.mod | |
+2 β0 | go.sum |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters