File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ module.exports = {
99 // Logo Configuration
1010 logo : {
1111 light : '/assets/images/swv-logo.png' , // Path relative to outputDir root
12- dark : '/assets/images/swv-logo.png' , // Path relative to outputDir root
12+ dark : '/assets/images/swv-logo.png' , // Path relative to outputDir root
1313 alt : 'swv logo' , // Alt text for the logo
1414 href : 'https://mgks.github.io/Android-SmartWebView/documentation' ,
1515 } ,
1616
1717 // Directory Configuration
18- srcDir : 'content' , // Source directory for Markdown files
19- outputDir : 'site' , // Directory for generated static site
18+ srcDir : 'content' , // Source directory for Markdown files
19+ outputDir : 'site' , // Directory for generated static site
2020
2121 // Search Configuration
2222 search : true , // Enable/disable search functionality
You can’t perform that action at this time.
0 commit comments