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 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.