Переглянути джерело

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(anchor + " entries")
console.log("API | Description | Auth | HTTPS | Link | Section")
console.log("API | Description | Auth | HTTPS | Link | Category")
console.log("|---|---|---|---|---|---|") console.log("|---|---|---|---|---|---|")
for (i = 0; i < arr.length; i++) { for (i = 0; i < arr.length; i++) {
console.log(arr[i]) console.log(arr[i])


Завантаження…
Відмінити
Зберегти