mirror of https://github.com/istio/istio.io.git
- Add the {{< text >}} shortcode as a way to declare code blocks. This shortcode
is intended to hide the subtleties around code blocks. More specifically, it
provides a transparent workaround for the Hugo bug around converting indented
code blocks with lines starting with dashes. It also deals with the special
formatting case we have around command-lines that start with `cat <<EOF`.
- Rename the {{< file_content >}} shortcode to {{< text_file >}} and the
{{< fetch_content >}} shortcode to {{< text_dynamic >}} for consistency in naming.
|
||
|---|---|---|
| .. | ||
| Dockerfile | ||
| build_and_push_docker.sh | ||
| build_site.sh | ||
| gen_site.sh | ||
| grab_reference_docs.sh | ||
| lint_site.sh | ||