Skip to content

Commit

Permalink
docs: allowing orand to get project info from cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetit committed Aug 14, 2023
1 parent 03264d4 commit c94d7e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ version = "0.5.0"
authors = ["Benoit Petit <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
description = "Electrical power consumption measurement agent."
description = "Electric power/energy consumption monitoring agent."
repository = "https://github.com/hubblo-org/scaphandre"
readme = "README.md"
homepage = "https://hubblo-org.github.io/scaphandre-documentation"
homepage = "https://scaphandre.hubblo.org"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
6 changes: 1 addition & 5 deletions oranda.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"project" : {
"homepage": "https://scaphandre.hubblo.org",
"repository": "https://github.com/hubblo-org/scaphandre"
},
"styles": {
"theme": "light",
"favicon": "https://raw.githubusercontent.com/hubblo-org/scaphandre/dev/docs_src/scaphandre.small.cleaned.png"
Expand All @@ -20,4 +16,4 @@
}
}
}


0 comments on commit c94d7e6

Please sign in to comment.