MCPcopy Create free account
hub / github.com/apache/camel-website / documentation

Method documentation

rules.js:30–34  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

28
29class RelativeLinks extends Rule {
30 documentation(context) {
31 return {
32 description: "Within the Camel site we should use only relative links"
33 };
34 }
35
36 setup() {
37 this.on("dom:ready", event => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected