Browse Source

put it all together

main
petehunt 12 years ago
parent
commit
459302a131
  1. 8
      _includes/nav_docs.html
  2. 2
      docs/getting-started.md

8
_includes/nav_docs.html

@ -1,5 +1,11 @@
<div class="nav-docs"> <div class="nav-docs">
<div class="nav-docs-section">
<h3>Quick start</h3>
<ul>
<li><a href="/react/docs/getting-started"{% if page.id == 'getting-started' %} class="active"{% endif %}>Getting started</a></li>
<li><a href="/react/docs/tutorial"{% if page.id == 'tutorial' %} class="active"{% endif %}>Tutorial</a></li>
</ul>
</div>
<div class="nav-docs-section"> <div class="nav-docs-section">
<h3>React documentation</h3> <h3>React documentation</h3>
<ul> <ul>

2
docs/getting-started.md

@ -1,5 +1,5 @@
--- ---
id: docs-getting-started id: getting-started
title: Getting Started title: Getting Started
layout: docs layout: docs
next: tutorial.html next: tutorial.html

Loading…
Cancel
Save