File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ # mkdocs order button
2
+
3
+ MKDocs plugin for order electric parts.
4
+
5
+ [ Demo] ( https://ouxt-polaris.github.io/mkdocs_order_button/ )
6
+
7
+ ## How to use
8
+ 1 . install this plugin from pypi
9
+
10
+ e.g
11
+ ``` sh
12
+ pip3 install mkdocs_order_button
13
+ ```
14
+
15
+ 1 . add this plugin to your mkdocs.yaml
16
+
17
+ ``` yaml
18
+ plugins :
19
+ - akizukidenshi_order_button
20
+ ` ` `
21
+
22
+ 2. Just write these line in your markdown file.
23
+
24
+ ` ` `
25
+ @akizuki_denshi_order_button(./kibot_output/bom/miniv_motor_controller_board-bom.xml)
26
+ ```
27
+
28
+ ./kibot_output/bom/miniv_motor_controller_board-bom.xml is a relative path to the KiCAD XML BOM file.
29
+
30
+ I export this file by using [ KiBot.] ( https://kibot.readthedocs.io/en/latest/configuration/outputs/kibom.html )
You can’t perform that action at this time.
0 commit comments