Skip to content

Commit

Permalink
Removing cinder from git
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Jun 23, 2019
1 parent dc29fec commit 30832a7
Show file tree
Hide file tree
Showing 48 changed files with 19 additions and 6,542 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ site/
docs/css/mumuki-styles.css
docs/js/mulang.js
docs/js/mumuki-styles.js
docs/themes/cinder/**
25 changes: 18 additions & 7 deletions docs/devinit
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,31 @@ command -v unzip >/dev/null 2>&1 || {
DOCSDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

echo "[Mulang::Docs] Cleaning up resources..."
rm -f ${DOCSDIR}/js/mulang.js
rm -f ${DOCSDIR}/js/mumuk-styles.js
rm -f ${DOCSDIR}/css/mumuki-styles.js
rm -f ${DOCSDIR}/js/mulang.js
rm -f ${DOCSDIR}/js/mumuk-styles.js
rm -f ${DOCSDIR}/css/mumuki-styles.js
rm -rf ${DOCSDIR}/themes/cinder/

echo "[Mulang::Docs] Installing mulang.js..."
TMPFILE=mulang.js.zip
wget https://github.com/mumuki/mulang/releases/download/v4.2.0/mulang.js.zip -O ${TMPFILE}
unzip -d ${DOCSDIR}/js ${TMPFILE}
rm ${TMPFILE}
MULANG_TMPFILE=mulang.js.zip
MULANG_VERSION=4.2.0
wget https://github.com/mumuki/mulang/releases/download/v${MULANG_VERSION}/mulang.js.zip -O ${MULANG_TMPFILE}
unzip -d ${DOCSDIR}/js ${MULANG_TMPFILE}
rm ${MULANG_TMPFILE}

echo "[Mulang::Docs] Installing mumuki-styles..."
wget https://raw.githubusercontent.com/mumuki/mumuki-styles/master/dist/css/mumuki-styles.css -O ${DOCSDIR}/css/mumuki-styles.css
wget https://raw.githubusercontent.com/mumuki/mumuki-styles/master/dist/javascripts/mumuki-styles.js -O ${DOCSDIR}/js/mumuki-styles.js

echo "[Mulang::Docs] Installing cinder theme..."
CINDER_TMPFILE=cinder.zip
CINDER_VERSION=0.17.0
wget https://github.com/chrissimpkins/cinder/archive/v${CINDER_VERSION}.zip -O ${CINDER_TMPFILE}
unzip ${CINDER_TMPFILE} "cinder-${CINDER_VERSION}/cinder/*" -d ${DOCSDIR}/themes/
mv ${DOCSDIR}/themes/cinder-${CINDER_VERSION}/cinder/ ${DOCSDIR}/themes/
rmdir ${DOCSDIR}/themes/cinder-${CINDER_VERSION}/
rm ${CINDER_TMPFILE}

echo "[Mulang::Docs] Building the docs for first time..."
mkdocs build

Expand Down
File renamed without changes.
13 changes: 0 additions & 13 deletions docs/themes/cinder/404.html

This file was deleted.

142 changes: 0 additions & 142 deletions docs/themes/cinder/base.html

This file was deleted.

9 changes: 0 additions & 9 deletions docs/themes/cinder/content.html

This file was deleted.

Loading

0 comments on commit 30832a7

Please sign in to comment.