Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
feat(docs): push docs to the repo (fixes #1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Sep 11, 2014
1 parent 44b7a4b commit cd6a925
Show file tree
Hide file tree
Showing 43 changed files with 5,322 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Expand Up @@ -7,7 +7,7 @@
bower_components/
node_modules/
/pages/
/docs/
/docs/1.0
/test/coverage/
!.gitignore
!dist/
!dist/
1 change: 1 addition & 0 deletions docs/bower_components
Binary file added docs/favicon.ico
Binary file not shown.
Binary file added docs/images/snippet-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/snippet.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/triangular-red.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/triangular.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
196 changes: 196 additions & 0 deletions docs/index.html
@@ -0,0 +1,196 @@
<!doctype html>
<!--[if lt IE 9]> <html class="no-js lt-ie9" lang="en" ng-app="mgcrea.ngStrapDocs"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" ng-app="mgcrea.ngStrapDocs"> <!--<![endif]-->
<head>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>AngularStrap - AngularJS 1.2+ native directives for Twitter Bootstrap 3.</title>
<meta name="description" content="AngularJS 1.2+ native directives for Twitter Bootstrap 3.">

<!-- Sets initial viewport load and disables zooming -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
<!-- Makes your prototype chrome-less once bookmarked to your phone's home screen -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> -->
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- Set a shorter title for iOS6 devices when saved to home screen -->
<meta name="apple-mobile-web-app-title" content="BootstrapSandbox">

<!-- Properties for Google+ snippets -->
<meta property="og:title" content="AngularStrap">
<meta property="og:description" content="AngularJS 1.2+ native directives for Twitter Bootstrap 3.">
<meta property="og:image" content="http://mgcrea.github.io/angular-strap/static/images/snippet-logo.png">
<!-- <meta property="og:image" content="http://mgcrea.github.io/angular-strap/static/images/snippet.png"> -->
<!-- <meta property="og:image" content="https://github.global.ssl.fastly.net/images/modules/logos_page/Octocat.png"> -->

<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/2.2.0/es5-shim.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.min.js"></script>
<![endif]-->

<link rel="author" href="https://plus.google.com/103156582871250188205">
<link rel="icon" href="http://angularjs.org/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="http://angularjs.org/favicon.ico" type="image/x-icon">

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<!-- <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css"> -->
<!-- <link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.css"> -->

<!-- build:css styles/libraries.min.css -->
<link rel="stylesheet" href="bower_components/highlightjs/styles/github.css">
<!-- endbuild -->

<!-- build:css styles/angular-motion.min.css -->
<link rel="stylesheet" href="bower_components/angular-motion/dist/angular-motion.css">
<!-- endbuild -->

<!-- build:css(.tmp) styles/bootstrap-additions.min.css -->
<link rel="stylesheet" href="styles/bootstrap-additions.css">
<!-- endbuild -->

<!-- build:css(.tmp) styles/main.min.css -->
<link rel="stylesheet" href="styles/main.css">
<!-- endbuild -->

</head>

<body ontouchstart ng-controller="MainCtrl">

<div ng-include="'views/navbar.html'"></div>
<div ng-include="'views/header.html'"></div>
<div ng-include="'views/sections/old-docs.html'"></div>

<div class="container bs-docs-container">
<div class="row">
<div class="col-md-2 hidden-sm hidden-xs">
<div ng-include="'views/affixed-sidebar.html'"></div>
</div>
<div class="col-md-10">
<div ng-include="'views/sections/getting-started.html'"></div>
<div id="directives">
<div ng-include="'modal/docs/modal.demo.html'"></div>
<div ng-include="'aside/docs/aside.demo.html'"></div>
<div ng-include="'alert/docs/alert.demo.html'"></div>
<div ng-include="'tooltip/docs/tooltip.demo.html'"></div>
<div ng-include="'popover/docs/popover.demo.html'"></div>
<div ng-include="'typeahead/docs/typeahead.demo.html'"></div>
<div ng-include="'datepicker/docs/datepicker.demo.html'"></div>
<div ng-include="'timepicker/docs/timepicker.demo.html'"></div>
<div ng-include="'button/docs/button.demo.html'"></div>
<div ng-include="'select/docs/select.demo.html'"></div>
<div ng-include="'tab/docs/tab.demo.html'"></div>
<div ng-include="'collapse/docs/collapse.demo.html'"></div>
<div ng-include="'dropdown/docs/dropdown.demo.html'"></div>
<div ng-include="'navbar/docs/navbar.demo.html'"></div>
<div ng-include="'scrollspy/docs/scrollspy.demo.html'"></div>
<div ng-include="'affix/docs/affix.demo.html'"></div>
</div>
</div>
</div>
</div>

<div ng-include="'views/footer.html'"></div>

<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.23/angular.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.23/angular-sanitize.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.23/angular-animate.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.23/angular-route.min.js"></script>
<!-- <script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-sanitize/angular-sanitize.js"></script>
<script src="bower_components/angular-animate/angular-animate.js"></script>
<script src="bower_components/angular-route/angular-route.js"></script> -->
<!-- build:js scripts/libraries.min.js -->
<script src="bower_components/fastclick/lib/fastclick.js"></script>
<script src="bower_components/highlightjs/highlight.pack.js"></script>
<!-- endbuild -->

<!-- build:lib(src) scripts/angular-strap.min.js -->
<script src="module.js"></script>
<script src="helpers/raf.js"></script>
<script src="helpers/dimensions.js"></script>
<script src="helpers/debounce.js"></script>
<script src="helpers/parse-options.js"></script>
<script src="helpers/date-parser.js"></script>
<script src="modal/modal.js"></script>
<script src="aside/aside.js"></script>
<script src="alert/alert.js"></script>
<script src="button/button.js"></script>
<script src="select/select.js"></script>
<script src="datepicker/datepicker.js"></script>
<script src="timepicker/timepicker.js"></script>
<script src="navbar/navbar.js"></script>
<script src="tooltip/tooltip.js"></script>
<script src="popover/popover.js"></script>
<script src="dropdown/dropdown.js"></script>
<script src="typeahead/typeahead.js"></script>
<script src="scrollspy/scrollspy.js"></script>
<script src="affix/affix.js"></script>
<script src="tab/tab.js"></script>
<script src="collapse/collapse.js"></script>
<!-- endbuild -->

<!-- build:lib scripts/angular-strap.tpl.min.js -->
<script src="scripts/angular-strap.tpl.js"></script>
<!-- endbuild -->

<!-- build:js scripts/docs.min.js -->
<script src="scripts/angular-plunkr.js"></script>
<script src="scripts/app.js"></script>
<!-- endbuild -->

<!-- build:lib scripts/docs.tpl.min.js -->
<script src="scripts/docs.tpl.js"></script>
<!-- endbuild -->

<!-- build:lib scripts/demo.tpl.min.js -->
<script src="scripts/demo.tpl.js"></script>
<!-- endbuild -->

<!-- build:js(src) scripts/demo.min.js -->
<script src="modal/docs/modal.demo.js"></script>
<script src="aside/docs/aside.demo.js"></script>
<script src="alert/docs/alert.demo.js"></script>
<script src="button/docs/button.demo.js"></script>
<script src="select/docs/select.demo.js"></script>
<script src="datepicker/docs/datepicker.demo.js"></script>
<script src="timepicker/docs/timepicker.demo.js"></script>
<script src="tooltip/docs/tooltip.demo.js"></script>
<script src="popover/docs/popover.demo.js"></script>
<script src="dropdown/docs/dropdown.demo.js"></script>
<script src="typeahead/docs/typeahead.demo.js"></script>
<script src="tab/docs/tab.demo.js"></script>
<script src="collapse/docs/collapse.demo.js"></script>
<!-- endbuild -->

<!-- Analytics
================================================== -->

<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1813303-8', 'mgcrea.github.io');
ga('send', 'pageview');
</script>

<!-- Socials
================================================== -->

<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>

</body>

</html>

0 comments on commit cd6a925

Please sign in to comment.