Actions
User story #3702
closedUser story #3692: Rudder documentation available directly on a Rudder server (locally)
Exclude /rudder-doc from URL-context-path rewriting
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Documentation
Target version:
Effort required:
Name check:
Fix check:
Regression:
Description
See https://github.com/lift/framework/issues/105 to know how to do it :
LiftRules.excludePathFromContextPathRewriting.default.set(() => path => {
path.startsWith("/rudder-doc")
})
Actions