Skip to content

Commit f58f200

Browse files
committed
commiting to master
1 parent 168f4af commit f58f200

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

docs/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# datatools command help
3+
4+
+ [csv2json](csv2json.html)
5+
+ [csv2mdtable](csv2mdtable.html)
6+
+ [csv2xlsx](csv2xlsx.html)
7+
+ [csvcols](csvcols.html)
8+
+ [csvfind](csvfind.html)
9+
+ [csvjoin](csvjoin.html)
10+
+ [jsoncols](jsoncols.html)
11+
+ [jsonrange](jsonrange.html)
12+
+ [xlsx2csv](xlsx2csv.html)
13+
+ [xlsx2json](xlsx2json.html)

docs/nav.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
+ [Home](/)
3+
+ [up](../)
4+
+ [Documentation](./)
5+
+ [csv2json](csv2json.html)
6+
+ [csv2mdtable](csv2mdtable.html)
7+
+ [csv2xlsx](csv2xlsx.html)
8+
+ [csvcols](csvcols.html)
9+
+ [csvfind](csvfind.html)
10+
+ [csvjoin](csvjoin.html)
11+
+ [jsoncols](jsoncols.html)
12+
+ [jsonrange](jsonrange.html)
13+
+ [xlsx2csv](xlsx2csv.html)
14+
+ [xlsx2json](xlsx2json.html)

mk-website.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ find cmds -type d -depth 1 | while read DNAME; do
5454
FNAME="$(basename "$DNAME")"
5555
echo "+ [$FNAME](${FNAME}.html)"
5656
done >>docs/nav.md
57+
git add docs/nav.md
5758

5859
# Generate docs/index.md
5960
cat <<EOF2 >docs/index.md
@@ -66,6 +67,7 @@ find cmds -type d -depth 1 | while read DNAME; do
6667
FNAME="$(basename "$DNAME")"
6768
echo "+ [$FNAME](${FNAME}.html)"
6869
done >>docs/index.md
70+
git add docs/index.md
6971

7072
MakePage "markdown:${INDEX_MENU}" "docs/index.md" "docs/index.html"
7173

0 commit comments

Comments
 (0)