mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
removed docs created with doc.md, these docs were completly useless
This commit is contained in:
parent
bfbdac10d3
commit
3c8ee3df20
21 changed files with 1 additions and 765 deletions
|
@ -1,24 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
#Move to the folder where ep-lite is installed
|
||||
cd `dirname $0`
|
||||
|
||||
#Was this script started in the bin folder? if yes move out
|
||||
if [ -d "../bin" ]; then
|
||||
cd "../"
|
||||
fi
|
||||
|
||||
hash node > /dev/null 2>&1 || {
|
||||
echo "You need to install node!" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
hash doc.md > /dev/null 2>&1 || {
|
||||
echo "You need to install doc.md! npm install -g doc.md" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
echo "empty doc folder..."
|
||||
rm -rf doc/jsdoc/*
|
||||
|
||||
doc.md node doc/jsdoc
|
Loading…
Add table
Add a link
Reference in a new issue