Skip to content

Commit

Permalink
chore(core): adjusted pub ignore for docs (#4090)
Browse files Browse the repository at this point in the history
  • Loading branch information
Equartey authored and Nika Hassani committed Dec 5, 2023
1 parent 199b291 commit 953adb0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion packages/amplify_core/.pubignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
doc/
# Ignore
doc/*

# Allow
!doc/lib/*
!doc/static/*
4 changes: 2 additions & 2 deletions packages/amplify_core/dartdoc_options.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dartdoc:
categories:
"Auth":
markdown: doc/auth.md
markdown: doc/static/auth.md
categoryOrder:
- Auth
favicon: doc/favicon.png
favicon: doc/static/favicon.png
nodoc:
- lib/src/config/analytics/**
- lib/src/config/api/**
Expand Down
File renamed without changes.
File renamed without changes

0 comments on commit 953adb0

Please sign in to comment.