ソースを参照

Rename Section field to Category

pull/1114/head
Dave Machado 6年前
committed by GitHub
コミット
c282dd515e
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      build/condenseMd.js

+ 1
- 1
build/condenseMd.js ファイルの表示

@@ -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])


読み込み中…
キャンセル
保存