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
Following the path like other projects like kubevirt or k8s are consumed by other projects, maybe nmpolicy that is going to be consumed by kubernetes-nmstate and other projects need a vanity import like nmstate.io/nmpolicy that points to github.com/nmstate/nmpolicy, so the project is not stick to github.
One possible implementation is modify the "nmstate.io" page header and add the following meta:
Another alternative is to use a subdomain like go.nmstate.io similart to go.uber.org or go.opencensus.io so we don't have to modify the main webpage at nmstate.io.
Following the path like other projects like kubevirt or k8s are consumed by other projects, maybe nmpolicy that is going to be consumed by kubernetes-nmstate and other projects need a vanity import like
nmstate.io/nmpolicythat points togithub.com/nmstate/nmpolicy, so the project is not stick to github.One possible implementation is modify the "nmstate.io" page header and add the following meta:
This is how it's done at kubevirt: https://github.com/kubevirt/kubevirt.github.io/blob/main/_includes/head.html#L6-L18
Another alternative is to use a subdomain like
go.nmstate.iosimilart togo.uber.orgorgo.opencensus.ioso we don't have to modify the main webpage atnmstate.io.