1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

initial oranda setup

This commit is contained in:
Terts Diepraam 2023-07-05 16:00:16 +02:00
parent 844eefe961
commit 357dd5fd88
4 changed files with 29 additions and 0 deletions

13
oranda.json Normal file
View file

@ -0,0 +1,13 @@
{
"project": {
"name": "uutils coreutils"
},
"components": {
"changelog": true
},
"styles": {
"theme": "light",
"logo": "docs/src/logo.svg",
"additional_css": ["docs/src/oranda.css"]
}
}