Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
sarah11918
left a comment
There was a problem hiding this comment.
Looks great @ematipico !
I mostly added some links throughout, and tried to add a bit of "glue" text on the reference page to explain things a little. But of course, I'm going to need you to make my "explanations" make perfect sense! 😅
See what you think about some of my suggestions below! (I think you'll find some are tiny fixes, some are repeated "let's use this format" so it's not really as much as it looks)
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
sarah11918
left a comment
There was a problem hiding this comment.
So close with this one! I'm really loving how it turned out! Just one little thing I think was missed in applying suggestions (unless I'm wrong, so speak up!) and one example I'd like you to double and triple check, just to be sure!
|
|
||
| Use this option when your component needs a value for `Astro.params` in order to generate a single route dynamically. | ||
|
|
||
| ```astro name="Card.astro" |
There was a problem hiding this comment.
Just checking, will Astro.params usually be used by a file generating dynamic routes?
If so, does it make sense for maybe this title name to be of the style src/pages/[slug].astro ? And then, the test example would need to be updated. Can you double check this whole example to make sure it reflects a very common use case?
There was a problem hiding this comment.
Yeah, I think it makes more sense to use a file with a dynamic route
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Description (required)
This PR adds the first batch of documentation of the container APIs.
I added a new page in the reference called "Container API" and a new paragraph in the "Testing" section.
For Astro version:
4.9. See astro PR #11051.