Skip to content

Commit

Permalink
Updated Documentation Links
Browse files Browse the repository at this point in the history
Changed all references of /components.html to /badges.html.
  • Loading branch information
austinaryain committed Apr 15, 2015
1 parent 861be72 commit 7f8c6d5
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 41 deletions.
38 changes: 19 additions & 19 deletions jade/page-contents/navbar_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2 class="header">Right Aligned Links</h2>
<a href="#!" class="brand-logo">Logo</a>
<ul class="right hide-on-med-and-down">
<li><a href="sass.html">Sass</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="badges.html">Components</a></li>
<li><a href="javascript.html">JavaScript</a></li>
</ul>
</div>
Expand All @@ -27,7 +27,7 @@ <h2 class="header">Right Aligned Links</h2>
&lt;a href="#" class="brand-logo">Logo&lt;/a>
&lt;ul id="nav-mobile" class="right hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">Sass&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="javascript.html">JavaScript&lt;/a>&lt;/li>
&lt;/ul>
&lt;/div>
Expand All @@ -44,7 +44,7 @@ <h2 class="header">Left Aligned Links</h2>
<a href="#!" class="brand-logo right">Logo</a>
<ul class="left hide-on-med-and-down">
<li><a href="sass.html">Sass</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="badges.html">Components</a></li>
<li><a href="javascript.html">JavaScript</a></li>
</ul>
</div>
Expand All @@ -56,7 +56,7 @@ <h2 class="header">Left Aligned Links</h2>
&lt;a href="#" class="brand-logo right">Logo&lt;/a>
&lt;ul id="nav-mobile" class="left hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">Sass&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="javascript.html">JavaScript&lt;/a>&lt;/li>
&lt;/ul>
&lt;/div>
Expand All @@ -72,7 +72,7 @@ <h2 class="header">Centering the logo</h2>
<a href="#!" class="brand-logo center">Logo</a>
<ul class="left hide-on-med-and-down">
<li><a href="sass.html">Sass</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="badges.html">Components</a></li>
</ul>
</div>
</nav><br>
Expand All @@ -82,7 +82,7 @@ <h2 class="header">Centering the logo</h2>
&lt;a href="#" class="brand-logo center">Logo&lt;/a>
&lt;ul id="nav-mobile" class="left hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">Sass&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="javascript.html">JavaScript&lt;/a>&lt;/li>
&lt;/ul>
&lt;/div>
Expand All @@ -102,7 +102,7 @@ <h2 class="header">Active Items</h2>
<a href="#!" class="brand-logo center">Logo</a>
<ul class="left hide-on-med-and-down">
<li><a href="sass.html">Sass</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="badges.html">Components</a></li>
<li class="active"><a href="javascript.html">JavaScript</a></li>
</ul>
</div>
Expand All @@ -115,7 +115,7 @@ <h2 class="header">Active Items</h2>
&lt;a href="#!" class="brand-logo">Logo&lt;/a>
&lt;ul class="right hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">Sass&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">Components&lt;/a>&lt;/li>
&lt;li class="active">&lt;a href="javascript.html">JavaScript&lt;/a>&lt;/li>
&lt;/ul>
&lt;/div>
Expand All @@ -138,7 +138,7 @@ <h2 class="header">Fixed Navbar</h2>
&lt;a href="#!" class="brand-logo">Logo&lt;/a>
&lt;ul class="right hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">Sass&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">Components&lt;/a>&lt;/li>
&lt;/ul>
&lt;/div>
&lt;/nav>
Expand Down Expand Up @@ -167,7 +167,7 @@ <h2 class="header">Navbar Dropdown Menu</h2>
<a href="#!" class="brand-logo">Logo</a>
<ul class="right hide-on-med-and-down">
<li><a href="sass.html">Sass</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="badges.html">Components</a></li>
<!-- Dropdown Trigger -->
<li><a class="dropdown-button" href="#!" data-activates="dropdown1">Dropdown<i class="mdi-navigation-arrow-drop-down right"></i></a></li>
</ul>
Expand All @@ -186,7 +186,7 @@ <h2 class="header">Navbar Dropdown Menu</h2>
&lt;a href="#!" class="brand-logo">Logo&lt;/a>
&lt;ul class="right hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">Sass&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">Components&lt;/a>&lt;/li>
&lt;!-- Dropdown Trigger -->
&lt;li>&lt;a class="dropdown-button" href="#!" data-activates="dropdown1">Dropdown&lt;i class="mdi-navigation-arrow-drop-down right">&lt;/i>&lt;/a>&lt;/li>
&lt;/ul>
Expand All @@ -213,7 +213,7 @@ <h2 class="header">Icon Links</h2>
<a href="#!" class="brand-logo">Logo</a>
<ul class="right hide-on-med-and-down">
<li><a href="sass.html"><i class="mdi-action-search"></i></a></li>
<li><a href="components.html"><i class="mdi-action-view-module"></i></a></li>
<li><a href="badges.html"><i class="mdi-action-view-module"></i></a></li>
<li><a href="javascript.html"><i class="mdi-navigation-refresh"></i></a></li>
<li><a href="mobile.html"><i class="mdi-navigation-more-vert"></i></a></li>
</ul>
Expand All @@ -229,7 +229,7 @@ <h2 class="header">Icon Links</h2>
&lt;a href="#!" class="brand-logo">Logo&lt;/a>
&lt;ul class="right hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">&lt;i class="mdi-action-search">&lt;/i>&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">&lt;i class="mdi-action-view-module">&lt;/i>&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">&lt;i class="mdi-action-view-module">&lt;/i>&lt;/a>&lt;/li>
&lt;li>&lt;a href="javascript.html">&lt;i class="mdi-navigation-refresh">&lt;/i>&lt;/a>&lt;/li>
&lt;li>&lt;a href="mobile.html">&lt;i class="mdi-navigation-more-vert">&lt;/i>&lt;/a>&lt;/li>
&lt;/ul>
Expand All @@ -242,7 +242,7 @@ <h2 class="header">Icon Links</h2>
<a href="#!" class="brand-logo">Logo</a>
<ul class="right hide-on-med-and-down">
<li><a href="sass.html"><i class="mdi-action-search left"></i>Link with Left Icon</a></li>
<li><a href="components.html"><i class="mdi-action-view-module right"></i>Link with Right Icon</a></li>
<li><a href="badges.html"><i class="mdi-action-view-module right"></i>Link with Right Icon</a></li>
</ul>
</div>
</nav>
Expand All @@ -256,7 +256,7 @@ <h2 class="header">Icon Links</h2>
&lt;a href="#!" class="brand-logo">Logo&lt;/a>
&lt;ul class="right hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">&lt;i class="mdi-action-search left">&lt;/i>Link with Left Icon&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">&lt;i class="mdi-action-view-module right">&lt;/i>Link with Right Icon&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">&lt;i class="mdi-action-view-module right">&lt;/i>Link with Right Icon&lt;/a>&lt;/li>
&lt;/ul>
&lt;/div>
&lt;/nav></code></pre>
Expand Down Expand Up @@ -306,13 +306,13 @@ <h2 class="header">Mobile Collapse Button</h2>
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
<ul class="right hide-on-med-and-down">
<li><a href="sass.html">Sass</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="badges.html">Components</a></li>
<li><a href="javascript.html">Javascript</a></li>
<li><a href="mobile.html">Mobile</a></li>
</ul>
<ul class="side-nav" id="mobile-demo">
<li><a href="sass.html">Sass</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="badges.html">Components</a></li>
<li><a href="javascript.html">Javascript</a></li>
<li><a href="mobile.html">Mobile</a></li>
</ul>
Expand All @@ -329,13 +329,13 @@ <h2 class="header">Mobile Collapse Button</h2>
&lt;a href="#" data-activates="mobile-demo" class="button-collapse">&lt;i class="mdi-navigation-menu">&lt;/i>&lt;/a>
&lt;ul class="right hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">Sass&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="javascript.html">Javascript&lt;/a>&lt;/li>
&lt;li>&lt;a href="mobile.html">Mobile&lt;/a>&lt;/li>
&lt;/ul>
&lt;ul class="side-nav" id="mobile-demo">
&lt;li>&lt;a href="sass.html">Sass&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="javascript.html">Javascript&lt;/a>&lt;/li>
&lt;li>&lt;a href="mobile.html">Mobile&lt;/a>&lt;/li>
&lt;/ul>
Expand Down
2 changes: 1 addition & 1 deletion jade/parallax/parallax_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<li><a href="about.html">About</a></li>
<li><a href="getting-started.html">Getting Started</a></li>
<li><a href="sass.html">Sass</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="badges.html">Components</a></li>
<li class="active"><a href="javascript.html">JavaScript</a></li>
</ul>
<a class="button-collapse" href="#" data-activates='nav-mobile'><i class="mdi-navigation-menu"></i></a>
Expand Down
38 changes: 19 additions & 19 deletions navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h2 class="header">Right Aligned Links</h2>
<a href="#!" class="brand-logo">Logo</a>
<ul class="right hide-on-med-and-down">
<li><a href="sass.html">Sass</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="badges.html">Components</a></li>
<li><a href="javascript.html">JavaScript</a></li>
</ul>
</div>
Expand All @@ -128,7 +128,7 @@ <h2 class="header">Right Aligned Links</h2>
&lt;a href="#" class="brand-logo">Logo&lt;/a>
&lt;ul id="nav-mobile" class="right hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">Sass&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="javascript.html">JavaScript&lt;/a>&lt;/li>
&lt;/ul>
&lt;/div>
Expand All @@ -145,7 +145,7 @@ <h2 class="header">Left Aligned Links</h2>
<a href="#!" class="brand-logo right">Logo</a>
<ul class="left hide-on-med-and-down">
<li><a href="sass.html">Sass</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="badges.html">Components</a></li>
<li><a href="javascript.html">JavaScript</a></li>
</ul>
</div>
Expand All @@ -157,7 +157,7 @@ <h2 class="header">Left Aligned Links</h2>
&lt;a href="#" class="brand-logo right">Logo&lt;/a>
&lt;ul id="nav-mobile" class="left hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">Sass&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="javascript.html">JavaScript&lt;/a>&lt;/li>
&lt;/ul>
&lt;/div>
Expand All @@ -173,7 +173,7 @@ <h2 class="header">Centering the logo</h2>
<a href="#!" class="brand-logo center">Logo</a>
<ul class="left hide-on-med-and-down">
<li><a href="sass.html">Sass</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="badges.html">Components</a></li>
</ul>
</div>
</nav><br>
Expand All @@ -183,7 +183,7 @@ <h2 class="header">Centering the logo</h2>
&lt;a href="#" class="brand-logo center">Logo&lt;/a>
&lt;ul id="nav-mobile" class="left hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">Sass&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="javascript.html">JavaScript&lt;/a>&lt;/li>
&lt;/ul>
&lt;/div>
Expand All @@ -203,7 +203,7 @@ <h2 class="header">Active Items</h2>
<a href="#!" class="brand-logo center">Logo</a>
<ul class="left hide-on-med-and-down">
<li><a href="sass.html">Sass</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="badges.html">Components</a></li>
<li class="active"><a href="javascript.html">JavaScript</a></li>
</ul>
</div>
Expand All @@ -216,7 +216,7 @@ <h2 class="header">Active Items</h2>
&lt;a href="#!" class="brand-logo">Logo&lt;/a>
&lt;ul class="right hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">Sass&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">Components&lt;/a>&lt;/li>
&lt;li class="active">&lt;a href="javascript.html">JavaScript&lt;/a>&lt;/li>
&lt;/ul>
&lt;/div>
Expand All @@ -239,7 +239,7 @@ <h2 class="header">Fixed Navbar</h2>
&lt;a href="#!" class="brand-logo">Logo&lt;/a>
&lt;ul class="right hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">Sass&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">Components&lt;/a>&lt;/li>
&lt;/ul>
&lt;/div>
&lt;/nav>
Expand Down Expand Up @@ -268,7 +268,7 @@ <h2 class="header">Navbar Dropdown Menu</h2>
<a href="#!" class="brand-logo">Logo</a>
<ul class="right hide-on-med-and-down">
<li><a href="sass.html">Sass</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="badges.html">Components</a></li>
<!-- Dropdown Trigger -->
<li><a class="dropdown-button" href="#!" data-activates="dropdown1">Dropdown<i class="mdi-navigation-arrow-drop-down right"></i></a></li>
</ul>
Expand All @@ -287,7 +287,7 @@ <h2 class="header">Navbar Dropdown Menu</h2>
&lt;a href="#!" class="brand-logo">Logo&lt;/a>
&lt;ul class="right hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">Sass&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">Components&lt;/a>&lt;/li>
&lt;!-- Dropdown Trigger -->
&lt;li>&lt;a class="dropdown-button" href="#!" data-activates="dropdown1">Dropdown&lt;i class="mdi-navigation-arrow-drop-down right">&lt;/i>&lt;/a>&lt;/li>
&lt;/ul>
Expand All @@ -314,7 +314,7 @@ <h2 class="header">Icon Links</h2>
<a href="#!" class="brand-logo">Logo</a>
<ul class="right hide-on-med-and-down">
<li><a href="sass.html"><i class="mdi-action-search"></i></a></li>
<li><a href="components.html"><i class="mdi-action-view-module"></i></a></li>
<li><a href="badges.html"><i class="mdi-action-view-module"></i></a></li>
<li><a href="javascript.html"><i class="mdi-navigation-refresh"></i></a></li>
<li><a href="mobile.html"><i class="mdi-navigation-more-vert"></i></a></li>
</ul>
Expand All @@ -330,7 +330,7 @@ <h2 class="header">Icon Links</h2>
&lt;a href="#!" class="brand-logo">Logo&lt;/a>
&lt;ul class="right hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">&lt;i class="mdi-action-search">&lt;/i>&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">&lt;i class="mdi-action-view-module">&lt;/i>&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">&lt;i class="mdi-action-view-module">&lt;/i>&lt;/a>&lt;/li>
&lt;li>&lt;a href="javascript.html">&lt;i class="mdi-navigation-refresh">&lt;/i>&lt;/a>&lt;/li>
&lt;li>&lt;a href="mobile.html">&lt;i class="mdi-navigation-more-vert">&lt;/i>&lt;/a>&lt;/li>
&lt;/ul>
Expand All @@ -343,7 +343,7 @@ <h2 class="header">Icon Links</h2>
<a href="#!" class="brand-logo">Logo</a>
<ul class="right hide-on-med-and-down">
<li><a href="sass.html"><i class="mdi-action-search left"></i>Link with Left Icon</a></li>
<li><a href="components.html"><i class="mdi-action-view-module right"></i>Link with Right Icon</a></li>
<li><a href="badges.html"><i class="mdi-action-view-module right"></i>Link with Right Icon</a></li>
</ul>
</div>
</nav>
Expand All @@ -357,7 +357,7 @@ <h2 class="header">Icon Links</h2>
&lt;a href="#!" class="brand-logo">Logo&lt;/a>
&lt;ul class="right hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">&lt;i class="mdi-action-search left">&lt;/i>Link with Left Icon&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">&lt;i class="mdi-action-view-module right">&lt;/i>Link with Right Icon&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">&lt;i class="mdi-action-view-module right">&lt;/i>Link with Right Icon&lt;/a>&lt;/li>
&lt;/ul>
&lt;/div>
&lt;/nav></code></pre>
Expand Down Expand Up @@ -407,13 +407,13 @@ <h2 class="header">Mobile Collapse Button</h2>
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
<ul class="right hide-on-med-and-down">
<li><a href="sass.html">Sass</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="badges.html">Components</a></li>
<li><a href="javascript.html">Javascript</a></li>
<li><a href="mobile.html">Mobile</a></li>
</ul>
<ul class="side-nav" id="mobile-demo">
<li><a href="sass.html">Sass</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="badges.html">Components</a></li>
<li><a href="javascript.html">Javascript</a></li>
<li><a href="mobile.html">Mobile</a></li>
</ul>
Expand All @@ -430,13 +430,13 @@ <h2 class="header">Mobile Collapse Button</h2>
&lt;a href="#" data-activates="mobile-demo" class="button-collapse">&lt;i class="mdi-navigation-menu">&lt;/i>&lt;/a>
&lt;ul class="right hide-on-med-and-down">
&lt;li>&lt;a href="sass.html">Sass&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="javascript.html">Javascript&lt;/a>&lt;/li>
&lt;li>&lt;a href="mobile.html">Mobile&lt;/a>&lt;/li>
&lt;/ul>
&lt;ul class="side-nav" id="mobile-demo">
&lt;li>&lt;a href="sass.html">Sass&lt;/a>&lt;/li>
&lt;li>&lt;a href="components.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="badges.html">Components&lt;/a>&lt;/li>
&lt;li>&lt;a href="javascript.html">Javascript&lt;/a>&lt;/li>
&lt;li>&lt;a href="mobile.html">Mobile&lt;/a>&lt;/li>
&lt;/ul>
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<lastmod>2014-11-27</lastmod>
</url>
<url>
<loc>http://materializecss.com/components.html</loc>
<loc>http://materializecss.com/badges.html</loc>
<lastmod>2014-11-27</lastmod>
</url>
<url>
Expand Down
Loading

0 comments on commit 7f8c6d5

Please sign in to comment.