Skip to content

Commit

Permalink
include favicon in html docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Oct 1, 2020
1 parent 8d7cb8e commit 023ac1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
:sectlinks:
// number parts of a book
:partnums:
// include a link to a favicon
:favicon:
// enable font-awesome icons
:icons: font

Expand Down
1 change: 1 addition & 0 deletions scripts/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ fse.ensureDirSync(`${docsOutput}/images`);

fse.copySync('docs/images', `${docsOutput}/images`);
fse.copySync('docs/architecture/images', `${docsOutput}/images`);
fse.copySync('src/static/img/favicon.ico', `${docsOutput}/favicon.ico`);

// eslint-disable-next-line no-console
console.info(`Documentation is now available in ${docsOutput}`);

0 comments on commit 023ac1e

Please sign in to comment.