Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
68c5b997
Unverified
Commit
68c5b997
authored
Dec 22, 2017
by
Dave Machado
Browse files
Update build script to use new converter
parent
0184842e
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/build.sh
View file @
68c5b997
...
...
@@ -3,7 +3,6 @@
# create json directory if not already present
mkdir
-p
../json
# parse API README and print (minified) JSON to stdout, redirect to /json
node condenseMd.js ../README.md
>
single_table.md
node md2json.js single_table.md
>
../json/entries.min.json
./md2json.py ../README.md
>
../json/entries.min.json
# beautify the previously created JSON file, redirect to /json
python
-m
json.tool ../json/entries.min.json
>
../json/entries.json
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment