From 1e8709f7a1b2a8c4faf4342691cd1fe05712c5a6 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 30 Nov 2025 00:58:22 +0000 Subject: doc: Use YAML inputs file in Hello World example. --- doc/hello-world-inputs.json | 3 --- doc/hello-world-inputs.yaml | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 doc/hello-world-inputs.json create mode 100644 doc/hello-world-inputs.yaml (limited to 'doc') diff --git a/doc/hello-world-inputs.json b/doc/hello-world-inputs.json deleted file mode 100644 index eb32ec3..0000000 --- a/doc/hello-world-inputs.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "name": "Foo" -} diff --git a/doc/hello-world-inputs.yaml b/doc/hello-world-inputs.yaml new file mode 100644 index 0000000..a604a97 --- /dev/null +++ b/doc/hello-world-inputs.yaml @@ -0,0 +1 @@ +name: Foo -- cgit 1.4.1