display issue with basic binding example
avrahamcool opened this issue · 11 comments
the documentation shows nicely in the github page.
but looks wrong in the actual documentation page.
maybe
`foo${bar}baz${qux}quux`
should become
`foo\${bar}baz\${qux}quux`
how can we test the result of a change in the documentation, to see how it will render in the real documentation pages?
PR pls :-)
Id love to, but how can I test my changes?
I need a way to transform the repo into pages the same way the documentation site does.
(is it covered here somewhere?)
The doc is handled by https://github.com/aurelia/site-generator
But I have not tried since @EisenbergEffect switched to centralised doc, I am not sure how to do it.
@EisenbergEffect could you add some instruction to readme?
It's a bit tricky to test it out locally. I have a todo on my list to create a "sandbox" within this repo and instructions on how to run it to test. I'll try to get that in place soon. Will probably be a week or two since I'm traveling. If you want to submit a PR, I'm happy to test it out and fix it if it doesn't work. It should just be the addition of the backslashes that's required.
I'm not sure if this was published or not..
but the documentation result is still broken.
if it was published, we need to find the right fix to apply.
@EisenbergEffect
Sorry to bother you again with that.
the site is still not showing properly.
is the fix published?
No apology necessary. I was on vacation and mis-accounted for what it would take me to catch up with work when I returned. So, this is on my list but I'm a bit behind. We've got several releases going out over the next few days. The docs will get updated with those changes and this one as part of that process. Thanks for your patience!
just a quick follow up.
I recently check the documentation site - and everything looks fine.
We got things updated over the weekend :) We'll get the additional fix out in the next couple of days as well. Thanks for helping us out!