-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Description
Hi,
I have several version of my documentation and I would like to let user to see older doc.
I have this structure:
/docs/v1.0
/docs/v1.1
I have index.html in both folders.
But when I search something in the v1.0, I can see the stuff in my v1.1.
If I look the cache in Chrome using this url: chrome://settings/
I can see the address of my docsify server without any /v1.0 or /v1.1.
How can I make my search independent?
In my index.html, I only have search: 'auto',
in the window.$docsify parameters.
Thanks for help.