File tree Expand file tree Collapse file tree 4 files changed +26
-13
lines changed Expand file tree Collapse file tree 4 files changed +26
-13
lines changed Original file line number Diff line number Diff line change 1+ </ ul>
2+ </ div>
3+ </ body>
4+ </ html>
Original file line number Diff line number Diff line change 1+ < html >
2+
3+ < head >
4+ < title > Documention for the Agda standard library</ title >
5+ </ head >
6+
7+ < body >
8+ < div id ="container " style ="width:75%; margin:auto ">
9+
10+ < h1 > Development versions</ h1 >
11+
12+ < ul >
13+ < li > < a href ="master "> master</ a > </ li >
14+ < li > < a href ="experimental "> experimental</ a > </ li >
15+ </ ul >
16+
17+ < h1 > Released versions</ h1 >
18+
19+ < ul >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ set -o pipefail
33
44rm html/index.html
55
6+ cat landing-top.html >> landing.html
7+
68find html/ -name " index.html" \
79 | grep -v " master\|experimental" \
810 | sort -r \
911 | sed ' s|html/\([^\/]*\)/index.html| <li><a href="\1">\1</a></li>|g' \
1012 >> landing.html
1113
12- echo " </ul> " >> landing.html
14+ cat landing-bottom.html >> landing.html
1315
1416mv landing.html html/index.html
You can’t perform that action at this time.
0 commit comments