Skip to content

Commit 40746d1

Browse files
committed
add README
Signed-off-by: Masaya Kataoka <[email protected]>
1 parent ec9d5f0 commit 40746d1

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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)

0 commit comments

Comments
 (0)