Last updated
Was this helpful?
Most pages are Markdown files whose published URL matches the file path without .md. Form help pages are grouped under the Reference section in the published navigation, so their public URLs use /reference/forms/<slug>.
Examples:
README.md -> /
forms/login.md -> /reference/forms/login
Create a new Markdown file under forms/.
Use the kebab-case version of the Wisej form class name.
Add the page to SUMMARY.md so it shows up in navigation/build output.
Example:
Form class: PlaywrightTestConfiguration
File: forms/playwright-test-configuration.md
URL: /reference/forms/playwright-test-configuration
Use the published path (for example https://docs.testvibe.com/reference/forms/login) as the target when opening help from a form.
If you change a URL, prefer adding a redirect in the hosting layer rather than breaking existing links.
Last updated
Was this helpful?
Was this helpful?
