Browse Source

Bump version for v0.4.0

main
Paul O’Shannessy 12 years ago
parent
commit
4081cebe6d
  1. 63
      _config.yml

63
_config.yml

@ -1,22 +1,21 @@
--- ---
baseurl: /react baseurl: /react
url: http://facebook.github.io url: http://facebook.github.io
permalink: /blog/:year/:month/:day/:title.html permalink: /blog/:year/:month/:day/:title.html
exclude: exclude:
- Gemfile - Gemfile
- Gemfile.lock - Gemfile.lock
- README.md - README.md
- Rakefile - Rakefile
redcarpet: redcarpet:
extensions: extensions:
- fenced_code_blocks - fenced_code_blocks
pygments: true pygments: true
name: React name: React
markdown: redcarpet markdown: redcarpet
react_version: 0.4.0a react_version: 0.4.0
description: A JavaScript library for building user interfaces description: A JavaScript library for building user interfaces
relative_permalinks: true relative_permalinks: true
nav_docs_sections: nav_docs_sections:
- title: Quick Start - title: Quick Start
items: items:
@ -26,29 +25,29 @@ nav_docs_sections:
title: Tutorial title: Tutorial
- title: Guides - title: Guides
items: items:
- id: why-react - id: why-react
title: Why React? title: Why React?
- id: displaying-data - id: displaying-data
title: Displaying Data title: Displaying Data
subitems: subitems:
- id: jsx-in-depth - id: jsx-in-depth
title: JSX in Depth title: JSX in Depth
- id: jsx-gotchas - id: jsx-gotchas
title: JSX Gotchas title: JSX Gotchas
- id: interactivity-and-dynamic-uis - id: interactivity-and-dynamic-uis
title: Interactivity and Dynamic UIs title: Interactivity and Dynamic UIs
- id: multiple-components - id: multiple-components
title: Multiple Components title: Multiple Components
- id: reusable-components - id: reusable-components
title: Reusable Components title: Reusable Components
- id: forms - id: forms
title: Forms title: Forms
- id: working-with-the-browser - id: working-with-the-browser
title: Working With the Browser title: Working With the Browser
subitems: subitems:
- id: more-about-refs - id: more-about-refs
title: More About Refs title: More About Refs
- id: tooling-integration - id: tooling-integration
title: Tooling integration title: Tooling integration
- id: reference - id: reference
title: Reference title: Reference

Loading…
Cancel
Save