We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3256f5f commit 24d6650Copy full SHA for 24d6650
cmd/docs/main.go
@@ -28,6 +28,7 @@ func main() {
28
filepath.Join(*outDir, "getting-started.mdx"),
29
filepath.Join(*outDir, "_meta.tsx"),
30
filepath.Join(*outDir, "mise-toolkit.mdx"),
31
+ filepath.Join(*outDir, "docker.mdx"),
32
}
33
34
if _, err := removeDocs(*outDir, exclusionList); err != nil {
0 commit comments