summaryrefslogtreecommitdiff
path: root/docs/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-14Update deployment docs for Netlify deployment (#1361)Gravatar Cassidy Williams 1-7/+9
* Update build command for Netlify * Clarify directions for Netlify deploy versions * Create deploy.md * Update deploy.md * Update deploy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-14Add types to examples and docs (#1347)Gravatar Matthew Phillips 1-3/+9
* Adds a changeset * Add types to examples and docs * Make changes based on review feedback * Avoid using the variable named props * Make path a const
2021-09-13Fix typo (#1360)Gravatar Marcus Otterström 1-1/+1
2021-09-13Disclaimer for Github pages / jekyll quirk (#1355)Gravatar Tc001 1-0/+2
* Added GH pages disclaimer * Added changeset * Reworded disclaimer * Correct GH Pages casing * Update deploy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-08Update netlify deploy instructions for `.nvmrc` syntax (#1337)Gravatar Caleb Jasik 1-1/+1
2021-09-08[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-09-08Opening app to all IPs instead of localhost (#1339)Gravatar Aleš Vaupotič 1-1/+9
I see people often ask about opening up the app to local network so this looked like a good place to explain how to do it.
2021-09-07[ci] yarn formatGravatar FredKSchott 1-22/+23
2021-09-07📘 DOC: New "Publish to npm" documentation (#1323)Gravatar Fred K. Schott 3-53/+138
* new publish docs * Minor cleanup - Removed trailing whitespaces. - Fixed a typo where `components` was misspelled. - Moved all links to references at the bottom of the file. - On line 162, I added bash for the file tree example as it was used for the previous example on line 29. - Added a new line between examples that had a DO and DO NOT. - The code snippet from line 85 is a good example. Having that li'l space made it much nicer to read. * cleanup publish docs * add note on experimental nature of npm package support Co-authored-by: Devin W. Leaman <git@4lch4.email>
2021-09-06docs: small themes copy updatesGravatar Fred K. Schott 1-5/+3
2021-09-06fix type on themes.jsonGravatar Fred K. Schott 1-3/+3
2021-09-06fix bad importGravatar Fred K. Schott 1-1/+1
2021-09-06[ci] yarn formatGravatar FredKSchott 2-2/+1
2021-09-06cleanup docs changesGravatar Fred K. Schott 12-574/+14
2021-09-06[ci] yarn formatGravatar FredKSchott 5-87/+96
2021-09-06scale back the examples pageGravatar Fred K. Schott 23-723/+205
2021-09-06Adds examples pageGravatar aFuzzyBear 23-8/+1257
2021-09-05docs: add a link to next article (#1308)Gravatar Sam Chen 2-2/+20
2021-09-04📘DOC: Fix URL normalization for the Left Sidebar in docs (#1299)Gravatar Caleb Jasik 2-2/+14
* Fix URL normalization for the Left Sidebar in docs * Move the fix into `util.ts` as suggested by @FredKSchott
2021-09-03docs: add a period (#1306)Gravatar Sam Chen 1-1/+1
2021-09-03[ci] yarn formatGravatar FredKSchott 1-2/+0
2021-09-03Add new <Code> component, to succeed <Prism> (#1208)Gravatar Fred K. Schott 11-10/+30
* add code component * Update packages/astro/components/Debug.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * Update packages/astro/components/Debug.astro Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * fix format in debug component * remove Debug changes * add wrap support * add props docs * update default theme Co-authored-by: Peter Singh <drgaud@hotmail.com> Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2021-09-01Debug component importation (#1289)Gravatar raph_5 1-1/+1
with import { Debug } from 'astro/debug' : Debug = undefined Error: Unable to render Debug because it is undefined! Did you forget to import the component or is it possible there is a typo?
2021-09-01Update getting-started.md (#1281)Gravatar Hendrik Runte 1-23/+23
Fixing some minor typos and improving style.
2021-08-31Delete docs text about removed Collections API (#1286)Gravatar Mani Gandham 1-1/+1
2021-08-31Remove reference/link to Collections (#1277)Gravatar Tim Chesney 1-1/+1
* Remove reference/link to Collections Remove line that refers to 'Core Concepts - Collections' given this is now deprecated. * Added reference to routing Tested link as working in local build.
2021-08-31Remove caveat about `Astro.request` not being passed to components. (#1276)Gravatar Caleb Jasik 1-2/+0
2021-08-31[ci] yarn formatGravatar FredKSchott 1-4/+4
2021-08-31Add v20 documentation for bundling assets (#1262)Gravatar Lachlan Young 1-0/+11
* Add v20 documentation for bundling assets * 🛁 Revert bad doc * 🛁 Address CR * ✨ Use astro * 🛁 Correct Link * Update styling.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-30docs: translate astro vs other docs to zh comparing-astro-vs-other-tools.md ↵Gravatar Xinyuan Wang 2-0/+209
(#1199) * translate getting-started.md into ZH (CN & TW) * fix translate the title for getting-started.md * add zh CN & TW config in Docs * fix config "locale" * fix config.ts add route for CN & TW * fix installation.md Next Steps title 's level * translate quick-start.md & installation.md & examples.md into ZH (CN ) * Add lang variable to docs frontmatter for translations * Update docs/src/pages/zh-TW/getting-started.md Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> * docs: translate astro vs other docs to zh comparing-astro-vs-other-tools.md * Version Packages * [ci] yarn format * fix: Merge conflicts * docs: add the part of gatsby * [ci] yarn format Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: ChelesteWang <ChelesteWang@users.noreply.github.com>
2021-08-30Alphabetize API doc (#1270)Gravatar Drew Powers 1-12/+12
2021-08-29Include lang="xxxx" in Prism component example (#1264)Gravatar Sarah Rainsberger 1-2/+4
2021-08-27Add danish translation of the getting started page (#1243)Gravatar Mikkel Tønder 4-1/+70
* Add danish translation of the getting started page * Add danish to KNOWN_LANGUAGES
2021-08-27[ci] yarn formatGravatar matthewp 1-1/+1
2021-08-27Implementation of hoisted scripts (#1178)Gravatar Matthew Phillips 1-0/+33
* Implementation of hoisted scripts * Use the facade id * Adds docs on hoisted scripts * Don't try to run rollup if there are no hoisted scripts * Handle scripts possibly being undefined (client:only) * Get rid of changes to the portfolio example * Adds a changeset * Remove a todo * Fix lint errors * Rename TransformResult property to hoistedScripts * Move Hoisted Scripts docs to astro-components page * Fixes lint errors * Fix path join for windows
2021-08-27[ci] yarn formatGravatar matthewp 1-1/+1
2021-08-27Update Tailwind docs for path to css (#1240)Gravatar Matthew Phillips 1-7/+7
* Update Tailwind docs for path to css * Remove other references to public in the styling guide * Remove unnecessary (pages)
2021-08-27[ci] yarn formatGravatar matthewp 1-1/+1
2021-08-27Add new Astro components package (#1242)Gravatar Mark Teekman 1-0/+1
2021-08-26[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-26add "astro preview" command (#1226)Gravatar Fred K. Schott 7-6/+18
* add "astro preview" command * Update green-buttons-reflect.md * Update cli-reference.md
2021-08-26remove unpublished blog post from docsGravatar Fred K. Schott 1-241/+0
2021-08-26[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-25added bengali translation of the getting started page (#1215)Gravatar Rafid Muhymin Wafi 3-0/+68
2021-08-25NL docs typo fixes (#1232)Gravatar semvis123 1-1/+1
Fixes 2 small typos in the Dutch documentation
2021-08-25Update getting-started.md (#1231)Gravatar Anneke Sinnema 1-6/+6
2021-08-25[ci] yarn formatGravatar matthewp 2-5/+5
2021-08-25Arabic getting-started translation (#1166)Gravatar حمد بنقالي 3-0/+71
Co-authored-by: = <=>
2021-08-25Fix typo Mardown on line 219 (#1229)Gravatar E. Berke KARAGÖZ 1-1/+1
2021-08-25docs: fix header rtl logo view (#1224)Gravatar Fred K. Schott 1-0/+1