Добавлен шаблон по умолчанию для Apidocjs, но не добавлен новый шаблон

Теперь я установил новый шаблон на мой компьютер.

https://github.com/jodacame/apidocjs-template-dark-Slate-Inspiration-

Согласно документации в приведенной выше ссылке, я сделал следующее:

git clone https://github.com/jodacame/apidocjs-template-dark-Slate-Inspiration-.git
cd yourproject

this last line I've changed a bit:
Original as per template documentation:

apidoc --template ../apidocjs-template-dark-Slate-Inspiration-/template/

мой:

apidoc --template apidocjs-template-dark-Slate-Inspiration-/template/

структура папки:

папка проекта / apidocjs-template-dark-Slate-Inspiration-

apidoc.json

api_project.json

api_project.js

api_data.json

api_data.js

продавец

локали

шрифты

CSS

И мой apidoc.json выглядит так:

{
  "name": "XX API Introduction",
  "version": "0.1.0",
  "description": "wemfdkmesof.......",
  "title": "Custom apiDoc browser title",
  "url" : "http://xxx/api.php/v1",
  "template": {
    "withCompare": true,
    "withGenerator": true
  }
}

и я всегда запускаю эту команду для генерации документации после внесенных изменений:

apidoc -f .php -i ./ -o ./

Подскажите пожалуйста, почему шаблон не меняется на новый и как мне это сделать?

0 ответов

Попробуйте добавить -t path/to/template каждый раз, когда вы обновляете документ

например.

apidoc -f .php -i ./ -o ./ -t ./apidocjs-template-dark-Slate-Inspiration-/template/
Другие вопросы по тегам