Skip to content

Commit 73983fa

Browse files
author
Joe Alves
committed
Assorted changes including tutorial replaced with documentation state
1 parent f90ae17 commit 73983fa

File tree

16 files changed

+18
-155
lines changed

16 files changed

+18
-155
lines changed

generated/browser/js/common/directives/navbar/navbar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ app.directive('navbar', function ($rootScope, AuthService, AUTH_EVENTS, $state)
99
scope.items = [
1010
{ label: 'Home', state: 'home' },
1111
{ label: 'About', state: 'about' },
12-
{ label: 'Tutorial', state: 'tutorial' },
12+
{ label: 'Documentation', state: 'docs' },
1313
{ label: 'Members Only', state: 'membersOnly', auth: true }
1414
];
1515

@@ -45,4 +45,4 @@ app.directive('navbar', function ($rootScope, AuthService, AUTH_EVENTS, $state)
4545

4646
};
4747

48-
});
48+
});

generated/browser/js/docs/docs.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<h3>
2+
Documentation can be found in
3+
<a target="_blank" href="https://github.com/FullstackAcademy/fsg/wiki/Getting-Started">the project's Github wiki</a>.
4+
</h3>

generated/browser/js/docs/docs.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
app.config(function ($stateProvider) {
2+
$stateProvider.state('docs', {
3+
url: '/docs',
4+
templateUrl: 'js/docs/docs.html'
5+
});
6+
});

generated/browser/js/tutorial/tutorial-section-menu/tutorial-section-menu.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

generated/browser/js/tutorial/tutorial-section-menu/tutorial-section-menu.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

generated/browser/js/tutorial/tutorial-section/tutorial-section.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

generated/browser/js/tutorial/tutorial-section/tutorial-section.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

generated/browser/js/tutorial/tutorial-video/tutorial-video.html

Lines changed: 0 additions & 6 deletions
This file was deleted.

generated/browser/js/tutorial/tutorial-video/tutorial-video.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

generated/browser/js/tutorial/tutorial.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)