-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#13552 - Merge gorm-docs into grails-data-mapping #1872
Conversation
GormEntity'. and corrected the examples to make sure new sessions are requested. also amended the dep lists since Gorm won't run without the 2 Spring deps
The current state of |
I need to rename root-website. I discovered that the source files in gorm-docs are being published afteralll: https://gorm.grails.org/latest/ ... just the main http://gorm.grails.org site is directly in gh-pages branch. We'll probably want to eventually move the main site into the project so it's published / versioned independently of the gh-pages branch. I will rename 'root-website' to data-mapping-website for now. I think we may want to remove it longer term and only have the root website. |
@matrei Since I have made all of the requested changes, I am going ahead and merging this. If anything else needs changed, let me know and I will do it as part of the next review. |
grails/grails-core#13552 Merge https://github.com/grails/gorm-docs into grails-data-mapping
Please note that I discovered that the gorm api docs were not published in 8.x. I have fixed this as of 9.x to resume publishing these to the "api" folder.
Look at the last commit to see the actual changes from the gorm-docs.
I temporarily added caffiene back to the gorm-test project since the groovy doc was failing. I'd like to get this merged, merge hibernate5, and merge mongodb then make a second pass at fixing the dependencies.