From b18065958a30d7f9e87c06209e839c88dafd9c20 Mon Sep 17 00:00:00 2001 From: Archie Wood <58074498+archiewood@users.noreply.github.com> Date: Mon, 30 Dec 2024 09:45:16 -0500 Subject: [PATCH 1/2] Add a warning message to the default index.md --- sites/example-project/src/pages/+page.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sites/example-project/src/pages/+page.md b/sites/example-project/src/pages/+page.md index 0377ab1ace..69b003ef8f 100644 --- a/sites/example-project/src/pages/+page.md +++ b/sites/example-project/src/pages/+page.md @@ -1,5 +1,9 @@ # Welcome to the Evidence Development Workspace! + + If you see this page in your Evidence App, you have deleted the `index.md` file from your project. Add a `pages/index.md` to your project to override this page. + + This workspace contains examples of all Evidence features. If you are developing a new feature, add a page to this project. The page will be used as a reference for the feature, as a sandbox for anyone making changes to the feature in the future, and for general product testing. From dd4e4724f343e0e663e300704419f9f662e0b53a Mon Sep 17 00:00:00 2001 From: Archie Wood <58074498+archiewood@users.noreply.github.com> Date: Mon, 30 Dec 2024 09:45:38 -0500 Subject: [PATCH 2/2] changeset --- .changeset/green-jeans-hide.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/green-jeans-hide.md diff --git a/.changeset/green-jeans-hide.md b/.changeset/green-jeans-hide.md new file mode 100644 index 0000000000..909f647e04 --- /dev/null +++ b/.changeset/green-jeans-hide.md @@ -0,0 +1,5 @@ +--- +'@evidence-dev/evidence': patch +--- + +Add warning message to default index.md