diff --git a/_includes/nav_docs.html b/_includes/nav_docs.html index dff3e60c..ea7baa0c 100644 --- a/_includes/nav_docs.html +++ b/_includes/nav_docs.html @@ -1,5 +1,11 @@ -
\ No newline at end of file + diff --git a/docs/02-displaying-data.md b/docs/02-displaying-data.md index 55c1941d..05822609 100644 --- a/docs/02-displaying-data.md +++ b/docs/02-displaying-data.md @@ -80,4 +80,4 @@ JSX is very small; the "hello, world" example above uses every feature of JSX. T JSX is similar to HTML, but not exactly the same. See [JSX gotchas](./02.2-jsx-gotchas.html) for some key differences. -The easiest way to get started with JSX is to use the in-browser `JSXTransformer`, but in production you'll want to precompile your code using our command-line [react-tools](http://npmjs.org/package/react-tools) package. \ No newline at end of file +The easiest way to get started with JSX is to use the in-browser `JSXTransformer`, but in production you'll want to precompile your code using our command-line [react-tools](http://npmjs.org/package/react-tools) package. diff --git a/docs/getting-started.md b/docs/getting-started.md index 1e62818e..a92ce2ef 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -1,5 +1,5 @@ --- -id: docs-getting-started +id: getting-started title: Getting Started layout: docs next: tutorial.html