File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# AngularJS in Patterns
2
2
3
- <!-- toc -->
3
+ <!-- toc-->
4
4
5
5
## Table of Contents
6
6
37
37
* [ Data Mapper] ( #data-mapper )
38
38
* [ References] ( #references )
39
39
40
- <!-- endtoc -->
40
+ <!-- endtoc-->
41
41
42
42
## Abstract
43
43
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- mkdir temp && cp -r ./README.md ./images/* temp
3
+ mkdir temp && cp -r ./meta.json ./ README.md ./images/* temp
4
4
perl -i -0777 -pe ' s/(<!--toc-->).*(<!--endtoc-->)/' " $" ' $2/s' ./temp/README.md
5
5
mv ./temp/README.md ./temp/index.md
6
6
./node_modules/.bin/generate-md --layout minko-book --input ./temp --output ../angularjs-in-patterns-gh-pages
Original file line number Diff line number Diff line change
1
+ {
2
+ "index" : {
3
+ "repoUrl" : " https://github.com/mgechev/angularjs-in-patterns"
4
+ }
5
+ }
You can’t perform that action at this time.
0 commit comments