As in GitHub, append a commit hash to the URL by pressing the Y key.
- HonKit
 
Install with npm:
npm install -D honkit-plugin-github-sha
Put github-sha to your book.json:
{
  "plugins": [
    "github-sha"
  ]
}Press the Y key on honkit, A commit hash like ?hash=01234567 is appended to the URL.
environmentVariableName(default:"GITHUB_SHA")- Name of the environment variable where a commit hash is stored
 
hashByteLength(default:4)- Length of a commit hash to be appended to the URL
 
{
  "pluginsConfig": {
    "github-sha": {
      "environmentVariableName": "CF_PAGES_COMMIT_SHA",
      "hashByteLength": 8
    }
  }
}MIT