File tree Expand file tree Collapse file tree 6 files changed +6
-71
lines changed Expand file tree Collapse file tree 6 files changed +6
-71
lines changed Original file line number Diff line number Diff line change @@ -799,13 +799,6 @@ POSIX_HERESTRING
799799 volumes=" ${volumes} --volume=${_repo} /Makefile:/hugo/Makefile:z"
800800 volumes=" ${volumes} --volume=${_repo} /layouts:/hugo/layouts:z"
801801 volumes=" ${volumes} --volume=${_repo} /scripts:/hugo/scripts:z"
802- elif [ " ${_project} " = k6 ]; then
803- # Mount k6-specific shortcodes from k6-docs repository
804- _k6_repo=" $( repo_path k6-docs) "
805- if [ -d " ${_k6_repo} /layouts/shortcodes/k6" ]; then
806- volumes=" ${volumes} --volume=${_k6_repo} /layouts/shortcodes/k6:/hugo/layouts/shortcodes/k6:z"
807- fi
808- unset _k6_repo
809802 fi
810803 unset _project _repo
811804done
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Extensions can be used to extend the core k6 features to fit your performance-te
1818
1919## Official extensions
2020
21- {{< k6/official-extensions >}}
21+ {{< docs/ k6/official-extensions >}}
2222
2323## Community extensions
2424
@@ -28,7 +28,7 @@ We're working on a process for community folks to submit their extensions.
2828
2929{{< /admonition >}}
3030
31- {{< k6/community-extensions >}}
31+ {{< docs/ k6/community-extensions >}}
3232
3333## Use extensions
3434
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Extensions can be used to extend the core k6 features to fit your performance-te
1818
1919## Official extensions
2020
21- {{< k6/official-extensions >}}
21+ {{< docs/ k6/official-extensions >}}
2222
2323## Community extensions
2424
@@ -28,7 +28,7 @@ We're working on a process for community folks to submit their extensions.
2828
2929{{< /admonition >}}
3030
31- {{< k6/community-extensions >}}
31+ {{< docs/ k6/community-extensions >}}
3232
3333## Use extensions
3434
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Extensions can be used to extend the core k6 features to fit your performance-te
1818
1919## Official extensions
2020
21- {{< k6/official-extensions >}}
21+ {{< docs/ k6/official-extensions >}}
2222
2323## Community extensions
2424
@@ -28,7 +28,7 @@ We're working on a process for community folks to submit their extensions.
2828
2929{{< /admonition >}}
3030
31- {{< k6/community-extensions >}}
31+ {{< docs/ k6/community-extensions >}}
3232
3333## Use extensions
3434
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments