Bug 1568472 - Add Gitbook hint plugin. r=jdescottes.

The template is used in one of the page, but the
plugin wasn't installed, so Gitbook would fail
generating the doc.

Differential Revision: https://phabricator.services.mozilla.com/D39156

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nicolas Chevobbe 2019-07-24 10:38:20 +00:00
Родитель f15a7e16e5
Коммит 802ec8cc65
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -13,6 +13,9 @@ npm install -g gitbook-cli
# Go into the docs directory
cd /path/to/mozilla-central/devtools/docs/
# Install plugins
gitbook install
# Generate the docs and start a local server
gitbook serve

3
devtools/docs/book.json Normal file
Просмотреть файл

@ -0,0 +1,3 @@
{
"plugins": ["hints"]
}