djencks commented on pull request #2899: URL: https://github.com/apache/camel-k/pull/2899#issuecomment-1019780634
I rearranged the templates a bit so that the RHS menu makes more sense, and each package is on a separate page. Hopefully the preview will build and show the result. There's at least one link that doesn't quite work as expected due to the go array notation `[]` conflicting with AsciiDoc xref syntax. I think this is fixable. There are perhaps 4 xrefs from the kamelets api page to the camel-k api page. I wonder how appropriate this is since the idea seems to be to make kamelets rather independent of camel-k. Would it be a better idea to duplicate the common types in both packages? Before I fixed the references the errors were: ``` W0123 22:12:45.509224 32245 main.go:459] not found external link source for type github.com/apache/camel-k/pkg/apis/camel/v1.SourceSpec W0123 22:12:45.509278 32245 main.go:459] not found external link source for type github.com/apache/camel-k/pkg/apis/camel/v1.Template W0123 22:12:45.509306 32245 main.go:459] not found external link source for type github.com/apache/camel-k/pkg/apis/camel/v1.Flow W0123 22:12:45.509601 32245 main.go:459] not found external link source for type github.com/apache/camel-k/pkg/apis/camel/v1.IntegrationSpec W0123 22:12:45.510674 32245 main.go:459] not found external link source for type github.com/apache/camel-k/pkg/apis/camel/v1.RawMessage W0123 22:12:45.511144 32245 main.go:459] not found external link source for type github.com/apache/camel-k/pkg/apis/camel/v1.RawMessage W0123 22:12:45.511339 32245 main.go:459] not found external link source for type github.com/apache/camel-k/pkg/apis/camel/v1.RawMessage W0123 22:12:45.511459 32245 main.go:459] not found external link source for type github.com/apache/camel-k/pkg/apis/camel/v1.RawMessage W0123 22:12:45.511851 32245 main.go:459] not found external link source for type encoding/json.Number W0123 22:12:45.511897 32245 main.go:459] not found external link source for type encoding/json.Number W0123 22:12:45.512027 32245 main.go:459] not found external link source for type encoding/json.Number W0123 22:12:45.513153 32245 main.go:459] not found external link source for type github.com/apache/camel-k/pkg/apis/camel/v1.IntegrationSpec W0123 22:12:45.514135 32245 main.go:459] not found external link source for type github.com/apache/camel-k/pkg/apis/camel/v1.SourceSpec W0123 22:12:45.514165 32245 main.go:459] not found external link source for type github.com/apache/camel-k/pkg/apis/camel/v1.Template W0123 22:12:45.514199 32245 main.go:459] not found external link source for type github.com/apache/camel-k/pkg/apis/camel/v1.Flow ``` The encoding/json.Number errors were already present and I don't know how to fix them. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
