Skip to content

Commit 158312c

Browse files
committed
Update docusaurus.rb
1 parent 88421c9 commit 158312c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_plugins/docusaurus.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ def system!(*args)
4747
system!("mkdir -p _site/vitest/reference")
4848
system!("cp docusaurus/build/vitest/reference/index.html _site/vitest/reference")
4949

50+
system!("mkdir -p _site/vitest/cookbook")
51+
system!("cp docusaurus/build/vitest/cookbook/index.html _site/vitest/cookbook")
52+
5053
system!("mkdir -p _site/vitest/troubleshooting")
5154
system!("cp docusaurus/build/vitest/troubleshooting/index.html _site/vitest/troubleshooting")
5255

0 commit comments

Comments
 (0)