Closed jricher closed 4 years ago
To use this, add an additional flag in the navigation configuration object in _config.yml, like the last line of this example:
_config.yml
navigation: - text: Introduction url: / collection: false - text: SP800-63A url: /63A/ collection: 63A - text: SP800-63B url: /63B/ collection: 63B - text: SP800-63C url: /63C/ collection: 63C - text: FAQ url: 'https://pages.nist.gov/800-63-FAQ/' external: true
To use this, add an additional flag in the navigation configuration object in
_config.yml
, like the last line of this example: