-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
link a file at the root of the project #1373
Comments
wow I just saw (34ef3ca#diff-55f7e7bab4ecafd524c20778d6920fdaR43) I can't wait to test it :) Thanks! |
@JOduMonT a beta has been released. Please do test it out. To install do:
|
I see how I can symlink to a README.md above docs at the root of my repo, but this doesn't work when that file has links to other markdown documents relative to the README.md at the root of the tree (not the docs dir). Is there a solution for this? |
after sometime I found some extensions which did the trick, using https://facelessuser.github.io/pymdown-extensions/extensions/snippets/ |
@deltahedge1 Sadly this approach does not work with mkdocs monorepos and probably neither with simple inclusion. |
Hi everyone;
I tried to make a file which is at the root of my project into mkdocs
let's me try to explain
mkdocs render everything inside ./docs/*
my file is at the root level which like ./norendering.md instead of ./docs/rendering.md
an example I found is https://github.com/mkdocs/mkdocs/blob/master/CONTRIBUTING.md what if I want this file appear inside the website like this one https://github.com/mkdocs/mkdocs/blob/master/docs/index.md
regards!
Jonathan
ps: if rendering is not the appropriate words tell me how to speak python/jinga/mkdocs :)
The text was updated successfully, but these errors were encountered: