documentation-website
Advanced tools
Comparing version 1.0.263 to 1.0.264
{ | ||
"name": "documentation-website", | ||
"version": "1.0.263", | ||
"version": "1.0.264", | ||
"description": "Declarative multilanguage documentation website generator", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -81,14 +81,14 @@ // #!/usr/bin/env babel-node | ||
aboutThisWebsiteLink: 'a[href="#about-this-website"]', | ||
aboutThisWebsiteSection: '.about-this-website', | ||
aboutThisWebsiteSection: '.section__about-this-website', | ||
codeWrapper: '.codehilite', | ||
code: '.codehilite pre, code', | ||
codeWrapper: 'pre', | ||
code: 'code', | ||
homeLink: 'a[href="#home"]', | ||
mainSection: '.main-content', | ||
mainSection: '.section__main', | ||
headlines: | ||
'.main-content h1, .main-content h2, ' + | ||
'.main-content h3, .main-content h4, ' + | ||
'.main-content h5, .main-content h6', | ||
'.section__main h1, .section__main h2, ' + | ||
'.section__main h3, .section__main h4, ' + | ||
'.section__main h5, .section__main h6', | ||
tableOfContent: '.doc-toc', | ||
@@ -95,0 +95,0 @@ tableOfContentLinks: '.doc-toc ul li a[href^="#"]' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
754568
3710