summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-09-06Docs/example and templates v2 (#1100)Gravatar Fred K. Schott 41-54/+982
2021-09-06scale back the examples pageGravatar Fred K. Schott 114-5831/+228
2021-09-06Adds examples pageGravatar aFuzzyBear 135-68/+6599
2021-09-05[ci] yarn formatGravatar jasikpark 1-2/+3
2021-09-05Update `yarn.lock` with @octokit dep updates\n\n `--frozen-lockfile` was ↵Gravatar Caleb Jasik 1-13/+25
complaining that the lockfile needed updates.
2021-09-05docs: set +/- prefix to non-selectable (#1316)Gravatar Sam Chen 1-0/+4
2021-09-05docs: add a link to next article (#1308)Gravatar Sam Chen 2-2/+20
2021-09-05[ci] collect statsGravatar FredKSchott 1-0/+1
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-04examples: Fix with-tailwindcss example #1256 (#1312)Gravatar kreako 2-1/+1
2021-09-04[ci] collect statsGravatar FredKSchott 2-1/+2
2021-09-03docs: add a period (#1306)Gravatar Sam Chen 1-1/+1
2021-09-03skip 404.html pages in sitemap generation (#1304)Gravatar Mani Gandham 1-0/+5
* skip 404.html pages in sitemap generation * update path check for 404 * add changeset
2021-09-03[ci] yarn formatGravatar FredKSchott 2-11/+14
2021-09-03Add new <Code> component, to succeed <Prism> (#1208)Gravatar Fred K. Schott 25-11/+255
* 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-03Comment out RSS call in example (#1302)Gravatar Tushar Sadhwani 1-13/+15
* Comment out RSS call in example * Update [...page].astro Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-03[ci] yarn formatGravatar tony-sull 1-9/+15
2021-09-03Format config errors for humans (#1298)Gravatar Fred K. Schott 7-14/+92
* format config errors * fix bad root
2021-09-03fix astro esm-cjs entrypoint (#1300)Gravatar Fred K. Schott 2-1/+16
2021-09-03Import unified types as unified since there is no default export for ↵Gravatar Caleb Jasik 3-2/+7
'unified'. (#1296)
2021-09-03[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-02fix stat.csv bugGravatar Fred K. Schott 2-9/+5
2021-09-02[ci] collect statsGravatar FredKSchott 1-0/+1
2021-09-01add stats on activity in last 24 hoursGravatar Fred K. Schott 1-3/+1
2021-09-01add stats on activity in last 24 hoursGravatar Fred K. Schott 2-6/+7
2021-09-01add stats on activity in last 24 hoursGravatar Fred K. Schott 2-2/+2
2021-09-01add stats on activity in last 24 hoursGravatar Fred K. Schott 2-4/+24
2021-09-01Update issue.yml column nameGravatar Fred K. Schott 1-2/+2
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-01skip 404.html pages in sitemap generation (#1287)Gravatar Mani Gandham 2-2/+12
* skip 404.html pages in sitemap generation * update path check for 404
2021-09-01Update getting-started.md (#1281)Gravatar Hendrik Runte 1-23/+23
Fixing some minor typos and improving style.
2021-09-01Version Packages (#1271)create-astro@0.6.2astro@0.20.4Gravatar github-actions[bot] 25-31/+33
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-01Add interfaces for built-in components (#1292)Gravatar Matthew Phillips 3-2/+23
* Add interfaces for built-in components * Adds a changeset
2021-09-01success: clean up issue.yml from testingGravatar Fred K. Schott 1-4/+4
2021-09-01issue.yml testingGravatar Fred K. Schott 1-3/+3
2021-09-01issue.yml testingGravatar Fred K. Schott 1-1/+1
2021-09-01fix bad project url in issue.ymlGravatar Fred K. Schott 1-3/+3
2021-09-01fix issue.yml syntax errorGravatar Fred K. Schott 1-2/+2
2021-09-01add project assigner CI bot (#1291)Gravatar Fred K. Schott 1-0/+36
2021-09-01Nightly stats: don't count PRs as issues (#1288)Gravatar Matthew Phillips 2-2/+2
2021-09-01[ci] collect statsGravatar FredKSchott 1-0/+1
2021-08-31Delete docs text about removed Collections API (#1286)Gravatar Mani Gandham 1-1/+1
2021-08-31Fix congratsbot multiline issue (#1285)Gravatar Fred K. Schott 1-2/+5
* testing new congrats bot if you see this, it did not work yet * try including multiline message line 2 line 3
2021-09-01[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-31wip (#1284)Gravatar Fred K. Schott 5-2/+184
2021-09-01[ci] yarn formatGravatar FredKSchott 4-10/+13
2021-08-31Checked the astro configs for the templates, (#1282)Gravatar Peter Singh 6-10/+34
* Checked the astro configs for the templates, * Update astro.config.mjs * Update package.json Co-authored-by: Fred K. Schott <fkschott@gmail.com>
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