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_description: IoT platform for analyzing open lab resource consumption and machine status
|
||||
site_url: https://iot-platform.curious.bio/
|
||||
repo_name: iot-platform
|
||||
repo_url: https://code.curious.bio/curious.bio/iot-platform
|
||||
site_name: iot-backend
|
||||
site_description: An Open-Source prototype for collecting, working with and displaying sensor data from MQTT enabled IoT devices.
|
||||
repo_name: iot-backend
|
||||
repo_url: https://code.curious.bio/curious.bio/iot-backend
|
||||
|
||||
nav:
|
||||
- Home: documents/index.md
|
||||
- Home: README.md
|
||||
|
||||
theme:
|
||||
logo: images/logos/iot-platform.svg
|
||||
|
@ -65,17 +64,5 @@ markdown_extensions:
|
|||
- pymdownx.tasklist:
|
||||
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 © 2023 Curious Community Labs e. V.
|
||||
|
|
36
okh.toml
36
okh.toml
|
@ -1,48 +1,22 @@
|
|||
okhv = "OKH-LOSHv1.0"
|
||||
|
||||
name = "iot-platform"
|
||||
function = "IoT platform for analyzing open lab resource consumption and machine status"
|
||||
name = "iot-backend"
|
||||
function = "IoT backend for analyzing open lab resource consumption and machine status"
|
||||
image = ""
|
||||
|
||||
version = "0.1"
|
||||
repo = "https://code.curious.bio/curious.bio/iot-platform"
|
||||
release = "https://code.curious.bio/curious.bio/iot-platform/releases"
|
||||
repo = "https://code.curious.bio/curious.bio/iot-backend"
|
||||
release = "https://code.curious.bio/curious.bio/iot-backend/releases"
|
||||
|
||||
license = "CERN-OHL-S-2.0"
|
||||
licensor = "Curious Community Labs e. V."
|
||||
|
||||
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"
|
||||
technology-readiness-level = "OTRL-5"
|
||||
documentation-readiness-level = "ODRL-3*"
|
||||
|
||||
bom = "/hardware/BOM.csv"
|
||||
source = ["/hardware/case/iot-platform-case.csg"]
|
||||
|
||||
tsdc = ["3DP", "PCB", "STD"]
|
||||
|
||||
[[software]]
|
||||
release = "0.1"
|
||||
installation-guide = "/docs/documents/usage/getting_started.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])"
|
||||
installation-guide = "/README.md"
|
||||
|
|
Loading…
Reference in a new issue