Skip to content

Commit

Permalink
fix(site): modernize oranda config
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Sep 27, 2023
1 parent 40576d9 commit 427f672
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions oranda.json
@@ -1,18 +1,29 @@
{
"build": {
"additional_pages": {
"Benchmarks": "./BENCHMARKS.md",
"Contributing": "./CONTRIBUTING.md"
"Benchmarks": "./BENCHMARKS.md",
"Contributing": "./CONTRIBUTING.md"
},
"static_dir": "assets"
},
"styles": {
"favicon": "./assets/favicon.ico"
},
"components": {
"funding": {
"preferred_funding": "github"
},
"mdbook": {
"path": "./book/book"
},
"favicon": "./assets/favicon.ico",
"changelog": true,
"md_book": "./book/book",
"static_dir": "assets",
"artifacts": {
"cargo_dist": true,
"package_managers": {
"npm": "npm install -g orogene",
"npx": "npx oro -h",
"crates.io": "cargo install orogene"
"package_managers": {
"preferred": {
"npm": "npm install -g orogene",
"npx": "npx oro -h",
"crates.io": "cargo install orogene"
}
}
}
}
}

0 comments on commit 427f672

Please sign in to comment.