File tree 2 files changed +48
-0
lines changed
2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 1
1
.quasar
2
+ .cache
2
3
.DS_Store
3
4
.thumbs.db
4
5
node_modules
Original file line number Diff line number Diff line change
1
+ {
2
+ "opts" : {
3
+ "encoding" : " utf8" ,
4
+ "template" : " node_modules/minami" ,
5
+ "destination" : " ./docs/" ,
6
+ "recurse" : true ,
7
+ "verbose" : true ,
8
+ "private" : true
9
+ },
10
+ "tags" : {
11
+ "allowUnknownTags" : true ,
12
+ "dictionaries" : [
13
+ " jsdoc"
14
+ ]
15
+ },
16
+ "source" : {
17
+ "include" : [
18
+ " ." ,
19
+ " package.json" ,
20
+ " README.md"
21
+ ],
22
+ "exclude" : [
23
+ " .git" ,
24
+ " node_modules" ,
25
+ " .github" ,
26
+ " .quasar" ,
27
+ " dist" ,
28
+ " docs"
29
+ ],
30
+ "includePattern" : " \\ .(vue|js)$"
31
+ },
32
+ "plugins" : [" plugins/markdown" , " node_modules/jsdoc-vuejs" ],
33
+ "markdown" : {
34
+ "parser" : " gfm" ,
35
+ "hardwrap" : true
36
+ },
37
+ "templates" : {
38
+ "cleverLinks" : false ,
39
+ "monospaceLinks" : true ,
40
+ "useLongnameInNav" : false ,
41
+ "showInheritedInNav" : true ,
42
+ "default" : {
43
+ "outputSourceFiles" : true ,
44
+ "includeDate" : true
45
+ }
46
+ }
47
+ }
You can’t perform that action at this time.
0 commit comments