Skip to content

Commit 5c44b8b

Browse files
authored
chore(core): adjusted pub ignore for docs (#4090)
1 parent 5ecf79c commit 5c44b8b

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

packages/amplify_core/.pubignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
doc/
1+
# Ignore
2+
doc/*
3+
4+
# Allow
5+
!doc/lib/*
6+
!doc/static/*

packages/amplify_core/dartdoc_options.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
dartdoc:
22
categories:
33
"Auth":
4-
markdown: doc/auth.md
4+
markdown: doc/static/auth.md
55
categoryOrder:
66
- Auth
7-
favicon: doc/favicon.png
7+
favicon: doc/static/favicon.png
88
nodoc:
99
- lib/src/config/analytics/**
1010
- lib/src/config/api/**
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)