Counter Example
@@ -236,7 +234,6 @@Counter Example
A simple counter demonstrating reactive state management in Aurelia 2
-diff --git a/content/examples.md b/content/examples.md deleted file mode 100644 index 5e9d4ad..0000000 --- a/content/examples.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Examples" -description: "See Aurelia in action with these examples. As you scroll down, you'll see examples of Aurelia's capabilities. You can edit the examples and see the changes in real time." -url: "/examples/" -type: "examples" ---- \ No newline at end of file diff --git a/content/playground.md b/content/playground.md new file mode 100644 index 0000000..e2c737d --- /dev/null +++ b/content/playground.md @@ -0,0 +1,6 @@ +--- +title: "Playground" +description: "Playground is a collection of interactive examples showcasing Aurelia's capabilities. You can edit the examples and see the changes in real time." +url: "/playground/" +type: "playground" +--- \ No newline at end of file diff --git a/themes/aurelia-theme/data/header.yaml b/themes/aurelia-theme/data/header.yaml index b023fbf..687b3d1 100644 --- a/themes/aurelia-theme/data/header.yaml +++ b/themes/aurelia-theme/data/header.yaml @@ -10,14 +10,14 @@ menu: - name: "Aurelia 2 Docs" link: "https://docs.aurelia.io" target: "_blank" - - name: "Examples" - link: "/examples" - active: "eq .RelPermalink '/examples/'" - title: "Legacy" items: - name: "Aurelia 1 Docs" link: "https://aurelia-1.gitbook.io/v1-docs" target: "_blank" + - name: "Playground" + link: "/playground" + active: "eq .RelPermalink '/playground/'" - name: "Blog" link: "/blog" active: "eq .Section 'blog'" diff --git a/themes/aurelia-theme/layouts/index.html b/themes/aurelia-theme/layouts/index.html index ba5170e..3e993a4 100644 --- a/themes/aurelia-theme/layouts/index.html +++ b/themes/aurelia-theme/layouts/index.html @@ -206,7 +206,7 @@
A simple counter demonstrating reactive state management in Aurelia 2
-