We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New args like include_tags and exclude_tags will be really useful to show different types of docs
include_tags
exclude_tags
For example, I want to setup and separate docs by two tags: docs and dev-docs
With this new shortcode attributes will be really easy separate them using: [wedocs include_tags="docs"] [wedocs include_tags="dev-docs"]
[wedocs include_tags="docs"]
[wedocs include_tags="dev-docs"]
The text was updated successfully, but these errors were encountered:
anik-fahmid
No branches or pull requests
New args like
include_tags
andexclude_tags
will be really useful to show different types of docsFor example, I want to setup and separate docs by two tags: docs and dev-docs
With this new shortcode attributes will be really easy separate them using:
[wedocs include_tags="docs"]
[wedocs include_tags="dev-docs"]
The text was updated successfully, but these errors were encountered: