From 6ea65ae4b4e5f710ddab3dae8d8cb3488ce70c72 Mon Sep 17 00:00:00 2001 From: James Munns Date: Sat, 26 Aug 2023 00:51:57 +0200 Subject: [PATCH] Addressing https://github.com/axodotdev/oranda/issues/611 --- oranda-workspace.json | 2 +- oranda.json | 24 +++++++++++++----------- platforms/allwinner-d1/core/oranda.json | 3 ++- platforms/beepy/oranda.json | 3 ++- platforms/melpomene/oranda.json | 3 ++- platforms/pomelo/oranda.json | 6 ++++++ source/abi/oranda.json | 3 ++- source/alloc/oranda.json | 3 ++- source/forth3/oranda.json | 3 ++- source/kernel/oranda.json | 3 ++- source/mstd/oranda.json | 3 ++- source/sermux-proto/oranda.json | 3 ++- source/spitebuf/oranda.json | 3 ++- source/trace-proto/oranda.json | 3 ++- tools/crowtty/oranda.json | 3 ++- tools/dumbloader/oranda.json | 3 ++- tools/f3repl/oranda.json | 6 ++++++ 17 files changed, 52 insertions(+), 25 deletions(-) create mode 100644 platforms/pomelo/oranda.json create mode 100644 tools/f3repl/oranda.json diff --git a/oranda-workspace.json b/oranda-workspace.json index 52edc9ef..30124d01 100644 --- a/oranda-workspace.json +++ b/oranda-workspace.json @@ -69,4 +69,4 @@ "homepage": "https://mnemos.dev", "license": "MIT OR Apache-2.0" } -} \ No newline at end of file +} diff --git a/oranda.json b/oranda.json index 74654015..240dd02a 100644 --- a/oranda.json +++ b/oranda.json @@ -1,13 +1,15 @@ { - "project": { - "name": "Mnemos Project Overview", - "description": "This page provides an overview of the entire MnemOS project. The other boxes on this page provide an overview of the individual crates that make up MnemOS.", - "readme_path": "./README.md", - "repository": "https://github.com/tosc-rs/mnemos", - "homepage": "https://mnemos.dev", - "license": "MIT OR Apache-2.0" - }, - "components": { - "changelog": true + "project": { + "name": "Mnemos Project Overview", + "description": "This page provides an overview of the entire MnemOS project. The other boxes on this page provide an overview of the individual crates that make up MnemOS.", + "readme_path": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "license": "MIT OR Apache-2.0" + }, + "components": { + "changelog": { + "read_changelog_file": false } -} \ No newline at end of file + } +} diff --git a/platforms/allwinner-d1/core/oranda.json b/platforms/allwinner-d1/core/oranda.json index 25d59cef..671f648a 100644 --- a/platforms/allwinner-d1/core/oranda.json +++ b/platforms/allwinner-d1/core/oranda.json @@ -1,5 +1,6 @@ { "components": { - "mdbook": false + "mdbook": false, + "changelog": false } } diff --git a/platforms/beepy/oranda.json b/platforms/beepy/oranda.json index 25d59cef..671f648a 100644 --- a/platforms/beepy/oranda.json +++ b/platforms/beepy/oranda.json @@ -1,5 +1,6 @@ { "components": { - "mdbook": false + "mdbook": false, + "changelog": false } } diff --git a/platforms/melpomene/oranda.json b/platforms/melpomene/oranda.json index 25d59cef..671f648a 100644 --- a/platforms/melpomene/oranda.json +++ b/platforms/melpomene/oranda.json @@ -1,5 +1,6 @@ { "components": { - "mdbook": false + "mdbook": false, + "changelog": false } } diff --git a/platforms/pomelo/oranda.json b/platforms/pomelo/oranda.json new file mode 100644 index 00000000..671f648a --- /dev/null +++ b/platforms/pomelo/oranda.json @@ -0,0 +1,6 @@ +{ + "components": { + "mdbook": false, + "changelog": false + } +} diff --git a/source/abi/oranda.json b/source/abi/oranda.json index 25d59cef..671f648a 100644 --- a/source/abi/oranda.json +++ b/source/abi/oranda.json @@ -1,5 +1,6 @@ { "components": { - "mdbook": false + "mdbook": false, + "changelog": false } } diff --git a/source/alloc/oranda.json b/source/alloc/oranda.json index 25d59cef..671f648a 100644 --- a/source/alloc/oranda.json +++ b/source/alloc/oranda.json @@ -1,5 +1,6 @@ { "components": { - "mdbook": false + "mdbook": false, + "changelog": false } } diff --git a/source/forth3/oranda.json b/source/forth3/oranda.json index 25d59cef..671f648a 100644 --- a/source/forth3/oranda.json +++ b/source/forth3/oranda.json @@ -1,5 +1,6 @@ { "components": { - "mdbook": false + "mdbook": false, + "changelog": false } } diff --git a/source/kernel/oranda.json b/source/kernel/oranda.json index e86ea328..eb8e542d 100644 --- a/source/kernel/oranda.json +++ b/source/kernel/oranda.json @@ -3,6 +3,7 @@ "name": "kernel" }, "components": { - "mdbook": false + "mdbook": false, + "changelog": false } } diff --git a/source/mstd/oranda.json b/source/mstd/oranda.json index 25d59cef..671f648a 100644 --- a/source/mstd/oranda.json +++ b/source/mstd/oranda.json @@ -1,5 +1,6 @@ { "components": { - "mdbook": false + "mdbook": false, + "changelog": false } } diff --git a/source/sermux-proto/oranda.json b/source/sermux-proto/oranda.json index 25d59cef..671f648a 100644 --- a/source/sermux-proto/oranda.json +++ b/source/sermux-proto/oranda.json @@ -1,5 +1,6 @@ { "components": { - "mdbook": false + "mdbook": false, + "changelog": false } } diff --git a/source/spitebuf/oranda.json b/source/spitebuf/oranda.json index 25d59cef..671f648a 100644 --- a/source/spitebuf/oranda.json +++ b/source/spitebuf/oranda.json @@ -1,5 +1,6 @@ { "components": { - "mdbook": false + "mdbook": false, + "changelog": false } } diff --git a/source/trace-proto/oranda.json b/source/trace-proto/oranda.json index 25d59cef..671f648a 100644 --- a/source/trace-proto/oranda.json +++ b/source/trace-proto/oranda.json @@ -1,5 +1,6 @@ { "components": { - "mdbook": false + "mdbook": false, + "changelog": false } } diff --git a/tools/crowtty/oranda.json b/tools/crowtty/oranda.json index 25d59cef..671f648a 100644 --- a/tools/crowtty/oranda.json +++ b/tools/crowtty/oranda.json @@ -1,5 +1,6 @@ { "components": { - "mdbook": false + "mdbook": false, + "changelog": false } } diff --git a/tools/dumbloader/oranda.json b/tools/dumbloader/oranda.json index 25d59cef..671f648a 100644 --- a/tools/dumbloader/oranda.json +++ b/tools/dumbloader/oranda.json @@ -1,5 +1,6 @@ { "components": { - "mdbook": false + "mdbook": false, + "changelog": false } } diff --git a/tools/f3repl/oranda.json b/tools/f3repl/oranda.json new file mode 100644 index 00000000..671f648a --- /dev/null +++ b/tools/f3repl/oranda.json @@ -0,0 +1,6 @@ +{ + "components": { + "mdbook": false, + "changelog": false + } +}