Adding help to a Mac OS application

I'm trying to add help files to my Mac OS application. I've been reading the documentation below, but I'm not sure how to apply to my project as there isn't any Resources folder:
https://developer.apple.com/library/archive/documentation/Carbon/Conceptual/ProvidingUserAssitAppleHelp/authoring_help/authoring_help_book.html#//apple_ref/doc/uid/TP30000903-CH206-CIHEHEAC

Is there an updated version of Apple Documentation on how to create help files?

The Resources folder doesn't exist in the Xcode project, only in the build version of you app. Just add the files to your project and let Xcode put it where they belong in the build.
Adding help to a Mac OS application
 
 
Q