-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Is there a way to redirect to an existing .html file? I previously used the now deprecated redirect:
in the .md file to redirect to an .html that was already generated using other software. From what I can tell, this plugin only allows you to specify .md files, which effectively would prevent me from using raw .html redirect.
For example, if I have an .html file called /docs/content/page.html and I want an index.html generated by mkdocs to redirect to it, I previously just put redirect: page.html
in /docs/content.md, and I would automatically be redirected to page.html when I navigated to the /docs/content page.
Is there any way to achieve this effect with the mkdocs-redirects plugin?
Metadata
Metadata
Assignees
Labels
No labels