removing mkdocs scripts
This commit is contained in:
parent
5f20ced353
commit
fbb09a7f1e
2 changed files with 0 additions and 18 deletions
|
@ -1,10 +0,0 @@
|
|||
#! /bin/sh
|
||||
|
||||
cd /vagrant
|
||||
echo "Stopping any running Mkdocs servers."
|
||||
pkill mkdocs
|
||||
echo "Building Mkdocs documentation."
|
||||
mkdocs build --clean -q > /dev/null
|
||||
echo "Launching Mkdocs server."
|
||||
mkdocs serve > /dev/null 2>&1 &
|
||||
echo "Visit http://localhost:8888 to see the LibreTime documentation."
|
Loading…
Add table
Add a link
Reference in a new issue