I chose to enable .htaccess generation in Camel Quarkus [1], generate it
there and copy-paste it to camel-website [2].
However, the PR [1]'s CI fails at [3]
antora --generator @antora/xref-validator antora-playbook.yml
error: urls.redirect_facility: must be one of the possible values:
["disabled","netlify","nginx","static"]: value was "httpd"
which sounds very strange because `yarn build` generated a valid
.htaccess file. Do I need to upgrade some antora lib somewhere?
[1] https://github.com/apache/camel-quarkus/pull/1342
[2] https://github.com/apache/camel-website/pull/394
[3]
https://github.com/apache/camel-quarkus/pull/1342/checks?check_run_id=762356762#step:9:41811
Thanks,
-- Peter
On 11/06/2020 17:42, David Jencks wrote:
Actually I think you could turn on Antora’s .htaccess generation once, generate
an .htaccess file for these redirects, add the contents manually to the
existing .htaccess, and turn Antora’s generation back off.
David Jencks
On Jun 11, 2020, at 8:38 AM, David Jencks <david.a.jen...@gmail.com> wrote:
I suggest starting with configuration Antora to generate an .htaccess file from
the page-aliases and then figuring out how to combine the generated .htaccess
with the already-present one.
About how many redirects are involved?
thanks
David Jencks
On Jun 11, 2020, at 6:02 AM, Zoran Regvart <zo...@regvart.com> wrote:
Hi Peter,
you can add redirects to the .htaccess[1] file,
zoran
[1] https://github.com/apache/camel-website/blob/master/static/.htaccess
On Thu, Jun 11, 2020 at 11:34 AM Peter Palaga <ppal...@redhat.com> wrote:
Hi Zoran,
we had too many asciidoc files in one directory, all of which related
either to user guide or to contributor guide. So I decided to split
those into their respective directories. I ensured that redirects were
supported by Antora before doing it, but as I mentioned in this thread
already, I was not right assuming that setting :page-aliases: in
AsciiDoc were enough.
Is there a different way (that currently works on camel.apache.org) for
setting redirects?
Thanks,
-- Peter
On 10/06/2020 20:59, Zoran Regvart wrote:
Hi Peter,
I'm not at all clear as to why is this required, can you elaborate?
zoran
On Tue, Jun 9, 2020 at 3:24 PM Peter Palaga <ppal...@redhat.com> wrote:
Hi,
I thought it was enough to set :page-aliases: in AsciiDoc as in [1]
(because it worked when I tested locally) but apparently it does not
work on camel.apache.org:
https://camel.apache.org/camel-quarkus/latest/first-steps.html should
redirect to
https://camel.apache.org/camel-quarkus/latest/user-guide/first-steps.html
but does not.
Anybody please knows how to fix this?
[1]
https://github.com/apache/camel-quarkus/blame/master/docs/modules/ROOT/pages/user-guide/first-steps.adoc#L2
Thanks,
-- Peter
--
Zoran Regvart