diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..359bb53 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/markdocs.iml b/.idea/markdocs.iml new file mode 100644 index 0000000..f3739dd --- /dev/null +++ b/.idea/markdocs.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..71005d3 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..f5645d2 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/docs/installer/mac/arduino-ide_2.3.6_macOS_64bit.dmg b/docs/installer/mac/arduino-ide_2.3.6_macOS_64bit.dmg deleted file mode 100644 index 29fcc44..0000000 Binary files a/docs/installer/mac/arduino-ide_2.3.6_macOS_64bit.dmg and /dev/null differ diff --git a/docs/installer/win/arduino-ide_2.3.3_Windows_64bit.exe b/docs/installer/win/arduino-ide_2.3.3_Windows_64bit.exe deleted file mode 100644 index 3f0def6..0000000 Binary files a/docs/installer/win/arduino-ide_2.3.3_Windows_64bit.exe and /dev/null differ diff --git a/docs/软件安装与库文件设置.md b/docs/软件安装与库文件设置.md index baf3116..0cce96b 100644 --- a/docs/软件安装与库文件设置.md +++ b/docs/软件安装与库文件设置.md @@ -1,4 +1,4 @@ ## 软件安装 -- [👇arduinoIDE(windows系统)](./installer/win/arduino-ide_2.3.3_Windows_64bit.exe) -- [👇arduinoIDE(mac系统)](./installer/mac/arduino-ide_2.3.6_macOS_64bit.dmg) +- [👇arduinoIDE(windows系统)](http://Hugemaker.quickconnect.cn/d/s/10ukAFnVfhVr5mp1V9PfCNJ3z6ioveTg/xjsn90jbO2miAYcc20e3xXF9V9JY0iZh-fL-gn2GqUAw) +- [👇arduinoIDE(mac系统)](http://Hugemaker.quickconnect.cn/d/s/13YHfpV0RZDcQjdsTEq1FlVPQqybmPcG/ScWuIXLGjquFAkJQiNQTW2WPwUzs4aje-vr8gTZKqUAw) ## 软件界面设置 \ No newline at end of file diff --git a/main.py b/main.py new file mode 100644 index 0000000..5ef7a8f --- /dev/null +++ b/main.py @@ -0,0 +1,5 @@ +import os +import subprocess + +# 运行 mkdocs serve 命令 +subprocess.run(['mkdocs', 'serve']) diff --git a/mkdocs.yml b/mkdocs.yml index 0942859..2c5e6b1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,8 +8,6 @@ repo_name: '/doc' repo_url: nav: - - 简介: - - 介绍: index.md - arduino: - 软件安装与配置: 软件安装与库文件设置.md - arduino内置函数: