Skip to content

Commit 9b3e4d8

Browse files
committed
refactored extras to recipes
1 parent c186dca commit 9b3e4d8

File tree

11 files changed

+10
-10
lines changed

11 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You should check Playground Project located in the `/playground` folder. It is a
4747
- [Enzyme](#enzyme)
4848
- [Living Style Guide](#living-style-guide) 🌟 __NEW__
4949
- [Common Npm Scripts](#common-npm-scripts)
50-
- [Extras](#extras)
50+
- [Recipes](#recipes)
5151
- [tsconfig.json](#tsconfigjson)
5252
- [Vendor Types Augmentation](#vendor-types-augmentation)
5353
- [Default and Named Module Exports](#default-and-named-module-exports)
@@ -1240,7 +1240,7 @@ configure({ adapter: new Adapter() });
12401240

12411241
---
12421242

1243-
# Extras
1243+
# Recipes
12441244

12451245
### tsconfig.json
12461246
- Recommended setup for best benefits from type-checking, with support for JSX and ES2016 features

docs/build/0.78637d47.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/build/0.8d8a3f08.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/build/bundle.776b2275.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/build/bundle.b5df570e.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
</head>
88
<body>
99
<div id="app"></div>
10-
<script type="text/javascript" src="build/bundle.776b2275.js"></script></body>
10+
<script type="text/javascript" src="build/bundle.b5df570e.js"></script></body>
1111
</html>

docs/markdown/4_extras.md renamed to docs/markdown/4_recipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Extras
1+
# Recipes
22

33
### tsconfig.json
44
- Recommended setup for best benefits from type-checking, with support for JSX and ES2016 features

docs/markdown/_toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- [Enzyme](#enzyme)
2323
- [Living Style Guide](#living-style-guide) 🌟 __NEW__
2424
- [Common Npm Scripts](#common-npm-scripts)
25-
- [Extras](#extras)
25+
- [Recipes](#recipes)
2626
- [tsconfig.json](#tsconfigjson)
2727
- [Vendor Types Augmentation](#vendor-types-augmentation)
2828
- [Default and Named Module Exports](#default-and-named-module-exports)

generator/bin/generate-readme.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generator/bin/generate-readme.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generator/src/generate-readme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const inputFiles = [
1111
DOCS_PATH + '1_react.md',
1212
DOCS_PATH + '2_redux.md',
1313
DOCS_PATH + '3_tools.md',
14-
DOCS_PATH + '4_extras.md',
14+
DOCS_PATH + '4_recipes.md',
1515
DOCS_PATH + '5_faq.md',
1616
DOCS_PATH + '6_end.md'
1717
];

0 commit comments

Comments
 (0)