Explorar el Código

Rename Section field to Category

pull/1114/head
Dave Machado hace 6 años
committed by GitHub
padre
commit
c282dd515e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      build/condenseMd.js

+ 1
- 1
build/condenseMd.js Ver fichero

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


Cargando…
Cancelar
Guardar