Skip to content

Commit

Permalink
Merge pull request #5 from huangzhipeng/master
Browse files Browse the repository at this point in the history
update git ignore and menu docs
  • Loading branch information
huangzhipeng committed Jun 2, 2015
2 parents 9a76ebb + 28a983c commit 0013927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ build/Release
node_modules

# dist
dist/docs

dist/docs

Expand Down
2 changes: 1 addition & 1 deletion docs/menu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = React.createClass({
render: function() {
return (
<Doc>
<h1>Navbar</h1>
<h1>Menu</h1>
<hr/>
<h2>组件介绍</h2>
<Markdown>{require('./01-intro.md')}</Markdown>
Expand Down

0 comments on commit 0013927

Please sign in to comment.