-
-
Notifications
You must be signed in to change notification settings - Fork 725
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 AsyncAPI CodeGen blog #106
Merged
Merged
Changes from 16 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
7b19859
add codegen blog
Mrc0113 52a4905
Update asyncapi_codegen_scst.md
Mrc0113 d51452a
Update asyncapi_codegen_scst.md
Mrc0113 1864d86
add avatar
Mrc0113 a28703d
Merge branch 'add-codegen-blog' of github.com:Mrc0113/website into ad…
Mrc0113 a6cd054
Address comments
Mrc0113 ba07cc6
Apply suggestions from code review
Mrc0113 16da625
Updates to fix code & images
Mrc0113 f3667d0
Update content/blog/asyncapi_codegen_scst.md
Mrc0113 dda6619
Update content/blog/asyncapi_codegen_scst.md
Mrc0113 db5eab3
Update content/blog/asyncapi_codegen_scst.md
Mrc0113 1937aea
Update content/blog/asyncapi_codegen_scst.md
Mrc0113 82f149f
Peer Review Comments
Mrc0113 ea14f32
use = in netlify.toml
Mrc0113 2361b29
update netlify.toml again..
Mrc0113 22d0a3b
update netlify.toml again..
Mrc0113 e7e99f2
maybe this time it will work..
Mrc0113 c4045bc
replace : with =
Mrc0113 02e2134
change watch to embed in youtube link
Mrc0113 f955139
fix embed link
Mrc0113 dad1774
Update image
Mrc0113 c8df6fa
Fix image, update date & weight of blog
Mrc0113 88d5697
temporary date change
Mrc0113 1811775
Good to go! DAte next Tuesday
Mrc0113 705b056
change publish date to Tuesday
derberg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[[headers]] | ||
for = "/*" | ||
[headers.values] | ||
X-Frame-Options = "ALLOW" | ||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
sorry, there is no allow directive here, should be allow-from, I'm not toml expert though
https://www.keycdn.com/blog/x-frame-options#3-allow-from-uri-directive
maybe this will work:
X-Frame-Options: "ALLOW-FROM https://www.youtube.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.
trying this, will definitely want to squash and merge 😆