Browse Source

add docs footer links

refs #267
pull/292/head
Chris Rebert 11 years ago
parent
commit
728615eaa8
  1. 10
      docs/_includes/footer.html
  2. 4
      docs/assets/css/docs.css
  3. 3
      sass/docs.scss

10
docs/_includes/footer.html

@ -15,4 +15,14 @@
</ul> </ul>
<p class="docs-footer-content">Code licensed under the MIT license and the docs are licensed under CC BY 3.0. Ratchet version 2.0.0 was lovingly crafted by <a href="https://twitter.com/connors" data-ignore="push">Connor Sears</a>.</p> <p class="docs-footer-content">Code licensed under the MIT license and the docs are licensed under CC BY 3.0. Ratchet version 2.0.0 was lovingly crafted by <a href="https://twitter.com/connors" data-ignore="push">Connor Sears</a>.</p>
<ul class="docs-footer-links">
<li>Currently v2.0.0</li>
<li>&middot;</li>
<li><a href="https://github.com/twbs/ratchet/issues" data-ignore="push"></a>Issues</li>
<li>&middot;</li>
<li><a href="https://github.com/twbs/ratchet/releases" data-ignore="push"></a>Releases</li>
<li>&middot;</li>
<li><a href="http://goratchet.com/1.0.2/" data-ignore="push">Legacy v1.0.2 Docs</a></li>
</ul>
</div> </div>

4
docs/assets/css/docs.css

@ -343,6 +343,10 @@ body {
color: rgba(255, 255, 255, 0.8); color: rgba(255, 255, 255, 0.8);
} }
.docs-footer-links li {
display: inline;
}
.docs-component-toolbar { .docs-component-toolbar {
padding-top: 8px; padding-top: 8px;
padding-bottom: 8px; padding-bottom: 8px;

3
sass/docs.scss

@ -335,6 +335,9 @@ body {
} }
} }
} }
.docs-footer-links li {
display: inline;
}
// Platform toggle // Platform toggle

Loading…
Cancel
Save