This is an automated email from the ASF dual-hosted git repository.
richardantal pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/phoenix-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new f23d16a1 PHOENIX-6672: update building_website.html to mention git
instead of svn addendum (#5)
f23d16a1 is described below
commit f23d16a121b6ca85e01f6b6fc9fe08132b562c96
Author: richardantal <[email protected]>
AuthorDate: Tue Jan 13 12:18:24 2026 +0100
PHOENIX-6672: update building_website.html to mention git instead of svn
addendum (#5)
Co-authored-by: Richard Antal <[email protected]>
---
output/building_website.html | 2 +-
site/source/src/site/markdown/building_website.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/output/building_website.html b/output/building_website.html
index 04bd40ff..5222e594 100644
--- a/output/building_website.html
+++ b/output/building_website.html
@@ -181,7 +181,7 @@ Generated by Apache Maven Doxia
<li>Edit/Add source markdown files in
<code>site/source/src/site/markdown</code> directory.</li>
<li>Edit <code>phoenix-docs/src/docsrc/help/phoenix.csv</code> to update
Reference pages, adding any missing new words to
<code>phoenix-docs/src/tools/org/h2/build/doc/dictionary.txt</code>.</li>
<li>Run <code>build.sh</code> located at root to generate/update html web
pages in <code>output</code> directory</li>
- <li><code>svn commit</code> source markdown files and html web pages then
<code>git commit</code> and <code>git push</code></li>
+ <li><code>git commit</code> source markdown files and html web pages then
<code>git commit</code> and <code>git push</code></li>
<li>Create a pull request in GitHub for the <a class="externalLink"
href="https://github.com/apache/phoenix-site">mirror of the Phoenix Site Git
repository</a>. Similarly to the GitHub workflow mentioned in the <a
href="contributing.html">contributing</a> page.</li>
</ol>
<h1>Local Testing During Development</h1>
diff --git a/site/source/src/site/markdown/building_website.md
b/site/source/src/site/markdown/building_website.md
index 961807ed..da77834d 100644
--- a/site/source/src/site/markdown/building_website.md
+++ b/site/source/src/site/markdown/building_website.md
@@ -16,7 +16,7 @@ The Website build script has severely bit-rotted see
[PHOENIX-6867](https://issu
2. Edit/Add source markdown files in `site/source/src/site/markdown` directory.
2. Edit `phoenix-docs/src/docsrc/help/phoenix.csv` to update Reference pages,
adding any missing new words to
`phoenix-docs/src/tools/org/h2/build/doc/dictionary.txt`.
3. Run `build.sh` located at root to generate/update html web pages in
`output` directory
-4. `svn commit` source markdown files and html web pages then `git commit` and
`git push`
+4. `git commit` source markdown files and html web pages then `git commit` and
`git push`
5. Create a pull request in GitHub for the [mirror of the Phoenix Site Git
repository](https://github.com/apache/phoenix-site). Similarly to the GitHub
workflow mentioned in the [contributing](contributing.html) page.
# Local Testing During Development