Hi, I noticed that the code imports in the `basics...
# flyte-support
w
Hi, I noticed that the code imports in the
basics
directory pages (e.g. https://docs.flyte.org/en/latest/user_guide/basics/launch_plans.html) using the remote literal include (
rli
) directive are not rendering properly. The code blocks appear empty or broken. Is this a known issue with the current documentation?
t
yeah but usually it’s because the links don’t reference hardcoded shas.
mind taking a look?
w
I think all of them are using the hardcoded shas, but it just didn't show up though.
image.png
or did I search in the wrong directory?
t
maybe niels or eduardo might have a better idea, let me ask them tomorrow how this works.
i was under the impression that rli was only a sphinx/rst thing, not sure how it’s supposed to work in markdown
w
Sure! Thank you!
t
i know. i don’t think you’re doing anything wrong. let me find out
a
thanks for reporting @witty-action-93503 we're investigating as it seems to be affecting all pages that should render code snippets.
@witty-action-93503 this is fixed. For you and everyone else contributing examples: in essence you should now reference flytesnacks content by using `literalinclude`instead of
rli
. Updated docs contribution guide