diff --git a/package.json b/package.json index e1bba0f..6618300 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doks", - "version": "0.3.0", + "version": "0.3.3", "description": "A configurable, bring-your-own-template documentation generator aimed for user and developer documentation based on source code.", "main": "lib/index.js", "bin": { diff --git a/themes/bootstrap-angular/config.json b/themes/bootstrap-angular/config.json index ff8aaca..64373c7 100644 --- a/themes/bootstrap-angular/config.json +++ b/themes/bootstrap-angular/config.json @@ -17,6 +17,7 @@ }, "content": { "showFileLabels": true, + "suppressProps": ["category","name","package"], "sourceLink": "https://github.com/kellyirc/doks/tree/master/%filePath#L%lineNumber-L%endLineNumber" } } diff --git a/themes/bootstrap-angular/views/main-content.html b/themes/bootstrap-angular/views/main-content.html index f2dfdbd..8e82203 100644 --- a/themes/bootstrap-angular/views/main-content.html +++ b/themes/bootstrap-angular/views/main-content.html @@ -163,7 +163,7 @@