From d467df15a547363422bc5cec1d8595826bb2a047 Mon Sep 17 00:00:00 2001 From: hildjj Date: Tue, 19 Nov 2024 18:29:24 +0000 Subject: [PATCH] deploy: 6ce68af3334ba6c03fc729f1082ad0bbecf56569 --- README/index.html | 9 --------- development/benchmark.html | 1 + development/index.html | 1 + development/test.html | 1 + documentation.html | 1 + index.html | 3 ++- js/benchmark-bundle.min.js | 4 ++-- js/examples.js | 2 +- js/test-bundle.min.js | 4 ++-- online.html | 1 + vendor/peggy/peggy.min.js | 4 ++-- 11 files changed, 14 insertions(+), 17 deletions(-) delete mode 100644 README/index.html diff --git a/README/index.html b/README/index.html deleted file mode 100644 index a0a3c2e3..00000000 --- a/README/index.html +++ /dev/null @@ -1,9 +0,0 @@ -

Peggy documentation

-

This directory contains all of the code for building and deploying the Peggy documentation site. The site is built using the Eleventy static site generator.

-

Building the site

-

To build the site for production, run:

-
npm run build
-
-

For local development, you can use the development server which will watch changes and rebuild the site automatically. To do this, run:

-
npm run start
-
diff --git a/development/benchmark.html b/development/benchmark.html index 961bb6ac..d9241a63 100644 --- a/development/benchmark.html +++ b/development/benchmark.html @@ -8,6 +8,7 @@ name="description" content="Peggy is a parser generator for JavaScript based on the parsing expression grammar formalism." /> + Benchmark » Peggy – Parser Generator for JavaScript diff --git a/development/index.html b/development/index.html index ddd114ce..aa869402 100644 --- a/development/index.html +++ b/development/index.html @@ -8,6 +8,7 @@ name="description" content="Peggy is a parser generator for JavaScript based on the parsing expression grammar formalism." /> + Development » Peggy – Parser Generator for JavaScript diff --git a/development/test.html b/development/test.html index 32f462f3..6862d769 100644 --- a/development/test.html +++ b/development/test.html @@ -8,6 +8,7 @@ name="description" content="Peggy is a parser generator for JavaScript based on the parsing expression grammar formalism." /> + Test » Peggy – Parser Generator for JavaScript diff --git a/documentation.html b/documentation.html index 6ad3a84d..50296c5e 100644 --- a/documentation.html +++ b/documentation.html @@ -8,6 +8,7 @@ name="description" content="Peggy is a parser generator for JavaScript based on the parsing expression grammar formalism." /> + Documentation » Peggy – Parser Generator for JavaScript diff --git a/index.html b/index.html index 86750cf1..90533e00 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ name="description" content="Peggy is a parser generator for JavaScript based on the parsing expression grammar formalism." /> + Peggy – Parser Generator for JavaScript @@ -43,7 +44,7 @@

Parser Generator for JavaScript

Download browser version
minified + href="https://unpkg.com/peggy@4.2.0/browser/peggy.min.js">minified