You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use relative links instead of /openvox/latest/ absolute links
Addresses review feedback: relative links within the 8x docset stay
within 8x when OpenVox 9 docs are added.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Michael Harp <mike@mikeharp.com>
You can put template files in the `templates` directory of a [module][]. EPP files should have the `.epp` extension, and ERB files should have the `.erb` extension.
50
50
51
-
To use a template file, evaluate it with the [`template`](/openvox/latest/function.html#template) (ERB) or [`epp`](/openvox/latest/function.html#epp) function:
51
+
To use a template file, evaluate it with the [`template`](./function.html#template) (ERB) or [`epp`](./function.html#epp) function:
0 commit comments