Skip to content

Commit 3738a37

Browse files
committed
fix(pub): ignore templates folder during analysis (#4009)
1 parent f0154a6 commit 3738a37

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.pubignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
templates

packages/amplify_core/dartdoc_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dartdoc:
22
categories:
33
Auth:
4-
markdown: doc/static/Auth.md
4+
markdown: doc/static/auth.md
55
categoryOrder:
66
- Auth
77
favicon: doc/static/favicon.png

0 commit comments

Comments
 (0)