[
https://issues.apache.org/jira/browse/AVRO-4128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17952641#comment-17952641
]
david radley commented on AVRO-4128:
------------------------------------
Hi [~mgrigorov]
I had a quick look to see if I could do this.
It seems I would need to follow the instructions
[https://github.com/apache/avro/blob/main/doc/README.md]
where it says:
h3. Upload the docs
[|https://github.com/apache/avro/blob/main/doc/README.md#upload-the-docs]
Copy the Markdown content from the release tar to the
{{{}doc/content/en/docs/1.12.0{}}}:
tar xvfz avro-src-1.12.0.tar.gz
Here we need to copy everything, except the {{api/}} directory to this
repository. The markdown will be rendered using Hugo, and the API docs are
already html, and will be served from the ASF SVN. The {{api/}} directory needs
to be uploaded to SVN:
svn co https://svn.apache.org/repos/asf/avro/site cd site/publish/docs/ mkdir
1.12.0 cd 1.12.0 mkdir api cp -r
~/Desktop/avro-release-dist/avro-1.12.0/avro-doc-1.12.0/api/ api/ svn commit -m
"Avro 1.12.0 release"
So I need to start with the tar xvfz avro-src-1.11.4.tar.gz. But this does not
appear to be have been published on [https://github.com/apache/avro/releases] .
If the tar ball is available from a reputable source then I could do the svn
commands to push up the api folder for 1.11.4.
> [site] The website is missing API docs for 1.11.4
> -------------------------------------------------
>
> Key: AVRO-4128
> URL: https://issues.apache.org/jira/browse/AVRO-4128
> Project: Apache Avro
> Issue Type: Bug
> Components: website
> Affects Versions: 1.11.4
> Reporter: Ryan Skraba
> Priority: Major
>
> When you go to the website for release 1.11.4:
> [https://avro.apache.org/docs/1.11.4/|https://avro.apache.org/docs/1.11.4/,]
> all of the API links in the sidebar have 404 errors.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)