aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/index.html
diff options
context:
space:
mode:
authorIgor Minar2011-01-10 21:03:50 -0800
committerIgor Minar2011-01-10 21:03:50 -0800
commit4f5d5029c278fdecd7a80b217bfc21461e30abe8 (patch)
tree58c5c99629179cd0984b4ea6cd2cbf53f9d3cd3a /docs/src/templates/index.html
parentf534def0c63a8dddd5ce7ddc92363a26b66bac54 (diff)
downloadangular.js-4f5d5029c278fdecd7a80b217bfc21461e30abe8.tar.bz2
offline docs
- freezing syntaxhighlighter and jquery under docs/src/templates/ - for jquery I just used a symlink to lib/jquery not an ideal solution but writer.js is not very flexible and I didn't want to mess with it - changed docs' index.html to point to the local resources
Diffstat (limited to 'docs/src/templates/index.html')
-rw-r--r--docs/src/templates/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html
index 64b73bfc..aeeb8980 100644
--- a/docs/src/templates/index.html
+++ b/docs/src/templates/index.html
@@ -9,13 +9,13 @@
<link rel="stylesheet" href="doc_widgets.css" type="text/css" />
<link rel="stylesheet" href="docs.css" type="text/css"/>
- <link rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shCore.css" type="text/css"/>
- <link rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css" type="text/css"/>
+ <link rel="stylesheet" href="syntaxhighlighter/shCore.css" type="text/css"/>
+ <link rel="stylesheet" href="syntaxhighlighter/shThemeDefault.css" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
- <script src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js"></script>
- <script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJScript.js"></script>
- <script src="http://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js"></script>
+ <script src="jquery.min.js"></script>
+ <script src="syntaxhighlighter/shCore.js"></script>
+ <script src="syntaxhighlighter/shBrushJScript.js"></script>
+ <script src="syntaxhighlighter/shBrushXml.js"></script>
<script src="../angular.min.js" ng:autobind></script>
<script src="docs.js"></script>