You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PaginationPage documents do not map to a single source file on disk, so they should use PageWithoutAFile so that they can be identified as such. PageWithoutAFile is just a very light abstraction class that inherits from Page, so no other changes are required other than renaming PaginationPage < Page to PaginationPage < PageWithoutAFile.
The text was updated successfully, but these errors were encountered:
PaginationPage documents do not map to a single source file on disk, so they should use PageWithoutAFile so that they can be identified as such. PageWithoutAFile is just a very light abstraction class that inherits from Page, so no other changes are required other than renaming
PaginationPage < Page
toPaginationPage < PageWithoutAFile
.The text was updated successfully, but these errors were encountered: