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

alsay pushed a commit to branch update-doc-links
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git


The following commit(s) were added to refs/heads/update-doc-links by this push:
     new 0f3f6b40 steps to update generated documentation
0f3f6b40 is described below

commit 0f3f6b40b984390ddf960fbceba008de0caf9f11
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Fri May 10 12:15:24 2024 -0700

    steps to update generated documentation
---
 docs/Community/ReleaseProcessForCppComponents.md  | 7 ++++++-
 docs/Community/ReleaseProcessForJavaComponents.md | 6 +++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/docs/Community/ReleaseProcessForCppComponents.md 
b/docs/Community/ReleaseProcessForCppComponents.md
index 85d328e1..09be2efe 100644
--- a/docs/Community/ReleaseProcessForCppComponents.md
+++ b/docs/Community/ReleaseProcessForCppComponents.md
@@ -155,7 +155,12 @@ __NOTES:__
     * `./createDownloadsInclude.sh /Users/\<name\>/ ... /datasketches-website`
 * When this is done, be sure to commit the changes to the website.
 
-## Update Website Documentation (if new functionality)
+## Update Website Documentation
+ * Run Doxygen GitHub action for the release tag
+ * Check that it finished successfully and, optionally, check that it created 
docs/X.Y.Z directory in the "gh-pages" branch
+ * Check https://apache.github.io/datasketches-cpp/X.Y.Z/
+ * Update link in _includes/javadocs.html in the datasketches-website 
repository
+
 
 ## Prepare Announce Letter to dev@
 * ASF requests that you wait 24 hours to publish Announce letter to allow the 
propagation to mirrors.
diff --git a/docs/Community/ReleaseProcessForJavaComponents.md 
b/docs/Community/ReleaseProcessForJavaComponents.md
index d810442a..f3241388 100644
--- a/docs/Community/ReleaseProcessForJavaComponents.md
+++ b/docs/Community/ReleaseProcessForJavaComponents.md
@@ -301,7 +301,11 @@ reflected in the master. Use the **git cherry-pick** 
command for this.
     * `./createDownloadsInclude.sh /Users/<name>/ ... /datasketches-website`
 * When this is done, be sure to commit the changes to the website.
 
-### Update Website Documentation (if new functionality)
+### Update Website Documentation
+ * Run JavaDoc GitHub action for the release tag
+ * Check that it finished successfully and, optionally, check that it created 
docs/X.Y.Z directory in the "gh-pages" branch
+ * Check https://apache.github.io/datasketches-java/X.Y.Z/
+ * Update link in _includes/javadocs.html in the datasketches-website 
repository
 
 ### Prepare Announce Letter to dev@
 * ASF requests that you wait 24 hours to publish Announce letter to allow the 
propagation to mirrors.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to