Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
cleanup docs with new directives
Browse files Browse the repository at this point in the history
  • Loading branch information
timlevett committed Dec 21, 2015
1 parent 4112eac commit b220a1e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/js/app-config.js
Expand Up @@ -29,7 +29,7 @@ define(['angular'], function(angular) {
'feedbackURL' : 'https://my.wisc.edu/portal/p/feedback',
'helpdeskURL' : 'https://kb.wisc.edu/helpdesk/',
'myuwHome' : 'https://my.wisc.edu',
'rootURL' : '/uw-frame/',
'rootURL' : '#/',
'logoutURL' : 'https://github.com/UW-Madison-DoIT/uw-frame',
})
.constant('FOOTER_URLS', [
Expand Down
2 changes: 0 additions & 2 deletions docs/markdown/directives.md
Expand Up @@ -74,8 +74,6 @@ Displays a button that looks like a circle with a fa-icon in the middle, and a t

<a href='#/demo' class='btn btn-flat btn-sm'>See Demo here</a>

<a href='demo' class='btn btn-flat btn-sm'>See Demo here</a>

## Loading Gif

Shows loading gif when the length of said array is 0 and empty is not set
Expand Down
2 changes: 1 addition & 1 deletion docs/markdown/versions.md
Expand Up @@ -4,4 +4,4 @@ Here are all the different versions of our documentation and our application. We

+ [1.4.0](http://uw-madison-doit.github.io/uw-frame/1.4.0/)

Looking for how to release? Find that [here](http://uw-madison-doit.github.io/uw-frame/latest/#/md/releasing)
Looking for how to release? Look at the latest [Releasing](http://uw-madison-doit.github.io/uw-frame/latest/#/md/releasing) document.
6 changes: 1 addition & 5 deletions docs/my-app/home/partials/demo.html
@@ -1,8 +1,4 @@
<frame-page app-header-title='Demo Page'
app-header-description='Here you will find examples and documentation of the features of the uw-frame'
app-header-collapse='true'
app-header-toggle='true'
app-header-image='img/terrace.jpg'>
<frame-page app-title='Demo Page'>
<div style='padding : 0 10px 0'>
<a href='#/home' class='btn btn-flat btn-sm'>< Back to Home</a>
<ul class="row" style='margin : 10px; padding : 0;'>
Expand Down
6 changes: 1 addition & 5 deletions docs/my-app/home/partials/doc-home.html
@@ -1,8 +1,4 @@
<frame-page app-header-title='uw-frame Docs Home'
app-header-description='Here you will find examples and documentation of the features of the uw-frame'
app-header-collapse='true'
app-header-toggle='true'
app-header-image='img/terrace.jpg'>
<frame-page app-title='uw-frame - docs home'>
<div style='padding : 0 10px 0;'>
<div marked src="'markdown/home.md'"></div>
</div>
Expand Down
5 changes: 1 addition & 4 deletions docs/my-app/home/partials/md.html
@@ -1,7 +1,4 @@
<frame-page app-header-title='uw-frame - {{title}}'
app-header-collapse='true'
app-header-toggle='false'
app-header-image='img/square.jpg'>
<frame-page app-title='uw-frame - {{title}}'>
<div style='padding : 0 10px 0;'>
<a href='#/home' class='btn btn-flat btn-sm'>< Back to Home</a>
<div style='padding: 0 10px 0;' marked src="filename"></div>
Expand Down

0 comments on commit b220a1e

Please sign in to comment.