-
Notifications
You must be signed in to change notification settings - Fork 14
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 support for redirect with aliases #124
Conversation
🙈 The PR is closed and the preview is expired. |
667b683
to
6f46f5f
Compare
@ia3andy I don't know if that's what you was thinking, suggestions for improvements are welcome! cc: @melloware |
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.
Would it make sense to have this as a plugin instead? (The migration is easy)
Could we have the doc (maybe add a plugins doc page and I will also add the tagging doc there)?
...loyment/src/main/java/io/quarkiverse/roq/frontmatter/deployment/RoqFrontMatterProcessor.java
Show resolved
Hide resolved
...rc/main/java/io/quarkiverse/roq/frontmatter/deployment/data/RoqFrontMatterDataProcessor.java
Outdated
Show resolved
Hide resolved
...loyment/src/main/java/io/quarkiverse/roq/frontmatter/deployment/RoqFrontMatterProcessor.java
Outdated
Show resolved
Hide resolved
...rc/main/java/io/quarkiverse/roq/frontmatter/deployment/scan/RoqFrontMatterScanProcessor.java
Outdated
Show resolved
Hide resolved
Yeah, it makes sense! |
4948654
to
d9663c4
Compare
...main/java/io/quarkiverse/roq/frontmatter/deployment/data/RoqFrontMatterAliasesBuildItem.java
Outdated
Show resolved
Hide resolved
...nt/src/main/java/io/quarkiverse/roq/plugin/aliases/deployment/RoqPluginAliasesProcessor.java
Outdated
Show resolved
Hide resolved
...nt/src/main/java/io/quarkiverse/roq/plugin/aliases/deployment/RoqPluginAliasesProcessor.java
Outdated
Show resolved
Hide resolved
...nt/src/main/java/io/quarkiverse/roq/plugin/aliases/deployment/RoqPluginAliasesProcessor.java
Show resolved
Hide resolved
.../deployment/src/main/java/io/quarkiverse/roq/frontmatter/deployment/FrontMatterJsonData.java
Outdated
Show resolved
Hide resolved
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.
LGTM
Add support for redirect with aliases
In this pull request we are adding a way to add a alias to frontmatter, it is great when you want to use a shorten link for sharing.
Fixes #77