You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by gi...@apache.org on 2022/06/05 01:28:00 UTC

[parquet-site] branch asf-site updated: deploy: 8bcec7833b65be9631042e594440fa562f09e94c

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/parquet-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b670bcd  deploy: 8bcec7833b65be9631042e594440fa562f09e94c
b670bcd is described below

commit b670bcdc63ac7c137e2dcb8620a89530f416fb9d
Author: shangxinli <sh...@users.noreply.github.com>
AuthorDate: Sun Jun 5 01:27:56 2022 +0000

    deploy: 8bcec7833b65be9631042e594440fa562f09e94c
---
 output/docs/_print/index.html                      |  6 ++++--
 .../docs/contribution-guidelines/_print/index.html |  6 ++++--
 .../contributing/index.html                        | 10 ++++++----
 output/docs/contribution-guidelines/index.xml      | 23 ++++++++++++++++++++--
 .../contribution-guidelines/releasing/index.html   |  8 ++++----
 output/docs/index.xml                              | 23 ++++++++++++++++++++--
 output/sitemap.xml                                 |  2 +-
 7 files changed, 61 insertions(+), 17 deletions(-)

diff --git a/output/docs/_print/index.html b/output/docs/_print/index.html
index 3f4a575..55a9bf7 100644
--- a/output/docs/_print/index.html
+++ b/output/docs/_print/index.html
@@ -143,7 +143,9 @@ Pull request #X merged!
 Merge hash: 485658a5
 
 Would you like to pick 485658a5 into another branch? (y/n):
-</code></pre><p>For now just say <code>n</code> as we have 1 branch</p><h2 id=website>Website</h2><p>TODO</p></div><div class=td-content style=page-break-before:always><h1 id=pg-d65ca0c6c1ffbeb20627c4d33e7e3dc4>4.4 - Releasing Parquet</h1><div class=lead>How to release Parquet</div><h3 id=setup>Setup</h3><p>You will need: * PGP code signing keys, published in <a href=https://downloads.apache.org/parquet/KEYS>KEYS</a> * Permission to stage artifacts in Nexus</p><p>Make sure you have permi [...]
+</code></pre><p>For now just say <code>n</code> as we have 1 branch</p><h2 id=website>Website</h2><h3 id=release-documentation>Release Documentation</h3><p>To create documentation for a new release of <code>parquet-format</code> create a new <releasenumber>.md file under <code>content/en/blog/parquet-format</code>. Please see existing files in that directory as an example.</p><p>To create documentation for a new release of <code>parquet-mr</code> create a new <releasenumber>.md file unde [...]
+job in the <a href=https://github.com/apache/parquet-site/blob/staging/.github/workflows/deploy.yml>deployment workflow</a> will be run, populating the <code>asf-staging</code> branch on this repo with the necessary files.</li></ol><p><strong>Do not directly edit the <code>asf-staging</code> branch of this repo</strong></p><h4 id=production>Production</h4><p>To make a change to the <code>production</code> version of the website:</p><ol><li>Make a PR against the <code>production</code> br [...]
+job in the <a href=https://github.com/apache/parquet-site/blob/production/.github/workflows/deploy.yml>deployment workflow</a> will be run, populating the <code>asf-site</code> branch on this repo with the necessary files.</li></ol><p><strong>Do not directly edit the <code>asf-site</code> branch of this repo</strong></p></div><div class=td-content style=page-break-before:always><h1 id=pg-d65ca0c6c1ffbeb20627c4d33e7e3dc4>4.4 - Releasing Parquet</h1><div class=lead>How to release Parquet</ [...]
 </code></pre><p>If you have problems, read the <a href=https://www.apache.org/dev/publishing-maven-artifacts.html>publishing Maven artifacts documentation</a></p><h3 id=release-process>Release process</h3><p>Parquet uses the maven-release-plugin to tag a release and push binary artifacts to staging in Nexus. Once maven completes the release, the offical source tarball is built from the tag.</p><p>Before you start the release process:</p><ol><li>Verify that the release is finished (no pla [...]
 </code></pre><p>This runs maven’s release prepare with a consistent tag name. After this step, the release tag will exist in the git repository.</p><p>If this step fails, you can roll back the changes by running these commands.</p><pre><code>find ./ -type f -name '*.releaseBackup' -exec rm {} \;
 find ./ -type f -name 'pom.xml' -exec git checkout {} \;
@@ -187,7 +189,7 @@ svn co https://dist.apache.org/repos/dist/release/parquet releases
 </code></pre><p>Then add and commit the release artifacts:</p><pre><code>cd releases
 svn add apache-parquet-&lt;version&gt;
 svn ci -m &quot;Parquet: Add release &lt;VERSION&gt;&quot;
-</code></pre><h4 id=4-update-parquetapacheorg>4. Update parquet.apache.org</h4><p>Update the downloads page on parquet.apache.org. Instructions for updating the site are on the <a href=http://parquet.apache.org/contribute/>contribution page</a>.</p><h4 id=5-send-an-announce-e-mail-to-announceapacheorgmailtoannounceapacheorg-and-the-dev-list>5. Send an ANNOUNCE e-mail to <a href=mailto:announce@apache.org>announce@apache.org</a> and the dev list</h4><pre><code>[ANNOUNCE] Apache Parquet re [...]
+</code></pre><h4 id=4-update-parquetapacheorg>4. Update parquet.apache.org</h4><p>Update the downloads page on parquet.apache.org. Instructions for updating the site are on the <a href=http://parquet.apache.org/docs/contribution-guidelines/contributing/>contribution page</a>.</p><h4 id=5-send-an-announce-e-mail-to-announceapacheorgmailtoannounceapacheorg-and-the-dev-list>5. Send an ANNOUNCE e-mail to <a href=mailto:announce@apache.org>announce@apache.org</a> and the dev list</h4><pre><co [...]
 
 
 I'm please to announce the release of Parquet &lt;VERSION&gt;!
diff --git a/output/docs/contribution-guidelines/_print/index.html b/output/docs/contribution-guidelines/_print/index.html
index 44925b5..2dabec0 100644
--- a/output/docs/contribution-guidelines/_print/index.html
+++ b/output/docs/contribution-guidelines/_print/index.html
@@ -47,7 +47,9 @@ Pull request #X merged!
 Merge hash: 485658a5
 
 Would you like to pick 485658a5 into another branch? (y/n):
-</code></pre><p>For now just say <code>n</code> as we have 1 branch</p><h2 id=website>Website</h2><p>TODO</p></div><div class=td-content style=page-break-before:always><h1 id=pg-d65ca0c6c1ffbeb20627c4d33e7e3dc4>4 - Releasing Parquet</h1><div class=lead>How to release Parquet</div><h3 id=setup>Setup</h3><p>You will need: * PGP code signing keys, published in <a href=https://downloads.apache.org/parquet/KEYS>KEYS</a> * Permission to stage artifacts in Nexus</p><p>Make sure you have permiss [...]
+</code></pre><p>For now just say <code>n</code> as we have 1 branch</p><h2 id=website>Website</h2><h3 id=release-documentation>Release Documentation</h3><p>To create documentation for a new release of <code>parquet-format</code> create a new <releasenumber>.md file under <code>content/en/blog/parquet-format</code>. Please see existing files in that directory as an example.</p><p>To create documentation for a new release of <code>parquet-mr</code> create a new <releasenumber>.md file unde [...]
+job in the <a href=https://github.com/apache/parquet-site/blob/staging/.github/workflows/deploy.yml>deployment workflow</a> will be run, populating the <code>asf-staging</code> branch on this repo with the necessary files.</li></ol><p><strong>Do not directly edit the <code>asf-staging</code> branch of this repo</strong></p><h4 id=production>Production</h4><p>To make a change to the <code>production</code> version of the website:</p><ol><li>Make a PR against the <code>production</code> br [...]
+job in the <a href=https://github.com/apache/parquet-site/blob/production/.github/workflows/deploy.yml>deployment workflow</a> will be run, populating the <code>asf-site</code> branch on this repo with the necessary files.</li></ol><p><strong>Do not directly edit the <code>asf-site</code> branch of this repo</strong></p></div><div class=td-content style=page-break-before:always><h1 id=pg-d65ca0c6c1ffbeb20627c4d33e7e3dc4>4 - Releasing Parquet</h1><div class=lead>How to release Parquet</di [...]
 </code></pre><p>If you have problems, read the <a href=https://www.apache.org/dev/publishing-maven-artifacts.html>publishing Maven artifacts documentation</a></p><h3 id=release-process>Release process</h3><p>Parquet uses the maven-release-plugin to tag a release and push binary artifacts to staging in Nexus. Once maven completes the release, the offical source tarball is built from the tag.</p><p>Before you start the release process:</p><ol><li>Verify that the release is finished (no pla [...]
 </code></pre><p>This runs maven’s release prepare with a consistent tag name. After this step, the release tag will exist in the git repository.</p><p>If this step fails, you can roll back the changes by running these commands.</p><pre><code>find ./ -type f -name '*.releaseBackup' -exec rm {} \;
 find ./ -type f -name 'pom.xml' -exec git checkout {} \;
@@ -91,7 +93,7 @@ svn co https://dist.apache.org/repos/dist/release/parquet releases
 </code></pre><p>Then add and commit the release artifacts:</p><pre><code>cd releases
 svn add apache-parquet-&lt;version&gt;
 svn ci -m &quot;Parquet: Add release &lt;VERSION&gt;&quot;
-</code></pre><h4 id=4-update-parquetapacheorg>4. Update parquet.apache.org</h4><p>Update the downloads page on parquet.apache.org. Instructions for updating the site are on the <a href=http://parquet.apache.org/contribute/>contribution page</a>.</p><h4 id=5-send-an-announce-e-mail-to-announceapacheorgmailtoannounceapacheorg-and-the-dev-list>5. Send an ANNOUNCE e-mail to <a href=mailto:announce@apache.org>announce@apache.org</a> and the dev list</h4><pre><code>[ANNOUNCE] Apache Parquet re [...]
+</code></pre><h4 id=4-update-parquetapacheorg>4. Update parquet.apache.org</h4><p>Update the downloads page on parquet.apache.org. Instructions for updating the site are on the <a href=http://parquet.apache.org/docs/contribution-guidelines/contributing/>contribution page</a>.</p><h4 id=5-send-an-announce-e-mail-to-announceapacheorgmailtoannounceapacheorg-and-the-dev-list>5. Send an ANNOUNCE e-mail to <a href=mailto:announce@apache.org>announce@apache.org</a> and the dev list</h4><pre><co [...]
 
 
 I'm please to announce the release of Parquet &lt;VERSION&gt;!
diff --git a/output/docs/contribution-guidelines/contributing/index.html b/output/docs/contribution-guidelines/contributing/index.html
index 9f9c262..64d673b 100644
--- a/output/docs/contribution-guidelines/contributing/index.html
+++ b/output/docs/contribution-guidelines/contributing/index.html
@@ -1,14 +1,14 @@
 <!doctype html><html lang=en class=no-js><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=generator content="Hugo 0.100.1"><meta name=robots content="index, follow"><link rel="shortcut icon" href=/favicons/favicon.ico><link rel=apple-touch-icon href=/favicons/apple-touch-icon-180x180.png sizes=180x180><link rel=icon type=image/png href=/favicons/favicon-16x16.png sizes=16x16><link rel=icon type=image/png href=/favicons [...]
 "><meta property="og:title" content="Contributing to Parquet"><meta property="og:description" content="How to contribute to Parquet
-"><meta property="og:type" content="article"><meta property="og:url" content="/docs/contribution-guidelines/contributing/"><meta property="article:section" content="docs"><meta property="article:modified_time" content="2022-03-24T09:39:00-04:00"><meta property="og:site_name" content="Apache Parquet"><meta itemprop=name content="Contributing to Parquet"><meta itemprop=description content="How to contribute to Parquet
-"><meta itemprop=dateModified content="2022-03-24T09:39:00-04:00"><meta itemprop=wordCount content="499"><meta itemprop=keywords content><meta name=twitter:card content="summary"><meta name=twitter:title content="Contributing to Parquet"><meta name=twitter:description content="How to contribute to Parquet
+"><meta property="og:type" content="article"><meta property="og:url" content="/docs/contribution-guidelines/contributing/"><meta property="article:section" content="docs"><meta property="article:modified_time" content="2022-06-02T09:33:55-04:00"><meta property="og:site_name" content="Apache Parquet"><meta itemprop=name content="Contributing to Parquet"><meta itemprop=description content="How to contribute to Parquet
+"><meta itemprop=dateModified content="2022-06-02T09:33:55-04:00"><meta itemprop=wordCount content="680"><meta itemprop=keywords content><meta name=twitter:card content="summary"><meta name=twitter:title content="Contributing to Parquet"><meta name=twitter:description content="How to contribute to Parquet
 "><link rel=preload href=/scss/main.min.f24258008619674c862060e44d207ffd589754b695d7d90fce36dbc880379412.css as=style><link href=/scss/main.min.f24258008619674c862060e44d207ffd589754b695d7d90fce36dbc880379412.css rel=stylesheet integrity><script src=https://code.jquery.com/jquery-3.6.0.min.js integrity=sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK crossorigin=anonymous></script>
 <link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3></pre></li></head><body class=td-page><header><nav class="js-navbar-scroll navbar navbar-expand navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand href=/><span class=navbar-logo><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"><g id="surface1"><path style="stroke:none;fill-rule:evenodd;fill:#fcfcfc;fill-opacity:1" d="M15.90 [...]
 <button class="btn btn-link td-sidebar__toggle d-md-none p-0 ml-3 fas fa-bars" type=button data-toggle=collapse data-target=#td-section-nav aria-controls=td-docs-nav aria-expanded=false aria-label="Toggle section navigation"></button></form><nav class="collapse td-sidebar-nav" id=td-section-nav><ul class="td-sidebar-nav__section pr-md-3 ul-0"><li class="td-sidebar-nav__section-title td-sidebar-nav__section with-child active-path" id=m-docs-li><a href=/docs/ class="align-left pl-0 td-side [...]
 <a href=https://github.com/apache/parquet-site/edit/production/content/en/docs/Contribution%20Guidelines/contributing.md class=td-page-meta--edit target=_blank rel=noopener><i class="fa fa-edit fa-fw"></i> Edit this page</a>
 <a href="https://github.com/apache/parquet-site/new/production/content/en/docs/Contribution%20Guidelines/contributing.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front [...]
 <a href="https://github.com/apache/parquet-site/issues/new?title=Contributing%20to%20Parquet" class=td-page-meta--issue target=_blank rel=noopener><i class="fab fa-github fa-fw"></i> Create documentation issue</a>
-<a id=print href=/docs/contribution-guidelines/_print/><i class="fa fa-print fa-fw"></i> Print entire section</a></div></aside><main class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a href=/docs/>Documentation</a></li><li class=breadcrumb-item><a href=/docs/contribution-guidelines/>Developer Guide</a></li><li class="breadcrumb-item active" aria-current=page><a href=/docs/contribution-guideli [...]
+<a id=print href=/docs/contribution-guidelines/_print/><i class="fa fa-print fa-fw"></i> Print entire section</a></div><div class=td-toc><nav id=TableOfContents><ul><li><a href=#pull-requests>Pull Requests</a></li><li><a href=#committers>Committers</a></li><li><a href=#website>Website</a><ul><li><a href=#release-documentation>Release Documentation</a></li><li><a href=#website-development-and-deployment>Website development and deployment</a></li></ul></li></ul></nav></div></aside><main cl [...]
 git remote add apache https://gitbox.apache.org/repos/asf?p=parquet-mr.git
 </code></pre><p>run the following command</p><pre><code>dev/merge_parquet_pr.py
 </code></pre><p>example output:</p><pre><code>Which pull request would you like to merge? (e.g. 34):
@@ -50,7 +50,9 @@ Pull request #X merged!
 Merge hash: 485658a5
 
 Would you like to pick 485658a5 into another branch? (y/n):
-</code></pre><p>For now just say <code>n</code> as we have 1 branch</p><h2 id=website>Website</h2><p>TODO</p><div class="text-muted mt-5 pt-3 border-top">Last modified March 24, 2022: <a href=https://github.com/apache/parquet-site/commit/3563721676b364b767058a953f2bcc3e2c0c4b09>Final Squash (3563721)</a></div></div></main></div></div><footer class="bg-dark py-5 row d-print-none"><div class="container-fluid mx-sm-5"><div class=row><div class="col-6 col-sm-4 text-xs-center order-sm-2"><ul  [...]
+</code></pre><p>For now just say <code>n</code> as we have 1 branch</p><h2 id=website>Website</h2><h3 id=release-documentation>Release Documentation</h3><p>To create documentation for a new release of <code>parquet-format</code> create a new <releasenumber>.md file under <code>content/en/blog/parquet-format</code>. Please see existing files in that directory as an example.</p><p>To create documentation for a new release of <code>parquet-mr</code> create a new <releasenumber>.md file unde [...]
+job in the <a href=https://github.com/apache/parquet-site/blob/staging/.github/workflows/deploy.yml>deployment workflow</a> will be run, populating the <code>asf-staging</code> branch on this repo with the necessary files.</li></ol><p><strong>Do not directly edit the <code>asf-staging</code> branch of this repo</strong></p><h4 id=production>Production</h4><p>To make a change to the <code>production</code> version of the website:</p><ol><li>Make a PR against the <code>production</code> br [...]
+job in the <a href=https://github.com/apache/parquet-site/blob/production/.github/workflows/deploy.yml>deployment workflow</a> will be run, populating the <code>asf-site</code> branch on this repo with the necessary files.</li></ol><p><strong>Do not directly edit the <code>asf-site</code> branch of this repo</strong></p><div class="text-muted mt-5 pt-3 border-top">Last modified June 2, 2022: <a href=https://github.com/apache/parquet-site/commit/0387231e1640a505bf0b78f66270c951fe9b8bbe>Up [...]
 <small class=ml-1><a href=https://policies.google.com/privacy target=_blank rel=noopener>Privacy Policy</a></small></div></div></div></footer></div><script src=https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js integrity=sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN crossorigin=anonymous></script>
 <script src=https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.min.js integrity="sha512-UR25UO94eTnCVwjbXozyeVd6ZqpaAE9naiEUBK/A+QDbfSTQFhPGj5lOR6d8tsgbBk84Ggb5A3EkjsOgPRPcKA==" crossorigin=anonymous></script>
 <script src=/js/tabpane-persist.js></script>
diff --git a/output/docs/contribution-guidelines/index.xml b/output/docs/contribution-guidelines/index.xml
index 05f64f2..916a9d5 100644
--- a/output/docs/contribution-guidelines/index.xml
+++ b/output/docs/contribution-guidelines/index.xml
@@ -70,7 +70,26 @@ Would you like to pick 485658a5 into another branch? (y/n):
 &lt;/code>&lt;/pre>
 &lt;p>For now just say &lt;code>n&lt;/code> as we have 1 branch&lt;/p>
 &lt;h2 id="website">Website&lt;/h2>
-&lt;p>TODO&lt;/p></description></item><item><title>Docs: Releasing Parquet</title><link>/docs/contribution-guidelines/releasing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/contribution-guidelines/releasing/</guid><description>
+&lt;h3 id="release-documentation">Release Documentation&lt;/h3>
+&lt;p>To create documentation for a new release of &lt;code>parquet-format&lt;/code> create a new &lt;releaseNumber>.md file under &lt;code>content/en/blog/parquet-format&lt;/code>. Please see existing files in that directory as an example.&lt;/p>
+&lt;p>To create documentation for a new release of &lt;code>parquet-mr&lt;/code> create a new &lt;releaseNumber>.md file under &lt;code>content/en/blog/parquet-mr&lt;/code>. Please see existing files in that directory as an example.&lt;/p>
+&lt;h3 id="website-development-and-deployment">Website development and deployment&lt;/h3>
+&lt;h4 id="staging">Staging&lt;/h4>
+&lt;p>To make a change to the &lt;code>staging&lt;/code> version of the website:&lt;/p>
+&lt;ol>
+&lt;li>Make a PR against the &lt;code>staging&lt;/code> branch in the repository&lt;/li>
+&lt;li>Once the PR is merged, the &lt;code>Build and Deploy Parquet Site&lt;/code>
+job in the &lt;a href="https://github.com/apache/parquet-site/blob/staging/.github/workflows/deploy.yml">deployment workflow&lt;/a> will be run, populating the &lt;code>asf-staging&lt;/code> branch on this repo with the necessary files.&lt;/li>
+&lt;/ol>
+&lt;p>&lt;strong>Do not directly edit the &lt;code>asf-staging&lt;/code> branch of this repo&lt;/strong>&lt;/p>
+&lt;h4 id="production">Production&lt;/h4>
+&lt;p>To make a change to the &lt;code>production&lt;/code> version of the website:&lt;/p>
+&lt;ol>
+&lt;li>Make a PR against the &lt;code>production&lt;/code> branch in the repository&lt;/li>
+&lt;li>Once the PR is merged, the &lt;code>Build and Deploy Parquet Site&lt;/code>
+job in the &lt;a href="https://github.com/apache/parquet-site/blob/production/.github/workflows/deploy.yml">deployment workflow&lt;/a> will be run, populating the &lt;code>asf-site&lt;/code> branch on this repo with the necessary files.&lt;/li>
+&lt;/ol>
+&lt;p>&lt;strong>Do not directly edit the &lt;code>asf-site&lt;/code> branch of this repo&lt;/strong>&lt;/p></description></item><item><title>Docs: Releasing Parquet</title><link>/docs/contribution-guidelines/releasing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/contribution-guidelines/releasing/</guid><description>
 &lt;h3 id="setup">Setup&lt;/h3>
 &lt;p>You will need: * PGP code signing keys, published in &lt;a href="https://downloads.apache.org/parquet/KEYS">KEYS&lt;/a> * Permission to stage artifacts in Nexus&lt;/p>
 &lt;p>Make sure you have permission to deploy Parquet artifacts to Nexus by pushing a snapshot:&lt;/p>
@@ -162,7 +181,7 @@ svn add apache-parquet-&amp;lt;version&amp;gt;
 svn ci -m &amp;quot;Parquet: Add release &amp;lt;VERSION&amp;gt;&amp;quot;
 &lt;/code>&lt;/pre>
 &lt;h4 id="4-update-parquetapacheorg">4. Update parquet.apache.org&lt;/h4>
-&lt;p>Update the downloads page on parquet.apache.org. Instructions for updating the site are on the &lt;a href="http://parquet.apache.org/contribute/">contribution page&lt;/a>.&lt;/p>
+&lt;p>Update the downloads page on parquet.apache.org. Instructions for updating the site are on the &lt;a href="http://parquet.apache.org/docs/contribution-guidelines/contributing/">contribution page&lt;/a>.&lt;/p>
 &lt;h4 id="5-send-an-announce-e-mail-to-announceapacheorgmailtoannounceapacheorg-and-the-dev-list">5. Send an ANNOUNCE e-mail to &lt;a href="mailto:announce@apache.org">announce@apache.org&lt;/a> and the dev list&lt;/h4>
 &lt;pre>&lt;code>[ANNOUNCE] Apache Parquet release &amp;lt;VERSION&amp;gt;
 I'm please to announce the release of Parquet &amp;lt;VERSION&amp;gt;!
diff --git a/output/docs/contribution-guidelines/releasing/index.html b/output/docs/contribution-guidelines/releasing/index.html
index ea57204..e199921 100644
--- a/output/docs/contribution-guidelines/releasing/index.html
+++ b/output/docs/contribution-guidelines/releasing/index.html
@@ -1,7 +1,7 @@
 <!doctype html><html lang=en class=no-js><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=generator content="Hugo 0.100.1"><meta name=robots content="index, follow"><link rel="shortcut icon" href=/favicons/favicon.ico><link rel=apple-touch-icon href=/favicons/apple-touch-icon-180x180.png sizes=180x180><link rel=icon type=image/png href=/favicons/favicon-16x16.png sizes=16x16><link rel=icon type=image/png href=/favicons [...]
 "><meta property="og:title" content="Releasing Parquet"><meta property="og:description" content="How to release Parquet
-"><meta property="og:type" content="article"><meta property="og:url" content="/docs/contribution-guidelines/releasing/"><meta property="article:section" content="docs"><meta property="article:modified_time" content="2022-03-24T09:39:00-04:00"><meta property="og:site_name" content="Apache Parquet"><meta itemprop=name content="Releasing Parquet"><meta itemprop=description content="How to release Parquet
-"><meta itemprop=dateModified content="2022-03-24T09:39:00-04:00"><meta itemprop=wordCount content="713"><meta itemprop=keywords content><meta name=twitter:card content="summary"><meta name=twitter:title content="Releasing Parquet"><meta name=twitter:description content="How to release Parquet
+"><meta property="og:type" content="article"><meta property="og:url" content="/docs/contribution-guidelines/releasing/"><meta property="article:section" content="docs"><meta property="article:modified_time" content="2022-06-02T09:33:55-04:00"><meta property="og:site_name" content="Apache Parquet"><meta itemprop=name content="Releasing Parquet"><meta itemprop=description content="How to release Parquet
+"><meta itemprop=dateModified content="2022-06-02T09:33:55-04:00"><meta itemprop=wordCount content="713"><meta itemprop=keywords content><meta name=twitter:card content="summary"><meta name=twitter:title content="Releasing Parquet"><meta name=twitter:description content="How to release Parquet
 "><link rel=preload href=/scss/main.min.f24258008619674c862060e44d207ffd589754b695d7d90fce36dbc880379412.css as=style><link href=/scss/main.min.f24258008619674c862060e44d207ffd589754b695d7d90fce36dbc880379412.css rel=stylesheet integrity><script src=https://code.jquery.com/jquery-3.6.0.min.js integrity=sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK crossorigin=anonymous></script>
 <link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3></pre></li></head><body class=td-page><header><nav class="js-navbar-scroll navbar navbar-expand navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand href=/><span class=navbar-logo><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"><g id="surface1"><path style="stroke:none;fill-rule:evenodd;fill:#fcfcfc;fill-opacity:1" d="M15.90 [...]
 <button class="btn btn-link td-sidebar__toggle d-md-none p-0 ml-3 fas fa-bars" type=button data-toggle=collapse data-target=#td-section-nav aria-controls=td-docs-nav aria-expanded=false aria-label="Toggle section navigation"></button></form><nav class="collapse td-sidebar-nav" id=td-section-nav><ul class="td-sidebar-nav__section pr-md-3 ul-0"><li class="td-sidebar-nav__section-title td-sidebar-nav__section with-child active-path" id=m-docs-li><a href=/docs/ class="align-left pl-0 td-side [...]
@@ -52,7 +52,7 @@ svn co https://dist.apache.org/repos/dist/release/parquet releases
 </code></pre><p>Then add and commit the release artifacts:</p><pre><code>cd releases
 svn add apache-parquet-&lt;version&gt;
 svn ci -m &quot;Parquet: Add release &lt;VERSION&gt;&quot;
-</code></pre><h4 id=4-update-parquetapacheorg>4. Update parquet.apache.org</h4><p>Update the downloads page on parquet.apache.org. Instructions for updating the site are on the <a href=http://parquet.apache.org/contribute/>contribution page</a>.</p><h4 id=5-send-an-announce-e-mail-to-announceapacheorgmailtoannounceapacheorg-and-the-dev-list>5. Send an ANNOUNCE e-mail to <a href=mailto:announce@apache.org>announce@apache.org</a> and the dev list</h4><pre><code>[ANNOUNCE] Apache Parquet re [...]
+</code></pre><h4 id=4-update-parquetapacheorg>4. Update parquet.apache.org</h4><p>Update the downloads page on parquet.apache.org. Instructions for updating the site are on the <a href=http://parquet.apache.org/docs/contribution-guidelines/contributing/>contribution page</a>.</p><h4 id=5-send-an-announce-e-mail-to-announceapacheorgmailtoannounceapacheorg-and-the-dev-list>5. Send an ANNOUNCE e-mail to <a href=mailto:announce@apache.org>announce@apache.org</a> and the dev list</h4><pre><co [...]
 
 
 I'm please to announce the release of Parquet &lt;VERSION&gt;!
@@ -68,7 +68,7 @@ This release can be downloaded from: https://parquet.apache.org/downloads/
 Java artifacts are available from Maven Central.
 
 Thanks to everyone for contributing!
-</code></pre><div class="text-muted mt-5 pt-3 border-top">Last modified March 24, 2022: <a href=https://github.com/apache/parquet-site/commit/3563721676b364b767058a953f2bcc3e2c0c4b09>Final Squash (3563721)</a></div></div></main></div></div><footer class="bg-dark py-5 row d-print-none"><div class="container-fluid mx-sm-5"><div class=row><div class="col-6 col-sm-4 text-xs-center order-sm-2"><ul class="list-inline mb-0"><li class="list-inline-item mx-2 h3" data-toggle=tooltip data-placement [...]
+</code></pre><div class="text-muted mt-5 pt-3 border-top">Last modified June 2, 2022: <a href=https://github.com/apache/parquet-site/commit/0387231e1640a505bf0b78f66270c951fe9b8bbe>Update website release docs (0387231)</a></div></div></main></div></div><footer class="bg-dark py-5 row d-print-none"><div class="container-fluid mx-sm-5"><div class=row><div class="col-6 col-sm-4 text-xs-center order-sm-2"><ul class="list-inline mb-0"><li class="list-inline-item mx-2 h3" data-toggle=tooltip d [...]
 <small class=ml-1><a href=https://policies.google.com/privacy target=_blank rel=noopener>Privacy Policy</a></small></div></div></div></footer></div><script src=https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js integrity=sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN crossorigin=anonymous></script>
 <script src=https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.min.js integrity="sha512-UR25UO94eTnCVwjbXozyeVd6ZqpaAE9naiEUBK/A+QDbfSTQFhPGj5lOR6d8tsgbBk84Ggb5A3EkjsOgPRPcKA==" crossorigin=anonymous></script>
 <script src=/js/tabpane-persist.js></script>
diff --git a/output/docs/index.xml b/output/docs/index.xml
index 607ec8d..41e0bc4 100644
--- a/output/docs/index.xml
+++ b/output/docs/index.xml
@@ -284,7 +284,26 @@ Would you like to pick 485658a5 into another branch? (y/n):
 &lt;/code>&lt;/pre>
 &lt;p>For now just say &lt;code>n&lt;/code> as we have 1 branch&lt;/p>
 &lt;h2 id="website">Website&lt;/h2>
-&lt;p>TODO&lt;/p></description></item><item><title>Docs: Sponsor</title><link>/docs/asf/sponsor/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/asf/sponsor/</guid><description>
+&lt;h3 id="release-documentation">Release Documentation&lt;/h3>
+&lt;p>To create documentation for a new release of &lt;code>parquet-format&lt;/code> create a new &lt;releaseNumber>.md file under &lt;code>content/en/blog/parquet-format&lt;/code>. Please see existing files in that directory as an example.&lt;/p>
+&lt;p>To create documentation for a new release of &lt;code>parquet-mr&lt;/code> create a new &lt;releaseNumber>.md file under &lt;code>content/en/blog/parquet-mr&lt;/code>. Please see existing files in that directory as an example.&lt;/p>
+&lt;h3 id="website-development-and-deployment">Website development and deployment&lt;/h3>
+&lt;h4 id="staging">Staging&lt;/h4>
+&lt;p>To make a change to the &lt;code>staging&lt;/code> version of the website:&lt;/p>
+&lt;ol>
+&lt;li>Make a PR against the &lt;code>staging&lt;/code> branch in the repository&lt;/li>
+&lt;li>Once the PR is merged, the &lt;code>Build and Deploy Parquet Site&lt;/code>
+job in the &lt;a href="https://github.com/apache/parquet-site/blob/staging/.github/workflows/deploy.yml">deployment workflow&lt;/a> will be run, populating the &lt;code>asf-staging&lt;/code> branch on this repo with the necessary files.&lt;/li>
+&lt;/ol>
+&lt;p>&lt;strong>Do not directly edit the &lt;code>asf-staging&lt;/code> branch of this repo&lt;/strong>&lt;/p>
+&lt;h4 id="production">Production&lt;/h4>
+&lt;p>To make a change to the &lt;code>production&lt;/code> version of the website:&lt;/p>
+&lt;ol>
+&lt;li>Make a PR against the &lt;code>production&lt;/code> branch in the repository&lt;/li>
+&lt;li>Once the PR is merged, the &lt;code>Build and Deploy Parquet Site&lt;/code>
+job in the &lt;a href="https://github.com/apache/parquet-site/blob/production/.github/workflows/deploy.yml">deployment workflow&lt;/a> will be run, populating the &lt;code>asf-site&lt;/code> branch on this repo with the necessary files.&lt;/li>
+&lt;/ol>
+&lt;p>&lt;strong>Do not directly edit the &lt;code>asf-site&lt;/code> branch of this repo&lt;/strong>&lt;/p></description></item><item><title>Docs: Sponsor</title><link>/docs/asf/sponsor/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/asf/sponsor/</guid><description>
 &lt;p>&lt;a href="https://www.apache.org/foundation/thanks.html">Sponsor&lt;/a>&lt;/p></description></item><item><title>Docs: Donate</title><link>/docs/asf/donate/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/asf/donate/</guid><description>
 &lt;p>&lt;a href="https://www.apache.org/foundation/sponsorship.html">Donate&lt;/a>&lt;/p></description></item><item><title>Docs: Releasing Parquet</title><link>/docs/contribution-guidelines/releasing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/contribution-guidelines/releasing/</guid><description>
 &lt;h3 id="setup">Setup&lt;/h3>
@@ -378,7 +397,7 @@ svn add apache-parquet-&amp;lt;version&amp;gt;
 svn ci -m &amp;quot;Parquet: Add release &amp;lt;VERSION&amp;gt;&amp;quot;
 &lt;/code>&lt;/pre>
 &lt;h4 id="4-update-parquetapacheorg">4. Update parquet.apache.org&lt;/h4>
-&lt;p>Update the downloads page on parquet.apache.org. Instructions for updating the site are on the &lt;a href="http://parquet.apache.org/contribute/">contribution page&lt;/a>.&lt;/p>
+&lt;p>Update the downloads page on parquet.apache.org. Instructions for updating the site are on the &lt;a href="http://parquet.apache.org/docs/contribution-guidelines/contributing/">contribution page&lt;/a>.&lt;/p>
 &lt;h4 id="5-send-an-announce-e-mail-to-announceapacheorgmailtoannounceapacheorg-and-the-dev-list">5. Send an ANNOUNCE e-mail to &lt;a href="mailto:announce@apache.org">announce@apache.org&lt;/a> and the dev list&lt;/h4>
 &lt;pre>&lt;code>[ANNOUNCE] Apache Parquet release &amp;lt;VERSION&amp;gt;
 I'm please to announce the release of Parquet &amp;lt;VERSION&amp;gt;!
diff --git a/output/sitemap.xml b/output/sitemap.xml
index 32d56d5..be07030 100644
--- a/output/sitemap.xml
+++ b/output/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/docs/file-format/data-pages/encodings/</loc><lastmod>2022-03-24T09:39:00-04:00</lastmod></url><url><loc>/docs/asf/license/</loc><lastmod>2022-03-24T09:39:00-04:00</lastmod></url><url><loc>/docs/contribution-guidelines/modules/</loc><lastmod>2022-03-24T09:39:00-04:00</lastmod></url><url><loc>/docs/overview/</loc><lastmod>2 [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/docs/file-format/data-pages/encodings/</loc><lastmod>2022-03-24T09:39:00-04:00</lastmod></url><url><loc>/docs/asf/license/</loc><lastmod>2022-03-24T09:39:00-04:00</lastmod></url><url><loc>/docs/contribution-guidelines/modules/</loc><lastmod>2022-03-24T09:39:00-04:00</lastmod></url><url><loc>/docs/overview/</loc><lastmod>2 [...]
\ No newline at end of file