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
I managed to figure it out, but the docs search didn't bring anything up for directions.
directions
{# Old #} {% set directionsUrl = entry.addressField.directionsUrl(entry.title) %} {# New #} {% set directionsUrl = entry.addressField.linkToDirections({ title: entry.title }) %}
The text was updated successfully, but these errors were encountered:
Good catch. Looks like Vuepress doesn't index code snippets. I'll add the word "directions" to the description.
Thanks for the heads up! 👍
Sorry, something went wrong.
So not only does Vuepress not index code snippets, apparently it doesn't index anything that isn't an <h*> level header.
<h*>
Which makes more sense, because I was already able to find the word "directions" in an existing paragraph...
I'm going to do a little more research to figure out if there's a better search mechanism for the Vuepress docs.
Thanks for bringing this to my attention!
directionsUrl
No branches or pull requests
I managed to figure it out, but the docs search didn't bring anything up for
directions
.The text was updated successfully, but these errors were encountered: