[
https://issues.apache.org/jira/browse/IGNITE-13933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17256659#comment-17256659
]
Mauricio Stekl commented on IGNITE-13933:
-----------------------------------------
[~vkulichenko], I sent a patch to fix the issue:
[https://github.com/apache/ignite-website/pull/66]
I didn't add another parameter to the script, but I'm picking the first char of
the --version parameter. The doc can still be built using the same syntax,
like:
{{./build.sh --version=3.0.0-alpha1 --github-branch=ignite-3.0.0-alpha1}}
> Add an ability to customize documentation source repo
> -----------------------------------------------------
>
> Key: IGNITE-13933
> URL: https://issues.apache.org/jira/browse/IGNITE-13933
> Project: Ignite
> Issue Type: Improvement
> Components: website
> Reporter: Valentin Kulichenko
> Assignee: Mauricio Stekl
> Priority: Critical
> Fix For: 3.0.0-alpha1
>
>
> Documentation deployment script current has the original Ignite repo
> hardcoded:
> https://github.com/apache/ignite-website/blob/master/_docs/build.sh#L42
> Ignite 3.x is located in a different repo: https://github.com/apache/ignite-3
> Suggestion: add a parameter that would allow specifying the version (2.x or
> 3.x). The script should then pick the corresponding repo URL and fetch the
> sources from there.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)