HI, does anyone know how to specify the permanent ...
# flyte-support
d
HI, does anyone know how to specify the permanent link in Flyte docs now? last week I saw the doc is using
literalinclude
to render code from flytesnacks to monodoc. but I can't find the place to specify Git SHA to ping the version of the code example. cc @witty-action-93503 do you know?
w
To be honest, I don't know.
literalinclude
is using the local data, which is being cloned by the code here. Originally, we were using
rli
(remoteliteralinclude) for specifying code with the permanent link, but it seems not working.
d
ok I got you
it seems that we can't ping the version anymore
this might cause problem
thank you Michael
a
from what I see in this PR, the main difference is that now we reference the local copy of the flytesnacks content. That content is copied because the build process uses it so it was already there So no SHA reference anymore but the local path
d
yes this might cause problem
since we use permanent link in past