summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-11-19 19:37:01 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-11-19 20:19:01 +0000
commit000afe0d88c2beb9f237b1c6317986468dee233e (patch)
treeabe9759dc3d62c4ec7257e80d5f437df87a535fd /examples
parentae873daa84782eeddb35fa24057b7c5b3420660d (diff)
downloadsubplot-000afe0d88c2beb9f237b1c6317986468dee233e.tar.gz
subplots: Upgrade metadata for polyglot docs
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/echo/echo.md4
-rw-r--r--examples/muck/muck.md4
-rw-r--r--examples/website/website.md4
3 files changed, 6 insertions, 6 deletions
diff --git a/examples/echo/echo.md b/examples/echo/echo.md
index f7a43b3..3a991ba 100644
--- a/examples/echo/echo.md
+++ b/examples/echo/echo.md
@@ -1,9 +1,9 @@
---
title: "**echo**(1) acceptance tests"
author: The Subplot project
-template: bash
bindings: [echo.yaml]
-functions: [echo.sh]
+impls:
+ bash: [echo.sh]
bibliography: [echo.bib]
...
diff --git a/examples/muck/muck.md b/examples/muck/muck.md
index e02e522..48f421f 100644
--- a/examples/muck/muck.md
+++ b/examples/muck/muck.md
@@ -3,8 +3,8 @@ title: Muck JSON storage server and API
author: Lars Wirzenius
date: work in progress
bindings: [muck.yaml]
-functions: [muck.py]
-template: python
+impls:
+ python: [muck.py]
...
Introduction
diff --git a/examples/website/website.md b/examples/website/website.md
index 5d4f61e..391f09b 100644
--- a/examples/website/website.md
+++ b/examples/website/website.md
@@ -179,7 +179,7 @@ achieve this, you should make the following changes:
---
title: Subplot website tutorial
author: The Subplot project
-template: python
bindings: [website.yaml]
-functions: [website.py]
+impls:
+ python: [website.py]
...