Skip to content

Commit

Permalink
docs: Enable changelog content for the overview, disable elsewhere (#247
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmunns authored Aug 25, 2023
1 parent c936df4 commit 9cbbee2
Show file tree
Hide file tree
Showing 17 changed files with 52 additions and 25 deletions.
2 changes: 1 addition & 1 deletion oranda-workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
"homepage": "https://mnemos.dev",
"license": "MIT OR Apache-2.0"
}
}
}
24 changes: 13 additions & 11 deletions oranda.json
Original file line number Diff line number Diff line change
@@ -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:/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:/tosc-rs/mnemos",
"homepage": "https://mnemos.dev",
"license": "MIT OR Apache-2.0"
},
"components": {
"changelog": {
"read_changelog_file": false
}
}
}
}
3 changes: 2 additions & 1 deletion platforms/allwinner-d1/core/oranda.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"components": {
"mdbook": false
"mdbook": false,
"changelog": false
}
}
3 changes: 2 additions & 1 deletion platforms/beepy/oranda.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"components": {
"mdbook": false
"mdbook": false,
"changelog": false
}
}
3 changes: 2 additions & 1 deletion platforms/melpomene/oranda.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"components": {
"mdbook": false
"mdbook": false,
"changelog": false
}
}
6 changes: 6 additions & 0 deletions platforms/pomelo/oranda.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"components": {
"mdbook": false,
"changelog": false
}
}
3 changes: 2 additions & 1 deletion source/abi/oranda.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"components": {
"mdbook": false
"mdbook": false,
"changelog": false
}
}
3 changes: 2 additions & 1 deletion source/alloc/oranda.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"components": {
"mdbook": false
"mdbook": false,
"changelog": false
}
}
3 changes: 2 additions & 1 deletion source/forth3/oranda.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"components": {
"mdbook": false
"mdbook": false,
"changelog": false
}
}
3 changes: 2 additions & 1 deletion source/kernel/oranda.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"name": "kernel"
},
"components": {
"mdbook": false
"mdbook": false,
"changelog": false
}
}
3 changes: 2 additions & 1 deletion source/mstd/oranda.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"components": {
"mdbook": false
"mdbook": false,
"changelog": false
}
}
3 changes: 2 additions & 1 deletion source/sermux-proto/oranda.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"components": {
"mdbook": false
"mdbook": false,
"changelog": false
}
}
3 changes: 2 additions & 1 deletion source/spitebuf/oranda.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"components": {
"mdbook": false
"mdbook": false,
"changelog": false
}
}
3 changes: 2 additions & 1 deletion source/trace-proto/oranda.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"components": {
"mdbook": false
"mdbook": false,
"changelog": false
}
}
3 changes: 2 additions & 1 deletion tools/crowtty/oranda.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"components": {
"mdbook": false
"mdbook": false,
"changelog": false
}
}
3 changes: 2 additions & 1 deletion tools/dumbloader/oranda.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"components": {
"mdbook": false
"mdbook": false,
"changelog": false
}
}
6 changes: 6 additions & 0 deletions tools/f3repl/oranda.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"components": {
"mdbook": false,
"changelog": false
}
}

0 comments on commit 9cbbee2

Please sign in to comment.