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
Add new 'render.deep_readme' config option
When a directory is missing a README, the tree node will display the
nearest README from a parent directory. If this is a Markdown document
(ie, README.md) then its relative links will all be broken, as the
base URL will be different.
GitList deployments that are mainly used for browsing Markdown
documentation may now set [render] deep_readme=false in config.ini,
to prevent parent README files being rendered in sub-directories.