Skip to content

Commit

Permalink
Generate number-formatting page
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Jun 21, 2019
1 parent 6067ba1 commit f08c088
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generate-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mkdir -p static/download
mkdir -p static/events-callbacks
mkdir -p static/examples
mkdir -p static/more
mkdir -p static/number-formatting
mkdir -p static/pips
mkdir -p static/reference
mkdir -p static/slider-options
Expand All @@ -25,6 +26,7 @@ php documentation/_run/router.php "download" > static/download/index.html
php documentation/_run/router.php "events-callbacks" > static/events-callbacks/index.html
php documentation/_run/router.php "examples" > static/examples/index.html
php documentation/_run/router.php "more" > static/more/index.html
php documentation/_run/router.php "number-formatting" > static/number-formatting/index.html
php documentation/_run/router.php "pips" > static/pips/index.html
php documentation/_run/router.php "reference" > static/reference/index.html
php documentation/_run/router.php "slider-options" > static/slider-options/index.html
Expand Down

0 comments on commit f08c088

Please sign in to comment.