Skip to content

Commit

Permalink
Add new 3.x docs as submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Feb 10, 2016
1 parent 7ebe712 commit 1bd8cdd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 27 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
[submodule "web-ui/src/main/resources/catalog/lib/bootstrap-table"]
path = web-ui/src/main/resources/catalog/lib/bootstrap-table
url = https://github.com/wenzhixin/bootstrap-table.git
[submodule "docs/manuals"]
path = docs/manuals
url = https://github.com/geonetwork/doc.git
11 changes: 8 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
doc-sources
===========
Documentation
=============

Documentation sources for geonetwork documentation
This module contains:
* Documentation in RST format
* Change logs
* Copyright template
* Licenses for library
* Utility folder with scripts to generate extra docs
1 change: 1 addition & 0 deletions docs/manuals
Submodule manuals added at b91c85
22 changes: 0 additions & 22 deletions docs/pom.xml

This file was deleted.

3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1112,11 +1112,10 @@
<module>geoserver</module>
</modules>
</profile>
<!-- Python and Latex are required to build the documentation. -->
<profile>
<id>with-doc</id>
<modules>
<module>docs</module>
<module>docs/manuals</module>
</modules>
</profile>
<profile>
Expand Down

0 comments on commit 1bd8cdd

Please sign in to comment.