summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-29 22:03:33 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-29 22:03:56 -0700
commite9d52bd1cc55b4a8f09ce13bebcc0d428acfd5a4 (patch)
tree2ec03d9d426ebced09363b7acef88633b9b76fa7
parentea6af0392c6132e8e35850229acdc79b43be3441 (diff)
downloadastro-e9d52bd1cc55b4a8f09ce13bebcc0d428acfd5a4.tar.gz
astro-e9d52bd1cc55b4a8f09ce13bebcc0d428acfd5a4.tar.zst
astro-e9d52bd1cc55b4a8f09ce13bebcc0d428acfd5a4.zip
move translated nl docs
-rw-r--r--docs/src/components/DocSidebar/EditOnGithub.tsx (renamed from docs/src/components/EditOnGithub.tsx)0
-rw-r--r--docs/src/components/DocSidebar/More.tsx2
-rw-r--r--docs/src/pages/nl/getting-started.md (renamed from docs/src/pages/nl-NL/getting-started.md)0
3 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/components/EditOnGithub.tsx b/docs/src/components/DocSidebar/EditOnGithub.tsx
index e6e757f5f..e6e757f5f 100644
--- a/docs/src/components/EditOnGithub.tsx
+++ b/docs/src/components/DocSidebar/EditOnGithub.tsx
diff --git a/docs/src/components/DocSidebar/More.tsx b/docs/src/components/DocSidebar/More.tsx
index 82c5d3b25..6b0c5145c 100644
--- a/docs/src/components/DocSidebar/More.tsx
+++ b/docs/src/components/DocSidebar/More.tsx
@@ -1,6 +1,6 @@
import type { FunctionalComponent } from 'preact';
import { h, Fragment } from 'preact';
-import EditOnGithub from '../EditOnGithub';
+import EditOnGithub from './EditOnGithub';
import ThemeToggle from '../ThemeToggle';
const More: FunctionalComponent<{ editHref: string }> = ({ editHref }) => {
diff --git a/docs/src/pages/nl-NL/getting-started.md b/docs/src/pages/nl/getting-started.md
index 0f1678e62..0f1678e62 100644
--- a/docs/src/pages/nl-NL/getting-started.md
+++ b/docs/src/pages/nl/getting-started.md
n> * core -> core.js * changeset * test --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> 2023-08-01[ci] formatGravatar natemoo-re 1-1/+1 2023-08-01feat: add cache headers to assets in Vercel adapter (#7729)Gravatar Hee 10-3/+144 * feat: cache assets in Vercel adapter * Update tidy-tips-doubt.md * chore: update lockfile * Update packages/integrations/vercel/test/static-assets.test.js * Update packages/integrations/vercel/test/static-assets.test.js * Update packages/integrations/vercel/test/static-assets.test.js * chore: update split test --------- Co-authored-by: Kid <44045911+kidonng@users.noreply.github.com> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> 2023-08-01Fix "res.writeHead is not a function" in Express/node middleware (#7708)Gravatar DixCouleur 3-8/+34 * fix: res.writeHead is not a function * fix: handler params type added * fix: handler function params error * Update packages/integrations/node/src/nodeMiddleware.ts --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> 2023-08-01Fix: Content Collections - Ignore `.json` files nested in non-underscored ↵Gravatar Tony Dang 3-1/+6 subdirectories within underscored directories (#7909) * test: add test file so tests fail before fix * fix: ignore files nested in underscore directories * chore: add changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> 2023-08-01chore: address feedback from #7754 (#7906)Gravatar Nate Moore 1-2/+4 2023-08-01[ci] release (#7877)astro@2.9.7@astrojs/vercel@3.7.5@astrojs/node@5.3.1@astrojs/netlify@2.5.2Gravatar Houston (Bot) 52-129/+128 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2023-08-01feat: add logging for when hydrate's JSON parse fails (#7887)Gravatar Sam Hulick 2-3/+28 Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> 2023-08-01Fix prefetch test fail (#7902)Gravatar Bjorn Lu 1-0/+2 2023-08-01[ci] formatGravatar bluwy 4-13/+28