Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from hamishwillee/hgw_add_book_edit_and_issue_…
Browse files Browse the repository at this point in the history
…links

Add toolbar buttons to edit pages/great issues in github
  • Loading branch information
hamishwillee authored May 2, 2017
2 parents 0f0a6f6 + 9b25826 commit de2710f
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions book.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"richquotes",
"page-toc-button",
"collapsible-menu",
"github",
"language-picker",
"language-redirect@git+https://github.com/hamishwillee/gitbook-plugin-language-redirect.git",
"custom-favicon"
"custom-favicon",
"toolbar@git+https://github.com/hamishwillee/gitbook-plugin-toolbar.git"
],
"pluginsConfig": {
"language-redirect": {
Expand All @@ -21,10 +21,31 @@
"picto": "fa-thumbs-o-up"
}
},
"github": {
"url": "https://github.com/mavlink/qgc-dev-guide"
},
"favicon": "favicon.ico"
"favicon": "favicon.ico",
"toolbar": {
"buttons":
[
{
"label": "Bug tracker",
"icon": "fa fa-bug",
"position" : "left",
"url": "https://github.com/mavlink/qgc-dev-guide/issues/new?title=Doc+Bug:+{{title}}&body=DESCRIBE+PROBLEM+WITH+DOCS+HERE%0A%0ABug+Page:+[{{title}}]({{url}})"

},
{
"label": "GitHub",
"icon": "fa fa-github",
"url": "https://github.com/mavlink/qgc-dev-guide"
},
{
"label": "Edit page on github",
"icon": "fa fa-pencil-square-o",
"position" : "left",
"url": "https://github.com/mavlink/qgc-dev-guide/edit/master/{{filepath_lang}}"
}
]
}


}

Expand Down

0 comments on commit de2710f

Please sign in to comment.