-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
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
Documentation is completely gone #383
Comments
Hey there @xaddict -- You are correct, the repo points to: https://fontawesome.com/docs/web/use-with/vue/ But where are you seeing we are redirecting to v5 docs?
|
not the original poster, but i actually made my way here because of the issue of seemingly no documentation on the component. the docs here: https://fontawesome.com/docs/web/use-with/vue/ show the setup, but that's all. i just noticed that all the way down the left side on the sidebar there are the following links:
None of these links work, as they direct to headers that do not exist on the installation page. Instead the headers are:
I might have missed something incredibly obvious but the only way I could find out what props were available for the component was to look at the source directly |
I eventually found the full documentation for the vue component (like the props). I can’t remember how I got there but I think it got something to do with screen width which hid a side menu 🤷🏼♂️
Met vriendelijke groet,
Luuk Lamers
…On 13 Aug 2022, 00:19 +0200, kyle ***@***.***>, wrote:
not the original poster, but i actually made my way here because of the issue of seemingly no documentation on the component.
the docs here: https://fontawesome.com/docs/web/use-with/vue/ show the setup, but that's all. i just noticed that all the way down the left side on the sidebar there are the following links:
• Set Up with Vue
• Add Icons with Vue
• Adding Icon Styling with Vue
• Dig Deeper
• Use Vue With...
• Troubleshoot
None of these links work, as they direct to headers that do not exist on the installation page. Instead the headers are:
• Add SVG Core
• Add Icon Packages
• Add the Vue Component
• You're Ready to Add Icons!
I might have missed something incredibly obvious but the only way I could find out what props were available for the component was to look at the source directly
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
This is interesting for sure. I see what you are saying by clicking the link provided (https://fontawesome.com/docs/web/use-with/vue/). If you click on the side link(s) it seems to always take you to the setup page for Vue. Yet this is the same url as when you "manually" visit www.fontawesome.com, click on Docs, Web, Setup with Vue. All the links in the side menu seem to be working fine doing it this way... yet the links do NOT work when you click the link we provided... weird. Hmmm, ok. Thank you for pointing this out, I will get this fixed up !!! |
Ok, we have a temporary fix going in. Bottom line, there is a bug, we believe, with our fontawesome vue-press docs and how it is rendering the pages for our vue, and only vue, docs it appears. We are getting a console error of I am going to keep this open so we can spend a little more time on this one. Thanks for bringing this to our attention, greatly appreciated! |
Fix on PR: Update docs for new links |
I believe we have this fixed up now with the Release of 3.0.8; docs are working as expected now. Let us know if you see anything else and thank you !!! |
Describe the bug
This repo points to https://fontawesome.com/docs/web/use-with/vue/ for documentation on how to use the component, but that page points to https://fontawesome.com/v5/docs/web/use-with/vuejs and THAT page in turn points to either this repository or https://fontawesome.com/docs/web/use-with/vue/ (which doesn't have any documentation on the power transforms or Vue component props). So it seems all the documentation is gone now.
There used to be a dedicated page where vue-fontawesome was explained.
Expected behavior
A markdown file or other way to read the documentation on how features of Font Awesome are usable in vue-fontawesome
The text was updated successfully, but these errors were encountered: