tenancy / docs

@tenancy documentation markdown files and index.
13 stars 95 forks source link

Add more meta information to doc site #102

Open luceos opened 6 years ago

luceos commented 6 years ago

og:*, see view-source:https://laracasts.com/series/laravel-from-scratch-2017

luceos commented 6 years ago

not fixed, needs a solution in vue

skyrpex commented 6 years ago

Maybe you already know, but I'm pretty sure vue-meta fits perfectly to your needs.

luceos commented 6 years ago

We load our data through xhr @skyrpex , that's the only thing blocking an implementation right now 😊

skyrpex commented 6 years ago

Not sure what does that imply exactly, but maybe you want to use data or props instead of static values?

luceos commented 6 years ago

Props are available from the get go. The issue with the meta properties is that when you hit the page it first has to do a XHR to retrieve the documentation articles. A crawler reading the meta information already gains full access to the source (because it being a spa) before the meta attributes are set. There ought to be an easy solution it just requires research 👍