{{ $v2Pages := slice "apis" "architecture" "deployment" "faq" "features" "frontend-ui" "getting-started" "monitoring" "operator" "performance-tuning" "sampling" "security" "troubleshooting" "windows" -}}
{{ range $v2Pages }}
/docs/{{ . }} /docs/{{ $latest }}/{{ . }}
{{ end -}}
This seems pretty fragile, can we not read the file names for the dir instead of hardcoding them?
Originally posted by @yurishkuro in #917 (comment):
@chalin responded:
This issue is meant to track the permanent (Docsy-based) solution for the various pages.
Tasks