Creating a resources folder for use by examples and API docs
This commit is contained in:
8
doc/template/tmpl/layout.tmpl
vendored
8
doc/template/tmpl/layout.tmpl
vendored
@@ -11,9 +11,9 @@
|
||||
<![endif]-->
|
||||
<link type="text/css" rel="stylesheet" href="styles/prettify-jsdoc.css">
|
||||
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
|
||||
<link rel="stylesheet" href="../examples/bootstrap/css/bootstrap.min.css" type="text/css">
|
||||
<link rel="stylesheet" href="../examples/examples.css" type="text/css">
|
||||
<link rel="stylesheet" href="../examples/bootstrap/css/bootstrap-responsive.min.css" type="text/css">
|
||||
<link rel="stylesheet" href="../resources/bootstrap/css/bootstrap.min.css" type="text/css">
|
||||
<link rel="stylesheet" href="../resources/layout.css" type="text/css">
|
||||
<link rel="stylesheet" href="../resources/bootstrap/css/bootstrap-responsive.min.css" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -49,6 +49,6 @@ allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></
|
||||
</div>
|
||||
|
||||
<script> prettyPrint(); </script>
|
||||
<script src="../examples/social-links.js" type="text/javascript"></script>
|
||||
<script src="../resources/social-links.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user