Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Enable changelog content for the overview, disable elsewhere #247

Merged
merged 1 commit into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
}
Loading