This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openjpa-site.git
The following commit(s) were added to refs/heads/main by this push:
new d7912e2 update the migration readme
d7912e2 is described below
commit d7912e2e067bc3ce9917574395db2653c464ea6b
Author: Dave Fisher <[email protected]>
AuthorDate: Tue Jun 22 14:34:59 2021 -0700
update the migration readme
---
migration/README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/migration/README.md b/migration/README.md
index 391159e..43bdfba 100644
--- a/migration/README.md
+++ b/migration/README.md
@@ -7,6 +7,8 @@
- Switched some spans to divs
- Included alt text for images and switched some imag tags to markdown
- Cleaned up list indentation paticulatly in
./content/begin-using-openjpa---the-basics.md
+ - Changed many fully qualified hyperlinks to openjpa.apache.org to be
internal particularly on
+ ./content/documentation.md
See [changes.txt](changes.txt)
@@ -31,3 +33,10 @@
- 'toc': False # does not use [TOC]
- 'toc_headers': r"h[1-4]",
- 'tables': True # Fix up for markdown table class
+
+5. Documentation branches
+
+ Setup two branches for documentation that is updated separately from the
main site.
+
+ - *builds* branch has the documentation from TLP releases.
+ - *docs* branch has the documentation from Incubating releases.