From 9ce6f3485ead01527d1441cc28b0bd17bba93012 Mon Sep 17 00:00:00 2001 From: Jordan Jones Date: Wed, 14 Feb 2024 16:03:24 -0800 Subject: [PATCH 1/2] perf(demo): update demo file names --- demo/api.html | 4 ++-- demo/{apiExamples.md => api.md} | 0 demo/index.html | 4 ++-- demo/{demo.md => index.md} | 4 ++-- docs/partials/{apiExamples.md => api.md} | 0 docs/partials/{demo.md => index.md} | 4 ++-- package.json | 4 ++-- scripts/generateDocs.mjs | 28 ++++++++++++------------ 8 files changed, 24 insertions(+), 24 deletions(-) rename demo/{apiExamples.md => api.md} (100%) rename demo/{demo.md => index.md} (97%) rename docs/partials/{apiExamples.md => api.md} (100%) rename docs/partials/{demo.md => index.md} (96%) diff --git a/demo/api.html b/demo/api.html index 1918cd3..73c2b91 100644 --- a/demo/api.html +++ b/demo/api.html @@ -3,7 +3,7 @@ See LICENSE in the project root for license information. HTML in this document is standardized and NOT to be edited. - All demo code should be added/edited in ./demo/apiExamples.md + All demo code should be added/edited in ./demo/api.md With the exception of adding custom elements if needed for the demo. @@ -32,7 +32,7 @@