Skip to content

Commit caba0e7

Browse files
btfordjamesdaily
authored andcommitted
chore(docs): allow periods in doc shortNames
1 parent 185c9c5 commit caba0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/src/ngdoc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ function scenarios(docs){
11081108
function metadata(docs){
11091109
var pages = [];
11101110
docs.forEach(function(doc){
1111-
var path = (doc.name || '').split(/(\.|\:\s*)/);
1111+
var path = (doc.name || '').split(/(\:\s*)/);
11121112
for ( var i = 1; i < path.length; i++) {
11131113
path.splice(i, 1);
11141114
}

0 commit comments

Comments
 (0)