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
c282dd51
Commit
c282dd51
authored
Aug 16, 2017
by
Dave Machado
Committed by
GitHub
Aug 16, 2017
Browse files
Rename Section field to Category
parent
61c6cd19
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/condenseMd.js
View file @
c282dd51
...
...
@@ -43,7 +43,7 @@ function setupMd(filename, anchor) {
}
console
.
log
(
anchor
+
"
entries
"
)
console
.
log
(
"
API | Description | Auth | HTTPS | Link |
Section
"
)
console
.
log
(
"
API | Description | Auth | HTTPS | Link |
Category
"
)
console
.
log
(
"
|---|---|---|---|---|---|
"
)
for
(
i
=
0
;
i
<
arr
.
length
;
i
++
)
{
console
.
log
(
arr
[
i
])
...
...
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