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

tilmannz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c5fca4  Update README.md
5c5fca4 is described below

commit 5c5fca4d681ff64fc9663a5fa3c3aca4a4f1fffe
Author: Tilmann <tilma...@apache.org>
AuthorDate: Thu May 14 20:41:36 2020 +0200

    Update README.md
---
 README.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 34011cc..dca6679 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ How to add javadoc
 * Create the javadoc jar (e.g. jdo-api-3.2-javadoc.jar) in the db-jdo 
repository by calling `mvn clean install -Papache-release` in the api submodule.
 * Create a new folder under docs e.g. docs/api32.
 * Copy the javadocs jar info the new folder: e.g. `cp  jdo-api-3.2-javadoc.jar 
 docs/api32`.
-* Create a new subforder docs/api32/jdo-api-3.2-javadoc
+* Create a new subfolder docs/api32/jdo-api-3.2-javadoc
 * Unpack the javadoc jar in the subfolder
 * Edit javadoc.adoc under src/main/asciidoc and create a new section 'JDO 3.2 
javadoc'.
 * Add two links: one referring index.html in the subfolder and one referring 
the javadoc jar.
@@ -41,7 +41,3 @@ How to add javadoc
  * Development -> Dependencies (SVN -> Git)
  * Consider removing jdocentral.adoc / newshistory.adoc
  * Cleanup everything
- 
-### TODO Process
- * Set output folder to `output` or `content` (for use by `.asf.yaml`)
- 

Reply via email to