diff --git a/docs/help/mkdocs.yml b/docs/help/mkdocs.yml
index 615a8388e820..9e68538367c0 100644
--- a/docs/help/mkdocs.yml
+++ b/docs/help/mkdocs.yml
@@ -39,8 +39,6 @@ theme:
plugins:
- search
- - tags:
- tags_file: tags.md
- i18n:
default_language: en
docs_structure: suffix
diff --git a/docs/help/pom.xml b/docs/help/pom.xml
new file mode 100644
index 000000000000..018d292e0ac6
--- /dev/null
+++ b/docs/help/pom.xml
@@ -0,0 +1,101 @@
+
+
+
+
+ gn-docs
+ org.geonetwork-opensource
+ 4.4.0-SNAPSHOT
+
+ 4.0.0
+ gn-help
+ Online Help
+ pom
+
+
+ Creative Commons Attribution 3.0 License
+ http://creativecommons.org/licenses/by/3.0/
+ repo
+
+
+
+
+
+
+ maven-antrun-plugin
+
+
+ mkdocs
+ compile
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+ maven-assembly-plugin
+
+
+ make-assembly
+ package
+
+ single
+
+
+
+
+ geonetwork-help-${project.version}
+
+ src/assembly/help.xml
+
+
+
+
+
+ maven-install-plugin
+
+ true
+
+
+
+
+ maven-deploy-plugin
+
+ true
+
+
+
+
+
+
diff --git a/docs/help/src/assembly/help.xml b/docs/help/src/assembly/help.xml
new file mode 100644
index 000000000000..656550a5ee47
--- /dev/null
+++ b/docs/help/src/assembly/help.xml
@@ -0,0 +1,11 @@
+
+ help
+
+ zip
+
+
+
+ target/html
+
+
+
diff --git a/docs/manual/mkdocs.yml b/docs/manual/mkdocs.yml
index c1be827e0c34..0887ada7644f 100644
--- a/docs/manual/mkdocs.yml
+++ b/docs/manual/mkdocs.yml
@@ -40,6 +40,7 @@ theme:
plugins:
- search
+ - offline
- i18n:
docs_structure: suffix
languages:
diff --git a/docs/manual/pom.xml b/docs/manual/pom.xml
new file mode 100644
index 000000000000..3ae42f0f95b3
--- /dev/null
+++ b/docs/manual/pom.xml
@@ -0,0 +1,101 @@
+
+
+
+
+ gn-docs
+ org.geonetwork-opensource
+ 4.4.0-SNAPSHOT
+
+ 4.0.0
+ gn-guide
+ GeoNetwork Guide
+ pom
+
+
+ Creative Commons Attribution 3.0 License
+ http://creativecommons.org/licenses/by/3.0/
+ repo
+
+
+
+
+
+
+ maven-antrun-plugin
+
+
+ mkdocs
+ compile
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+ maven-assembly-plugin
+
+
+ make-assembly
+ package
+
+ single
+
+
+
+
+ geonetwork-help-${project.version}
+
+ src/assembly/guide.xml
+
+
+
+
+
+ maven-install-plugin
+
+ true
+
+
+
+
+ maven-deploy-plugin
+
+ true
+
+
+
+
+
+
diff --git a/docs/manual/src/assembly/guide.xml b/docs/manual/src/assembly/guide.xml
new file mode 100644
index 000000000000..3d96f53796b4
--- /dev/null
+++ b/docs/manual/src/assembly/guide.xml
@@ -0,0 +1,11 @@
+
+ guide
+
+ zip
+
+
+
+ target/html
+
+
+
diff --git a/docs/pom.xml b/docs/pom.xml
index 998ba5376e01..4fb2d23feb5f 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -40,7 +40,9 @@
+ help
+ manual
- manuals
+