Skip to content

Commit 3c728a2

Browse files
committed
add project templates section to docs
1 parent 25615f8 commit 3c728a2

5 files changed

Lines changed: 31 additions & 7 deletions

File tree

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"version": "2.0.0",
44
"main": [
55
"scss/base.scss",
6-
"dist/js/base-apps.js",
7-
"dist/js/base-apps-templates.js"
6+
"dist/js/base-apps.js"
87
],
98
"dependencies": {
109
"viewport-units-buggyfill": "~0.4.1",

docs/partials/component-list.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<li class="title">Setup</li>
66
<li ui-sref-active="is-active"><a ui-sref="installation">Installation</a></li>
77
<li ui-sref-active="is-active"><a ui-sref="migration">Foundation for Apps Migration</a></li>
8+
<li ui-sref-active="is-active"><a ui-sref="templates">Project Templates</a></li>
89
<li ui-sref-active="is-active"><a ui-sref="compatibility">Compatibility</a></li>
910
<li ui-sref-active="is-active"><a ui-sref="changelog">Changelog</a></li>
1011
</ul>

docs/partials/global-nav.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ <h1><a><strong>Angular Base Apps <version></strong></a></h1>
55
</li>
66
</ul>
77
<ul class="right">
8-
<li>
9-
<a class="current" href="https://base-apps.github.io/angular-base-apps">Docs</a>
10-
</li>
8+
<li><a ui-sref-active="current" ui-sref="templates">Templates</a></li>
119
<li><a href="https://github.com/base-apps/angular-base-apps">GitHub</a></li>
1210
</ul>
1311
</nav>

docs/templates/installation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ <h3 class="subheader">Ready to make sweet web apps? Install our Sass and JavaScr
1313
<section>
1414
<h3>Quick Setup</h3>
1515

16-
<p>Use our pre-built template to get your next app up and running fast! The template includes all the tools necessary to build production quality apps out of the gate.</p>
16+
<p>Use our pre-built templates to get your next app up and running fast! The templates includes all the tools necessary to build production quality apps out of the gate.</p>
1717

18-
<a class="button" href="https://github.com/base-apps/angular-base-apps-template">Get Started!</a>
18+
<a class="button" ui-sref="templates">Get Started!</a>
1919
</section>
2020

2121
<hr>

docs/templates/templates.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: templates
3+
url: /templates
4+
title: Templates
5+
---
6+
7+
<h2>Project Templates</h2>
8+
<h3 class="subheader">Use our pre-built templates to get your next app up and running fast!</h3>
9+
10+
<hr />
11+
12+
<h3>Basic Template</h3>
13+
14+
<p>A basic starter project powered by <a href="https://babeljs.io/">Babel</a> and <a href="http://brunch.io/">Brunch</a>.</p>
15+
16+
<a class="button" href="http://base-apps.github.io/angular-base-apps/templates/angular-base-apps-template">View Template</a>
17+
<a class="button secondary" href="https://github.com/base-apps/angular-base-apps-template">Read Setup</a>
18+
19+
<hr />
20+
21+
<h3>Basic Template with Firebase</h3>
22+
23+
<p>Expands the Basic Template by including <a href="https://firebase.google.com/">Firebase</a> integration.</p>
24+
25+
<a class="button" href="http://base-apps.github.io/angular-base-apps/templates/angular-firebase-template">View Template</a>
26+
<a class="button secondary" href="https://github.com/base-apps/angular-firebase-template">Read Setup</a>

0 commit comments

Comments
 (0)