-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
New config documentation #293
Conversation
* Changed all config references to mjs * removed changes here since auto generated * Update src/pages/en/guides/configuring-astro.md Co-authored-by: Erika <[email protected]> Co-authored-by: Erika <[email protected]>
✅ Deploy Preview for astro-docs-2 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
28bef38
to
d0df4b1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! One copy + paste problem
@@ -3,7 +3,7 @@ import fetch from 'node-fetch'; | |||
import jsdoc from 'jsdoc-api'; | |||
|
|||
// Fill this in to test a response locally, with fetching. | |||
const STUB = ``; | |||
const STUB = ``; // fs.readFileSync('/PATH/TO/MONOREPO/astro/packages/astro/src/@types/astro.ts', {encoding: 'utf-8'}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh just kidding, makes sense to keep this!
d0df4b1
to
e84f638
Compare
* Make Astro.request RFC changes (#270) * Server-side rendering docs (#255) This documents how to setup and use SSR features in Astro. * Fix branch * Update API Reference (#291) * update API reference * Update Astro.slots reference * Update Astro.request and Astro.canonicalURL * remove Astro.resolve section Co-authored-by: Matthew Phillips <[email protected]> * chore: update configuring Astro guide * New config documentation (#293) * Changed all astro.config references to .mjs (#283) * Changed all config references to mjs * removed changes here since auto generated * Update src/pages/en/guides/configuring-astro.md Co-authored-by: Erika <[email protected]> Co-authored-by: Erika <[email protected]> * import[dot]meta[dot]env (#286) * new config Co-authored-by: Sarah Rainsberger <[email protected]> Co-authored-by: Erika <[email protected]> * update migration guide * Update config.ts Co-authored-by: Matthew Phillips <[email protected]> Co-authored-by: Nate Moore <[email protected]> Co-authored-by: Nate Moore <[email protected]> Co-authored-by: Sarah Rainsberger <[email protected]> Co-authored-by: Erika <[email protected]>
No description provided.