-
Notifications
You must be signed in to change notification settings - Fork 27
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
Redirect readme.md to index.md creates redirect loop #36
Comments
Sorry, it isn't immediately clear to me what you mean. So you're saying there is a problem, and to reproduce it it is enough to just create this config, no actual doc files necessary. And what exactly is the issue (expected result vs actual result)? |
Ah it's in the title, I missed that
that'd be "actual" and "expected" would be redirects to... wait what? Aren't these two paths equivalent in the result, meaning that the redirect is not needed? |
I am trying to achieve a structure like: use_directory_urls: false
theme:
name: "material"
features:
- navigation.indexes
- navigation.tabs
- navigation.top
plugins:
- redirects:
redirect_maps:
index.md: readme.md
nav:
- Home:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license.md
- Source: code/ This works for me in I have opened an issue with Mkdocs to determine the proper behavior of |
I believe v1.0.4 resolves issue #24, but introduces the same result when
use_directory_urls
is set tofalse
.The text was updated successfully, but these errors were encountered: