From b1835e81488af87de9451cf25c59b1efd2f965d5 Mon Sep 17 00:00:00 2001 From: Runar Jordahl Date: Mon, 23 Oct 2023 20:29:06 +0200 Subject: [PATCH 1/2] Update index.mdx Correct mistake. The original was: Both pages are created by adding ... Changed to: Pages are created by adding ... --- packages/docs/src/routes/docs/(qwikcity)/pages/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/src/routes/docs/(qwikcity)/pages/index.mdx b/packages/docs/src/routes/docs/(qwikcity)/pages/index.mdx index 57cf6358699..4d0ef19d9f5 100644 --- a/packages/docs/src/routes/docs/(qwikcity)/pages/index.mdx +++ b/packages/docs/src/routes/docs/(qwikcity)/pages/index.mdx @@ -11,7 +11,7 @@ contributors: # Pages -Both pages are created by adding a new `index.tsx` file in the `src/routes` directory. Pages exports a `default` Qwik component, which will be rendered as the content of the page. +Pages are created by adding a new `index.tsx` file in the `src/routes` directory. Pages exports a `default` Qwik component, which will be rendered as the content of the page. ```tsx title="src/routes/some/path/index.tsx" import { component$ } from '@builder.io/qwik'; From 80be7e299116744413998bd1e3d19e6b8096ca8e Mon Sep 17 00:00:00 2001 From: gioboa Date: Tue, 24 Oct 2023 08:01:19 +0200 Subject: [PATCH 2/2] trigger GH checks