You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/08/01 12:44:01 UTC

[6/6] isis git commit: ISIS-1521: fixes up some bad bookmarks in the asciidoc

ISIS-1521: fixes up some bad bookmarks in the asciidoc


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/1c6f349a
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/1c6f349a
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/1c6f349a

Branch: refs/heads/master
Commit: 1c6f349aea1d76e2f35801379a044eba2ed5a64f
Parents: 06ffb42
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Aug 1 13:31:58 2017 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Aug 1 13:31:58 2017 +0100

----------------------------------------------------------------------
 adocs/documentation/check-bookmarks.sh          | 18 +++++++++++++
 .../_cgcom_policies_versioning-policy.adoc      |  2 +-
 .../asciidoc/guides/dg/_dg_asciidoc-syntax.adoc | 28 ++++++++++----------
 .../rgant/_rgant-ViewModel_objectType.adoc      |  2 +-
 .../asciidoc/guides/rgant/_rgant_aaa_jdo.adoc   |  2 +-
 ...ms_classes_contributee_HasTransactionId.adoc |  2 +-
 .../_rgcms_classes_contributee_HasUserName.adoc |  2 +-
 .../rgcms/_rgcms_methods_lifecycle_created.adoc |  2 +-
 .../rgcms/_rgcms_methods_lifecycle_loaded.adoc  |  2 +-
 .../_rgcms_methods_lifecycle_persisted.adoc     |  2 +-
 .../_rgcms_methods_lifecycle_persisting.adoc    |  2 +-
 .../rgcms/_rgcms_methods_lifecycle_removed.adoc |  2 +-
 .../_rgcms_methods_lifecycle_removing.adoc      |  2 +-
 .../rgcms/_rgcms_methods_lifecycle_updated.adoc |  2 +-
 .../_rgcms_methods_lifecycle_updating.adoc      |  2 +-
 ...un_getting-started_helloworld-archetype.adoc | 12 ++++-----
 ...fun_getting-started_simpleapp-archetype.adoc |  8 +++---
 .../_migration-notes_1.6.0-to-1.7.0.adoc        |  2 +-
 .../_migration-notes_1.7.0-to-1.8.0.adoc        |  2 +-
 .../_migration-notes_1.8.0-to-1.9.0.adoc        |  2 +-
 .../release-notes/_release-notes_1.13.0.adoc    |  2 +-
 .../release-notes/_release-notes_1.8.0.adoc     |  2 +-
 .../release-notes/_release-notes_1.9.0.adoc     |  2 +-
 .../src/main/asciidoc/support.adoc              |  4 +--
 24 files changed, 63 insertions(+), 45 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/check-bookmarks.sh
----------------------------------------------------------------------
diff --git a/adocs/documentation/check-bookmarks.sh b/adocs/documentation/check-bookmarks.sh
new file mode 100644
index 0000000..1bed42c
--- /dev/null
+++ b/adocs/documentation/check-bookmarks.sh
@@ -0,0 +1,18 @@
+
+#root="src/main/asciidoc/guides/cgcom/cgcom.adoc"
+root="src"
+
+for adoc in $(find $root -name "*.adoc" -print) ; do
+
+    base_adoc=$(basename $adoc .adoc)
+    dir_adoc=$(dirname $adoc)
+	#echo "^\[\[_${base_adoc}\]\]$"
+
+    for incl in $(grep "^\[\[.*\]\]$" $adoc | grep -v "^\[\[${base_adoc}\]\]$" | grep -v "^\[\[_${base_adoc}\]\]$" | grep -v "^\[\[__" ); do
+
+		echo "$adoc : $incl"
+	
+    done
+
+
+done

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_policies_versioning-policy.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_policies_versioning-policy.adoc b/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_policies_versioning-policy.adoc
index 0ef6113..aed2c00 100644
--- a/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_policies_versioning-policy.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_policies_versioning-policy.adoc
@@ -1,4 +1,4 @@
-[[_cgcom_versioning-policy]]
+[[_cgcom_policies_versioning-policy]]
 = Versioning Policy
 :notice: licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file distributed with this work for additional information regarding copyright ownership. the asf licenses this file to you under the apache license, version 2.0 (the "license"); you may not use this file except in compliance with the license. you may obtain a copy of the license at. http://www.apache.org/licenses/license-2.0 . unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "as is" basis, without warranties or  conditions of any kind, either express or implied. see the license for the specific language governing permissions and limitations under the license.
 :_basedir: ../../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/guides/dg/_dg_asciidoc-syntax.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/dg/_dg_asciidoc-syntax.adoc b/adocs/documentation/src/main/asciidoc/guides/dg/_dg_asciidoc-syntax.adoc
index 99e0dc2..cdbaa7c 100644
--- a/adocs/documentation/src/main/asciidoc/guides/dg/_dg_asciidoc-syntax.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/dg/_dg_asciidoc-syntax.adoc
@@ -22,7 +22,7 @@ For more info, see:
 * link:http://www.methods.co.nz/asciidoc/userguide.html[asciidoc online user manual]
 
 
-[[__markup-docs_asciidoc_headings]]
+[[__dg_asciidoc-syntax_headings]]
 == Headings
 
 The number of preceding `=` signs indicates the heading level.
@@ -62,7 +62,7 @@ It's therefore a good place to summarize the content of the document.
 |===
 
 
-[[__markup-docs_asciidoc_paragraphs]]
+[[__dg_asciidoc_paragraphs]]
 == Paragraphs
 
 [cols="3a,2a", options="header"]
@@ -118,7 +118,7 @@ This will reduce change of merge conflicts, too.
 ****
 
 
-[[__markup-docs_asciidoc_bulleted-lists]]
+[[__dg_asciidoc_bulleted-lists]]
 == Bulleted lists
 
 [cols="3a,2a", options="header"]
@@ -164,7 +164,7 @@ More indenting
 |===
 
 
-[[__markup-docs_asciidoc_numbered-lists]]
+[[__dg_asciidoc_numbered-lists]]
 == Numbered lists
 
 There's no need to keep track of numbers, just use '1' or 'a' etc:
@@ -214,7 +214,7 @@ b. Another child bullet
 While it isn't necessary to maintain the ordering manually (could just use '1' for all bullets), this does generate warnings when the document is built.
 
 
-[[__markup-docs_asciidoc_links-and-xrefs]]
+[[__dg_asciidoc_links-and-xrefs]]
 == Links and Cross-references
 
 [cols="3a,2a,3a", options="header"]
@@ -258,7 +258,7 @@ xref:../../setting-up/concepts/concepts.adoc#_concepts_ci-as-a-service[CI as a s
 
 
 
-[[__markup-docs_asciidoc_tables]]
+[[__dg_asciidoc_tables]]
 == Tables
 
 ....
@@ -547,7 +547,7 @@ The `N.M+` notation tells Asciidoctor to span this cell over N columns and M row
 
 
 
-[[__markup-docs_asciidoc_admonitions]]
+[[__dg_asciidoc_admonitions]]
 == Admonitions
 
 Callout or highlight content of particular note.
@@ -625,7 +625,7 @@ Don't forget...
 |===
 
 
-[[__markup-docs_asciidoc_source-code]]
+[[__dg_asciidoc_source-code]]
 == Source code
 
 Use `[source]` macro to specify source content:
@@ -723,7 +723,7 @@ renders as:
 It's also possible to include source code snippets; see the guides linked previously
 
 
-[[__markup-docs_asciidoc_images]]
+[[__dg_asciidoc_images]]
 == Images
 
 Use the `image:` macro to reference images.
@@ -756,7 +756,7 @@ It's also possible to specify the width using `scaledwidth` (for PDF/HTML) or `w
 
 
 
-[[__markup-docs_asciidoc_child-documents]]
+[[__dg_asciidoc_child-documents]]
 == Child Documents
 
 
@@ -836,7 +836,7 @@ xxx-xxx/_images/.
 
 
 
-[[__markup-docs_asciidoc_metadata]]
+[[__dg_asciidoc_metadata]]
 == Metadata
 
 The top-level document must include the `_basedir` attribute; this points to the parent directory `src/main/asciidoc`.
@@ -857,7 +857,7 @@ For example, the `setting-up/concepts/concepts.adoc` file starts:
 
 
 
-[[__markup-docs_asciidoc_uml]]
+[[__dg_asciidoc_uml]]
 == UML diagrams
 
 Asciidoctor includes support for the link:http://plantuml.com/[plantuml], allowing simple UML diagrams to be easily sketched.
@@ -889,7 +889,7 @@ Car -- Person : < owns
 
 
 
-[[__markup-docs_asciidoc_ditaa]]
+[[__dg_asciidoc_ditaa]]
 == Ditaa diagrams
 
 Asciidoctor includes support for the link:http://ditaa.sourceforge.net/[ditaa], allowing boxes-and-lines diagrams to be easily sketched.
@@ -927,7 +927,7 @@ renders as:
 ----
 
 
-[[__markup-docs_asciidoc_graphviz]]
+[[__dg_asciidoc_graphviz]]
 == Graphviz diagrams
 
 

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant-ViewModel_objectType.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant-ViewModel_objectType.adoc b/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant-ViewModel_objectType.adoc
index 06c9f3c..1eb6b10 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant-ViewModel_objectType.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant-ViewModel_objectType.adoc
@@ -1,4 +1,4 @@
-[[_rgant-DomainObject_objectType]]
+[[_rgant-ViewModel_objectType]]
 = `objectType()`
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR  CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 :_basedir: ../../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant_aaa_jdo.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant_aaa_jdo.adoc b/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant_aaa_jdo.adoc
index cab9628..2b8ea74 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant_aaa_jdo.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant_aaa_jdo.adoc
@@ -1,4 +1,4 @@
-[[_rgant_aaa_jee]]
+[[_rgant_aaa_jdo]]
 = JDO Annotations
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR  CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 :_basedir: ../../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_contributee_HasTransactionId.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_contributee_HasTransactionId.adoc b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_contributee_HasTransactionId.adoc
index 24debad..caaf3bc 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_contributee_HasTransactionId.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_contributee_HasTransactionId.adoc
@@ -1,4 +1,4 @@
-[[_rgcms_classes_mixins_HasTransactionId]]
+[[_rgcms_classes_contributee_HasTransactionId]]
 = `HasTransactionId`
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR  CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 :_basedir: ../../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_contributee_HasUserName.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_contributee_HasUserName.adoc b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_contributee_HasUserName.adoc
index 41e580e..293b746 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_contributee_HasUserName.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_contributee_HasUserName.adoc
@@ -1,4 +1,4 @@
-[[_rgcms_classes_mixins_HasUserName]]
+[[_rgcms_classes_contributee_HasUserName]]
 = `HasUsername`
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR  CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 :_basedir: ../../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_created.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_created.adoc b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_created.adoc
index b6cc114..8edafb6 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_created.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_created.adoc
@@ -1,4 +1,4 @@
-[[_rgcms_methods_reserved_created]]
+[[_rgcms_methods_lifecycle_created]]
 = `created()`
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR  CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 :_basedir: ../../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_loaded.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_loaded.adoc b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_loaded.adoc
index ee5a037..974d4a6 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_loaded.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_loaded.adoc
@@ -1,4 +1,4 @@
-[[_rgcms_methods_reserved_loaded]]
+[[_rgcms_methods_lifecycle_loaded]]
 = `loaded()`
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR  CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 :_basedir: ../../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_persisted.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_persisted.adoc b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_persisted.adoc
index b223b66..772bc40 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_persisted.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_persisted.adoc
@@ -1,4 +1,4 @@
-[[_rgcms_methods_reserved_persisted]]
+[[_rgcms_methods_lifecycle_persisted]]
 = `persisted()`
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR  CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 :_basedir: ../../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_persisting.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_persisting.adoc b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_persisting.adoc
index ca17131..a74e5ff 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_persisting.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_persisting.adoc
@@ -1,4 +1,4 @@
-[[_rgcms_methods_reserved_persisting]]
+[[_rgcms_methods_lifecycle_persisting]]
 = `persisting()`
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR  CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 :_basedir: ../../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_removed.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_removed.adoc b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_removed.adoc
index 89d87e7..2aedfe5 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_removed.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_removed.adoc
@@ -1,4 +1,4 @@
-[[_rgcms_methods_reserved_removed]]
+[[_rgcms_methods_lifecycle_removed]]
 = `removed()`
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR  CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 :_basedir: ../../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_removing.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_removing.adoc b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_removing.adoc
index 068db24..22d44fd 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_removing.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_removing.adoc
@@ -1,4 +1,4 @@
-[[_rgcms_methods_reserved_removing]]
+[[_rgcms_methods_lifecycle_removing]]
 = `removing()`
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR  CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 :_basedir: ../../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_updated.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_updated.adoc b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_updated.adoc
index 3662ddb..53f682f 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_updated.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_updated.adoc
@@ -1,4 +1,4 @@
-[[_rgcms_methods_reserved_updated]]
+[[_rgcms_methods_lifecycle_updated]]
 = `updated()`
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR  CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 :_basedir: ../../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_updating.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_updating.adoc b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_updating.adoc
index f39fedb..0f9115f 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_updating.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_lifecycle_updating.adoc
@@ -1,4 +1,4 @@
-[[_rgcms_methods_reserved_updating]]
+[[_rgcms_methods_lifecycle_updating]]
 = `updating()`
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR  CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 :_basedir: ../../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_helloworld-archetype.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_helloworld-archetype.adoc b/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_helloworld-archetype.adoc
index 83543f7..e61db92 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_helloworld-archetype.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_helloworld-archetype.adoc
@@ -17,7 +17,7 @@ This also creates a minimal application, but provides more structure and example
 ====
 
 
-[[_ugfun_getting-started_helloworld-archetype_generating-the-app]]
+[[__ugfun_getting-started_helloworld-archetype_generating-the-app]]
 == Generating the App
 
 Create a new directory, and `cd` into that directory.
@@ -76,7 +76,7 @@ The archetype generation process will then run; it only takes a few seconds.
 
 
 
-[[_ugfun_getting-started_helloworld-archetype_building-the-app]]
+[[__ugfun_getting-started_helloworld-archetype_building-the-app]]
 == Building the App
 
 Switch into the root directory of your newly generated app, and build your app:
@@ -92,7 +92,7 @@ where `myapp` is the `artifactId` entered above.
 
 
 
-[[_ugfun_getting-started_helloworld-archetype_running-the-app]]
+[[__ugfun_getting-started_helloworld-archetype_running-the-app]]
 == Running the App
 
 The `helloworld` archetype generates a single WAR file, configured to run both the xref:../ugvw/ugvw.adoc#[Wicket viewer] and the xref:../ugvro/ugvro.adoc#[Restful Objects viewer].
@@ -142,7 +142,7 @@ image::{_imagesdir}getting-started/helloworld-before-launch.png[width="600px",li
 
 
 
-[[_ugfun_getting-started_helloworld-archetype_using-the-app]]
+[[__ugfun_getting-started_helloworld-archetype_using-the-app]]
 == Using the App
 
 When you start the app, you'll be presented with a welcome page from which you can access the webapp using either the xref:../ugvw/ugvw.adoc#[Wicket viewer] or the xref:../ugvro/ugvro.adoc#[Restful Objects viewer]:
@@ -274,7 +274,7 @@ The Swagger UI is provided as a convenience; the REST API is actually a complete
 The REST API implemented by Apache Isis is specified in the link:http://www.restfulobjects.org[Restful Object spec].
 
 
-[[_ugfun_getting-started_helloworld-archetype_experimenting]]
+[[__ugfun_getting-started_helloworld-archetype_experimenting]]
 == Experimenting
 
 Once you are familiar with the generated app, try modifying it.
@@ -285,7 +285,7 @@ If you use IntelliJ IDEA or Eclipse, do also install the xref:../dg/dg.adoc#__dg
 If you run into issues, please don't hesitate to ask for help on the link:http://isis.apache.org/help.html[users mailing list].
 
 
-[[_ugfun_getting-started_helloworld-archetype_moving-on]]
+[[__ugfun_getting-started_helloworld-archetype_moving-on]]
 == Moving on
 
 When you are ready to start working on your own app, we _don't_ recommend building on top of the helloworld app.

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_simpleapp-archetype.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_simpleapp-archetype.adoc b/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_simpleapp-archetype.adoc
index 29c63d9..2ed88e6 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_simpleapp-archetype.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_simpleapp-archetype.adoc
@@ -30,7 +30,7 @@ From this you can easily rename these initial classes, and extend to build up yo
 
 
 
-[[_ugfun_getting-started_simpleapp-archetype_generating-the-app]]
+[[__ugfun_getting-started_simpleapp-archetype_generating-the-app]]
 == Generating the App
 
 Create a new directory, and `cd` into that directory.
@@ -90,7 +90,7 @@ The archetype generation process will then run; it only takes a few seconds.
 
 
 
-[[_ugfun_getting-started_simpleapp-archetype_building-the-app]]
+[[__ugfun_getting-started_simpleapp-archetype_building-the-app]]
 == Building the App
 
 Switch into the root directory of your newly generated app, and build your app:
@@ -106,7 +106,7 @@ where `myapp` is the `artifactId` entered above.
 
 
 
-[[_ugfun_getting-started_simpleapp-archetype_running-the-app]]
+[[__ugfun_getting-started_simpleapp-archetype_running-the-app]]
 == Running the App
 
 The `simpleapp` archetype generates a single WAR file, configured to run both the xref:../ugvw/ugvw.adoc#[Wicket viewer] and the xref:../ugvro/ugvro.adoc#[Restful Objects viewer].
@@ -199,7 +199,7 @@ image::{_imagesdir}getting-started/simpleapp-webapp-before-launch.png[width="600
 
 
 
-[[_ugfun_getting-started_simpleapp-archetype_running-with-fixtures]]
+[[__ugfun_getting-started_simpleapp-archetype_running-with-fixtures]]
 == Running with Fixtures
 
 It is also possible to start the application with a pre-defined set of data; useful for demos or manual exploratory testing.

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.6.0-to-1.7.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.6.0-to-1.7.0.adoc b/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.6.0-to-1.7.0.adoc
index 54d67c2..7ce2790 100644
--- a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.6.0-to-1.7.0.adoc
+++ b/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.6.0-to-1.7.0.adoc
@@ -1,4 +1,4 @@
-[[_release-notes_migration-notes_1.6.0-to-1.7.0]]
+[[_migration-notes_1.6.0-to-1.7.0]]
 = From v1.6.0 to 1.7.0
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR  CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 :_basedir: ../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.7.0-to-1.8.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.7.0-to-1.8.0.adoc b/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.7.0-to-1.8.0.adoc
index d813dcf..a3c3a51 100644
--- a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.7.0-to-1.8.0.adoc
+++ b/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.7.0-to-1.8.0.adoc
@@ -1,4 +1,4 @@
-[[_release-notes_migration-notes_1.7.0-to-1.8.0]]
+[[_migration-notes_1.7.0-to-1.8.0]]
 = From v1.7.0 to 1.8.0
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR  CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 :_basedir: ../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.8.0-to-1.9.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.8.0-to-1.9.0.adoc b/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.8.0-to-1.9.0.adoc
index 9b780bb..8684f4a 100644
--- a/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.8.0-to-1.9.0.adoc
+++ b/adocs/documentation/src/main/asciidoc/migration-notes/_migration-notes_1.8.0-to-1.9.0.adoc
@@ -1,4 +1,4 @@
-[[_release-notes_migration-notes_1.8.0-to-1.9.0]]
+[[_migration-notes_1.8.0-to-1.9.0]]
 = From v1.8.0 to 1.9.0
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR  CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 :_basedir: ../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.13.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.13.0.adoc b/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.13.0.adoc
index 17280c7..e7215d3 100644
--- a/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.13.0.adoc
+++ b/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.13.0.adoc
@@ -1,4 +1,4 @@
-[[_release-notes_1.13.1]]
+[[_release-notes_1.13.0]]
 = 1.13.0
 :notice: licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file distributed with this work for additional information regarding copyright ownership. the asf licenses this file to you under the apache license, version 2.0 (the "license"); you may not use this file except in compliance with the license. you may obtain a copy of the license at. http://www.apache.org/licenses/license-2.0 . unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "as is" basis, without warranties or  conditions of any kind, either express or implied. see the license for the specific language governing permissions and limitations under the license.
 :_basedir: ../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.8.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.8.0.adoc b/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.8.0.adoc
index d7f2a4f..688fac7 100644
--- a/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.8.0.adoc
+++ b/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.8.0.adoc
@@ -1,4 +1,4 @@
-[[_release-notes_1.10.0]]
+[[_release-notes_1.8.0]]
 = 1.8.0
 :notice: licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file distributed with this work for additional information regarding copyright ownership. the asf licenses this file to you under the apache license, version 2.0 (the "license"); you may not use this file except in compliance with the license. you may obtain a copy of the license at. http://www.apache.org/licenses/license-2.0 . unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "as is" basis, without warranties or  conditions of any kind, either express or implied. see the license for the specific language governing permissions and limitations under the license.
 :_basedir: ../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.9.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.9.0.adoc b/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.9.0.adoc
index 6663242..958d34b 100644
--- a/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.9.0.adoc
+++ b/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.9.0.adoc
@@ -1,4 +1,4 @@
-[[_release-notes_1.10.0]]
+[[_release-notes_1.9.0]]
 = 1.9.0
 :notice: licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file distributed with this work for additional information regarding copyright ownership. the asf licenses this file to you under the apache license, version 2.0 (the "license"); you may not use this file except in compliance with the license. you may obtain a copy of the license at. http://www.apache.org/licenses/license-2.0 . unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "as is" basis, without warranties or  conditions of any kind, either express or implied. see the license for the specific language governing permissions and limitations under the license.
 :_basedir: ../

http://git-wip-us.apache.org/repos/asf/isis/blob/1c6f349a/adocs/documentation/src/main/asciidoc/support.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/support.adoc b/adocs/documentation/src/main/asciidoc/support.adoc
index 131d68d..96754bc 100644
--- a/adocs/documentation/src/main/asciidoc/support.adoc
+++ b/adocs/documentation/src/main/asciidoc/support.adoc
@@ -45,7 +45,7 @@ The Markmail archives span both our current (TLP) mailing lists and also our ori
 
 
 
-[[how-to-subscribe]]
+[[__support_how-to-subscribe]]
 == How to subscribe
 
 To subscribe to the `users` mailing list:
@@ -59,7 +59,7 @@ Then, to ask questions, simply mail to link:mailto:users@isis.apache.org[users@i
 If you ever want to unsubscribe, then you can send a mail to the `users-unsubscribe` email address.
 
 
-[[mailing-list-etiquette]]
+[[__support_mailing-list-etiquette]]
 == Mailing list etiquette
 
 Just a couple of rules/suggestions: