-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
docsify search plugin excluding certain page #2161
Unanswered
michaelmartinth
asked this question in
Q&A
-
Hi, I am wondering, is it possible to exclude certain pages from search results?
For example, I have changelog in my docsify, which is a requirement but not relevant for most reader.
Is it possible to 'blacklist' the changelog folder from search plugin?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Currently, it is no one step option.
As a workaround, I think you could register a hook and manually check and remove those unnecessary contents in the search index (localStorage).
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment