We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88421c9 commit 158312cCopy full SHA for 158312c
_plugins/docusaurus.rb
@@ -47,6 +47,9 @@ def system!(*args)
47
system!("mkdir -p _site/vitest/reference")
48
system!("cp docusaurus/build/vitest/reference/index.html _site/vitest/reference")
49
50
+ system!("mkdir -p _site/vitest/cookbook")
51
+ system!("cp docusaurus/build/vitest/cookbook/index.html _site/vitest/cookbook")
52
+
53
system!("mkdir -p _site/vitest/troubleshooting")
54
system!("cp docusaurus/build/vitest/troubleshooting/index.html _site/vitest/troubleshooting")
55
0 commit comments