aboutsummaryrefslogtreecommitdiffstats
path: root/link-docs.sh
diff options
context:
space:
mode:
authorMisko Hevery2012-04-28 22:45:28 -0700
committerMisko Hevery2012-05-04 16:12:17 -0700
commit8e2675029f5ca404a7c649cc161df3ea642d941f (patch)
tree6668342fb2c57360e06c9e36bfd4e5e6e08a52f5 /link-docs.sh
parentd0159454dfa2e1cee4dd4ab7a41c2fcf9e121a64 (diff)
downloadangular.js-8e2675029f5ca404a7c649cc161df3ea642d941f.tar.bz2
chore(docs): re-skin main documentation
Diffstat (limited to 'link-docs.sh')
-rwxr-xr-xlink-docs.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/link-docs.sh b/link-docs.sh
new file mode 100755
index 00000000..2d39f496
--- /dev/null
+++ b/link-docs.sh
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+./gen_docs.sh
+
+rm build/docs/index.html
+rm -rf build/docs/css
+rm -rf build/docs/js
+rm -rf build/docs/img
+rm -rf build/docs/examples
+
+cd build/docs
+
+ln -s ../../docs/src/templates/index.html
+ln -s ../../docs/src/templates/css
+ln -s ../../docs/src/templates/js
+ln -s ../../docs/img
+ln -s ../../docs/examples