How to deploy docs with versioning #6893
Replies: 1 comment
|
Hello @MartinHugh, and I've answered you in: I don't think this discussion adds an unique case, but I'm not sure, so I won't lock the discussion yet. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have an MKDocs site and can use "mike server" to run it locally with versioning.
However what I need to do is to be able to run this under our own web server rather than have to use mike.
When I use "mike deploy" to produce a deployment and then run the site subdirectory on our web server, the pages are served but no versioning is available.
I also tried to produce a single static file (html or pdf) which represents the whole site using the "print-site" plug-in to do this, and it does produce a single file, but again ... there is no versioning available.
Can anyone help
All reactions