This website requires JavaScript.
Explore
Help
Register
Sign In
10classroom
/
doc
mirror of
http://git.sairate.top/sairate/doc.git
Watch
6
Star
0
Fork
You've already forked doc
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5893d133c2
doc
/
notebook
/
start.py
6 lines
94 B
Python
Raw
Blame
History
import
os
import
subprocess
# 运行 mkdocs serve 命令
subprocess
.
run
(
[
'
mkdocs
'
,
'
serve
'
]
)
Reference in New Issue
View Git Blame
Copy Permalink