fixed paths in some rather unknown files
This commit is contained in:
parent
8477b5eb04
commit
98724b8641
23
mkdocs.yml
23
mkdocs.yml
|
@ -1,12 +1,11 @@
|
||||||
---
|
---
|
||||||
site_name: iot-platform
|
site_name: iot-backend
|
||||||
site_description: IoT platform for analyzing open lab resource consumption and machine status
|
site_description: An Open-Source prototype for collecting, working with and displaying sensor data from MQTT enabled IoT devices.
|
||||||
site_url: https://iot-platform.curious.bio/
|
repo_name: iot-backend
|
||||||
repo_name: iot-platform
|
repo_url: https://code.curious.bio/curious.bio/iot-backend
|
||||||
repo_url: https://code.curious.bio/curious.bio/iot-platform
|
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Home: documents/index.md
|
- Home: README.md
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
logo: images/logos/iot-platform.svg
|
logo: images/logos/iot-platform.svg
|
||||||
|
@ -65,17 +64,5 @@ markdown_extensions:
|
||||||
- pymdownx.tasklist:
|
- pymdownx.tasklist:
|
||||||
custom_checkbox: true
|
custom_checkbox: true
|
||||||
|
|
||||||
extra:
|
|
||||||
homepage: https://iot-platform.curious.bio/
|
|
||||||
social:
|
|
||||||
- icon: fontawesome/brands/comments-alt
|
|
||||||
link: https://matrix.to/#/#iot-platform:curious.bio
|
|
||||||
- icon: fontawesome/brands/mastodon
|
|
||||||
link: https://social.curious.bio/@iot-platform
|
|
||||||
generator: false
|
|
||||||
|
|
||||||
extra_css:
|
|
||||||
- stylesheets/extra.css
|
|
||||||
|
|
||||||
copyright: >
|
copyright: >
|
||||||
Copyright © 2023 Curious Community Labs e. V.
|
Copyright © 2023 Curious Community Labs e. V.
|
||||||
|
|
36
okh.toml
36
okh.toml
|
@ -1,48 +1,22 @@
|
||||||
okhv = "OKH-LOSHv1.0"
|
okhv = "OKH-LOSHv1.0"
|
||||||
|
|
||||||
name = "iot-platform"
|
name = "iot-backend"
|
||||||
function = "IoT platform for analyzing open lab resource consumption and machine status"
|
function = "IoT backend for analyzing open lab resource consumption and machine status"
|
||||||
image = ""
|
image = ""
|
||||||
|
|
||||||
version = "0.1"
|
version = "0.1"
|
||||||
repo = "https://code.curious.bio/curious.bio/iot-platform"
|
repo = "https://code.curious.bio/curious.bio/iot-backend"
|
||||||
release = "https://code.curious.bio/curious.bio/iot-platform/releases"
|
release = "https://code.curious.bio/curious.bio/iot-backend/releases"
|
||||||
|
|
||||||
license = "CERN-OHL-S-2.0"
|
license = "CERN-OHL-S-2.0"
|
||||||
licensor = "Curious Community Labs e. V."
|
licensor = "Curious Community Labs e. V."
|
||||||
|
|
||||||
readme = "/README.md"
|
readme = "/README.md"
|
||||||
user-manual = "/docs/documents/usage/getting-started.md"
|
|
||||||
manufacturing-instructions = "/docs/documents/hardware/manufacturing.md"
|
|
||||||
contribution-guide = "/docs/documents/contribute/development.md"
|
|
||||||
|
|
||||||
documentation-language = "en"
|
documentation-language = "en"
|
||||||
technology-readiness-level = "OTRL-5"
|
technology-readiness-level = "OTRL-5"
|
||||||
documentation-readiness-level = "ODRL-3*"
|
documentation-readiness-level = "ODRL-3*"
|
||||||
|
|
||||||
bom = "/hardware/BOM.csv"
|
|
||||||
source = ["/hardware/case/iot-platform-case.csg"]
|
|
||||||
|
|
||||||
tsdc = ["3DP", "PCB", "STD"]
|
|
||||||
|
|
||||||
[[software]]
|
[[software]]
|
||||||
release = "0.1"
|
release = "0.1"
|
||||||
installation-guide = "/docs/documents/usage/getting_started.md"
|
installation-guide = "/README.md"
|
||||||
|
|
||||||
[[part]]
|
|
||||||
name = "Case"
|
|
||||||
image = ""
|
|
||||||
tsdc = "3DP"
|
|
||||||
source = "/hardware/case/iot-platform-case.csg"
|
|
||||||
export = ["/hardware/case/iot-platform-case.stl"]
|
|
||||||
outer-dimension-dim = "mm"
|
|
||||||
outer-dimension = "cube(size = [350,150,150])"
|
|
||||||
|
|
||||||
[[part]]
|
|
||||||
name = "Board"
|
|
||||||
image = ""
|
|
||||||
tsdc = "PCB"
|
|
||||||
source = "/hardware/board/iot-platform-board.kicad_pro"
|
|
||||||
export = ["/hardware/board/iot-platform-board.pdf"]
|
|
||||||
outer-dimension-dim = "mm"
|
|
||||||
outer-dimension = "cube(size = [100,65,10])"
|
|
||||||
|
|
Loading…
Reference in a new issue