Skip to content

Commit

Permalink
update document (#374)
Browse files Browse the repository at this point in the history
* update kibot.yaml

Signed-off-by: Masaya Kataoka <[email protected]>

* update document

Signed-off-by: Masaya Kataoka <[email protected]>

---------

Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 authored Dec 6, 2024
1 parent 687aed8 commit 1218c7a
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker/kicad/kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ outputs:
group_fields: Value,Footprint,Datasheet
extra_data_file: "%F.xml"
dir: /workspace/bom
- name: output CSV BoM
type: bom
options:
format: XML
dir: /workspace/bom
- name: Make zipfile of the gerber and drill file.
type: compress
dir: /workspace/zip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ Under development.
<iframe src="../kibot_output/bom/computer_sensor_board-ibom.html" width="100%" height="500px" style="border: none;"></iframe>

[Open with fullscreen](kibot_output/bom/computer_sensor_board-ibom.html){ .md-button .md-button--primary }

@akizuki_denshi_order_button(./kibot_output/bom/computer_sensor_board-bom.xml)
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ Under development.
<iframe src="../kibot_output/bom/miniv_motor_controller_board-ibom.html" width="100%" height="500px" style="border: none;"></iframe>

[Open with fullscreen](kibot_output/bom/miniv_motor_controller_board-ibom.html){ .md-button .md-button--primary }

@akizuki_denshi_order_button(./kibot_output/bom/miniv_motor_controller_board-bom.xml)
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ theme:

# Plugins
plugins:
- akizukidenshi_order_button
- github-dashboard
- search
- inline-select-svg
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ dependencies = [
"python-github-api>=0.1.1",
"python-markdown-math>=0.8",
"mkdocs-inline-select-svg-plugin>=0.1.0",
"mkdocs-order-button>=0.1.0",
]
18 changes: 18 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1218c7a

Please sign in to comment.