This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a1d8a3b02 Automatic Site Publish by Buildbot
a1d8a3b02 is described below
commit a1d8a3b022a817ee26e5a4431cbbdfdf7841b1ec
Author: buildbot <[email protected]>
AuthorDate: Tue Aug 25 19:50:39 2026 +0000
Automatic Site Publish by Buildbot
---
output/README.md | 10 ++++++----
output/feed.xml | 4 ++--
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/output/README.md b/output/README.md
index 21f18be1e..0ed389a2c 100644
--- a/output/README.md
+++ b/output/README.md
@@ -28,15 +28,17 @@ The source for these tags is at
[\_plugins/links.rb](_plugins/links.rb).
### Updating Property Documentation for Releases
-Building Accumulo generates `server-properties*.md` and
`client-properties*.md`.
-To regenerate these, do the following.
+Building Accumulo generates `server-properties*.md`, `client-properties*.md`,
and
+`metrics.md`. To regenerate these, do the following.
```bash
ACCUMULO_SITE_CLONE=<accumulo website clone location, with main branch checked
out>
-ACCUMULO_CLONE=<accumulo clone location>
+ACCUMULO_CLONE=<accumulo clone location, with the release tag checked out>
+# major version of that tag
+DOCS_VERSION=4
cd "$ACCUMULO_CLONE"
mvn package -DskipTests
-cp ./core/target/generated-docs/*.md
"$ACCUMULO_SITE_CLONE"/_docs-2/configuration/
+cp ./core/target/generated-docs/*.md
"$ACCUMULO_SITE_CLONE/_docs-$DOCS_VERSION/configuration/"
```
## Local Builds for Testing
diff --git a/output/feed.xml b/output/feed.xml
index 6845ae499..83ec539f9 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
</description>
<link>https://accumulo.apache.org/</link>
<atom:link href="https://accumulo.apache.org/feed.xml" rel="self"
type="application/rss+xml"/>
- <pubDate>Tue, 25 Aug 2026 19:39:57 +0000</pubDate>
- <lastBuildDate>Tue, 25 Aug 2026 19:39:57 +0000</lastBuildDate>
+ <pubDate>Tue, 25 Aug 2026 19:50:32 +0000</pubDate>
+ <lastBuildDate>Tue, 25 Aug 2026 19:50:32 +0000</lastBuildDate>
<generator>Jekyll v4.4.1</generator>