-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Add Sourcing from Flotiq documentation entry #24721
Conversation
If you could add it to the table on CMS page: https://www.gatsbyjs.org/docs/headless-cms/ The guide column will link to this document, the docs column will link to the source plugin docs and, starter to your primary starter (probably the one used in the guide). |
Done, @moonmeister |
@AishaBlake can you help get this reviewed and merged? thanks |
Co-authored-by: Muescha <184316+muescha@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, this is going to be great! I ran into some issues with the custom project installation, so that's what most of the comments are about aside from some tweaky style guide stuff. Let me know if you have any questions.
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Thank you @marcysutton for a thorough review! I included your suggestions and amended the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the quick updates! I'm still having an issue with .env
in a custom project using the plugin (approach # 2), and I have no idea why. When I copy the file to another project it works fine....and I can't tell why it fails. I checked my code into GitHub if you want to take a look at it: https://github.com/marcysutton/gatsby-flotiq-example
In
|
Yes, I amended that yesterday, after the initial set of comments. @marcysutton I opened a PR to your repo with this fix. |
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
@marcysutton can you please take another look. I think I covered everything. |
Thanks, I must have missed that change! I'm still having issues with the API url, even with the right authToken key and restarting the terminal. Still not sure why! |
@andrzejwp The docs you've sent me previously for cloud integration and https://github.com/flotiq/gatsby-source-flotiq indicate |
Good point - the team has recently updated all our starters to use the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I had totally missed dotenv
in the starter. It works now! Thanks so much, I think we can merge.
@marcysutton i am interested what was wrong. is your final fix in the commits here? https://github.com/marcysutton/gatsby-flotiq-example/commits/master |
@muescha two things: the original doc had an incorrect value for |
thx :) |
Thanks and apologies - I wanted to keep the examples in the docs concise and I overdid it :( |
Description
This is a Sourcing from Flotiq documentation page that describes how to setup Gatsby for development with content pulled from Flotiq.
Documentation
Related Issues