summaryrefslogtreecommitdiff
path: root/examples/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-02-09[ci] release (next) (#2555)astro@0.23.0-next.4@astrojs/test-static-build-pkg@0.0.3@astrojs/renderer-vue@0.4.0-next.0@astrojs/renderer-svelte@0.4.0-next.0@astrojs/renderer-solid@0.4.0-next.0@astrojs/renderer-react@0.5.0-next.0@astrojs/renderer-preact@0.5.0-next.0@astrojs/renderer-lit@0.4.0-next.0Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-08[ci] release (next) (#2554)astro@0.23.0-next.3Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-07[ci] release (next) (#2533)astro@0.23.0-next.2@astrojs/markdown-remark@0.6.1-next.1Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-02[ci] release (next) (#2523)astro@0.23.0-next.1Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-01[ci] release (next) (#2492)astro@0.23.0-next.0@astrojs/test-static-build-pkg@0.0.2@astrojs/markdown-remark@0.6.1-next.0Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-28[ci] release (#2482)astro@0.22.20Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-27[ci] release (#2454)astro@0.22.19Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-24Use CONFIG.SITE.title for h1 in doc theme header (#2449)Gravatar Jang Rush 1-1/+1
Use SITE.title specified in config.ts as the h1 heading in Header.astro of doc theme. When SITE.title is null, use "Documentation" as the fallback value. Previously the h1 heading in doc theme header is hardcoded as "Documentation".
2022-01-24Allow not specfying section header in sidebar. (#2448)Gravatar Jang Rush 1-1/+8
Someone may forget to specify a section header in SIDEBAR, which would cause build error previously.
2022-01-24describe how to use non-en lang in doc theme (#2447)Gravatar Jang Rush 1-0/+13
2022-01-24[ci] release (#2437)astro@0.22.18@astrojs/test-static-build-pkg@0.0.1Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-20[ci] release (#2433)create-astro@0.7.1astro@0.22.17Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-20[ci] release (#2430)astro@0.22.16Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-19[ci] release (#2420)astro@0.22.15Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-19Fix visibility of focused skip link on docs site (#2405)Gravatar Chris Swithinbank 1-1/+1
* Fix visibility of focused skip link on docs site The `sr-only` utility class used on the “Skip to Content” link at the top of each page in the docs is designed to be paired with the `focus:not-sr-only` class. `focus:not-sr-only` was missing on the skip link, meaning it was never shown even when focused. * Fix visibility of focused skip link in docs example project Apply the same fix as ac890b56 to the same component in the docs starter project.
2022-01-18[ci] release (#2412)astro@0.22.14Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-18Update examples to move away from Astro.resolve on styles (#2393)Gravatar Matthew Phillips 1-3/+5
* Update examples to move away from Astro.resolve on styles * Prepend the subpath * Adds a changeset * Switch to @import for the starter
2022-01-14[ci] release (#2394)astro@0.22.13Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-14[ci] release (#2372)astro@0.22.12@astrojs/renderer-react@0.4.1@astrojs/renderer-lit@0.3.1Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-14Fixes for blog and docs examples (#2373)Gravatar Matthew Phillips 1-1/+3
* Fixes for blog and docs examples * Adds a changeset * Upgrade the compiler version * Use a global style tag * Skip on windows temporarily
2022-01-13[ci] release (#2366)astro@0.22.11Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-12[ci] release (#2340)astro@0.22.10@astrojs/renderer-solid@0.3.1Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-12Normalize and cleanup examples projects (#2364)Gravatar Erika 1-1/+0
* Remove unused line in the examples .gitignore * Add missing .npmrc, .stackblitzrc and tsconfig.json files to a few examples * Removed unused file and link directive in the minimal example * Oops, added an accidental slash
2022-01-07[ci] release (#2339)astro@0.22.9Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-07[ci] release (#2333)astro@0.22.8Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-05[ci] release (#2320)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-05[ci] release (#2307)astro@0.22.6Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-04[ci] release (#2304)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-04[ci] release (#2303)astro@0.22.4Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-30[ci] release (#2293)astro@0.22.3Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-30[ci] release (#2291)astro@0.22.2Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-23[ci] release (#2264)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-23[ci] release (#2219)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 28-1229/+1251
2021-12-16chore: release @astrojs/renderer-svelte@0.2.3astro@0.21.13@astrojs/renderer-svelte@0.2.3Gravatar Nate Moore 1-1/+1
2021-12-13rebase (#2087)Gravatar Jonathan Neal 1-1/+1
2021-12-13Upgrade dependencies (#2085)Gravatar Jonathan Neal 1-3/+2
* yarn upgrade * yarn upgrade --latest yargs-parser * yarn upgrade --latest mime * yarn upgrade --latest execa * yarn upgrade --latest globby * yarn upgrade --latest @docsearch/react * yarn upgrade --latest es-module-lexer * yarn upgrade --latest fast-xml-parser * yarn upgrade --latest @astrojs/compiler @astrojs/language-server * yarn upgrade --latest acorn * clean yarn.lock * chore: put `@docsearch/react` back to v1 * chore: remove unused @snowpack/plugin-dotenv * Update yarn.lock * Patch tests based on newer versions of tooling * remove lerna * Update yarn.lock * Update yarn.lock * Pin @sveltejs/vite-plugin-svelte * update yarn.lock
2021-12-09chore: release (#2149)create-astro@0.6.10astro@0.21.12Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-06chore: release (#2136)create-astro@0.6.9astro@0.21.11Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-03chore: release (#2118)astro@0.21.10Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-03chore: release (#2108)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-02chore: release (#2098)astro@0.21.8Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-02[ci] release (#2071)astro@0.21.7@astrojs/renderer-vue@0.2.1@astrojs/renderer-svelte@0.2.2@astrojs/renderer-solid@0.2.1@astrojs/renderer-react@0.3.1@astrojs/renderer-preact@0.3.1Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-30[ci] release (#2059)astro@0.21.6Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-29Version Packages (#2047)astro@0.21.5Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-24Version Packages (#2009)astro@0.21.4Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-24move styles to src (#2003)Gravatar Fred K. Schott 4-3/+3
2021-11-23Version Packages (#1988)create-astro@0.6.8astro@0.21.3@astrojs/renderer-svelte@0.2.1Gravatar github-actions[bot] 1-1/+1
* Version Packages (next) * chore: update CHANGELOG * fix: merge conflict * fix: merge conflict * chore: remove pre.json * Version Packages * Version Packages Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <nate@skypack.dev>
2021-11-23update repo URL (#1994)Gravatar Fred K. Schott 3-6/+6
2021-11-22Version Packages (#1972)astro@0.21.2@astrojs/renderer-lit@0.2.1@astrojs/markdown-remark@0.5.0Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>