typed-ember / glint

TypeScript powered tooling for Glimmer templates
https://typed-ember.gitbook.io/glint
MIT License
110 stars 51 forks source link

docs: Add "Template Imports" page #647

Closed lukasnys closed 1 year ago

lukasnys commented 1 year ago

Opening this PR as a result of the conversation here.

This PR adds a Template Imports page to the docs to capture some details about how Glint can be used together with ember-template-imports

lukasnys commented 1 year ago

@dfreeman thanks for the suggestions! I updated the docs/contents.md file so Gitbook shows the page now 👍 https://typed-ember.gitbook.io/glint/~/revisions/fZz33fU75nNq5dPdyJtG/environments/ember/template-imports.

I do notice the internal links (e.g. from /ember/template-only-components to /ember/template-imports#template-only-components) aren't working. So taking a look at fixing that now

dfreeman commented 1 year ago

For some reason that last commit doesn't seem to have triggered Gitbook to rebuild, so I can't tell whether that fix did the trick 🤔

(It looks right, though!)

dfreeman commented 1 year ago

Based on our chat in Discord, I think this is good to go. Thank you so much for seeing this through @lukasnys!