feat(v2): add ability to specify CSS class for navbar item (#2660)

* feat(v2): add ability to specify CSS class for navbar item

* Fix linting issues
This commit is contained in:
Alexey Pyltsyn 2020-04-26 21:21:36 +03:00 committed by GitHub
parent 379d3e0d23
commit c0e531e5d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 55 additions and 21 deletions

View file

@ -138,6 +138,7 @@ module.exports = {
// To apply the active class styling on all
// routes starting with this path.
activeBasePath: 'docs',
className: '', // Custom CSS class (for styling any item)
},
// ... other links
],