소스 검색

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


불러오는 중...
취소
저장