{{/* Right-rail navigation for an OpenAPI reference page. Input: the unmarshaled spec root (plain map from transform.Unmarshal). Lists Authentication, every tag with its operations (linking to the same anchors the operation cards expose), and the Schemas section heading. */}} {{- $api := . -}} {{- $paths := $api.paths -}} {{- $methods := slice "get" "post" "put" "patch" "delete" -}} {{- $methodColors := dict "get" "text-blue-700 dark:text-blue-300" "post" "text-green-700 dark:text-green-300" "put" "text-yellow-700 dark:text-yellow-300" "patch" "text-yellow-700 dark:text-yellow-300" "delete" "text-red-700 dark:text-red-300" -}}

On this page