You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2022/12/09 14:26:00 UTC

[jira] [Created] (AVRO-3686) [website] Use .asf.yaml for deploying the webside and documentation.

Martin Tzvetanov Grigorov created AVRO-3686:
-----------------------------------------------

             Summary: [website] Use .asf.yaml for deploying the webside and documentation.
                 Key: AVRO-3686
                 URL: https://issues.apache.org/jira/browse/AVRO-3686
             Project: Apache Avro
          Issue Type: Improvement
          Components: doc, website
            Reporter: Martin Tzvetanov Grigorov
            Assignee: Martin Tzvetanov Grigorov


I'd like to propose changing the way the site/documentation is deployed at [https://avro.apache.org|https://avro.apache.org/].
Currently it comes from Subversion: [http://svn-master.apache.org/repos/asf/avro/site/publish]
I suggest to make use of .asf.yaml ([https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-WebsitedeploymentserviceforGitrepositories]) instead.
 
With the new approach it will be possible to:
1) deploy the docs from master to [https://avro.staged.apache.org|https://avro.staged.apache.org/]
2) deploy latest release, e.g. 1.11.1, to [https://avro.apache.org|https://avro.apache.org/]
3) deploy older versions, e.g. 1.10.0, to [https://avro.apache.org/1.10.0/]
 
 
We will either redirect to the old versions of the docs from Subversion or create Git branches/tags and copy the content.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)