You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,11 +73,31 @@ Default value: `[]`
73
73
74
74
An array defining explicit sort order.
75
75
76
+
#### options.theme
77
+
Type: `String`
78
+
79
+
Path to a custom theme.
80
+
81
+
#### options.name
82
+
Type: `String`
83
+
84
+
A custom project name to display in the generated documentation.
85
+
86
+
#### options.version
87
+
Type: `String`
88
+
89
+
A custom version string to display in the generated documentation.
90
+
76
91
## Contributing
77
92
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint your code using [Grunt](http://gruntjs.com/).
78
93
79
94
## Release History
80
95
96
+
**v1.2.0**
97
+
* new options: theme, name and version
98
+
* now compatible with both 3.x and 4.x version of documentation
0 commit comments