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

desruisseaux pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sis-site.git

commit c890e46ff28919fc9331f67db0201ad5f2c3f260
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Fri Oct 8 12:48:27 2021 +0200

    Update links to developer guide.
---
 layouts/_default/baseof.fr.html | 5 ++++-
 layouts/_default/baseof.html    | 4 ++--
 layouts/partials/menu.fr.html   | 3 +++
 layouts/partials/menu.html      | 2 +-
 source/_index.md                | 2 +-
 source/fr/_index.md             | 2 ++
 6 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/layouts/_default/baseof.fr.html b/layouts/_default/baseof.fr.html
index ad5f6dc..abded7a 100644
--- a/layouts/_default/baseof.fr.html
+++ b/layouts/_default/baseof.fr.html
@@ -32,11 +32,14 @@
 {{ partial "menu.fr.html" }}
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link {{ if eq .Page.RelPermalink "/fr/" }} active {{ 
else }} text-white {{ end }}" href="index.html">Sommaire</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>Licence</a></li>
+      <li><a class="nav-link text-white" 
href="../book/fr/developer-guide.html">Guide du développeur</a></li>
+      <li><a class="nav-link text-white" 
href="../openoffice/fr/index.html">Add-in OpenOffice</a></li>
       <li><a class="nav-link {{ if eq .Page.RelPermalink "/fr/faq.html" }} 
active {{ else }} text-white {{ end }}" href="faq.html">FAQ</a></li>
+      <li><hr class="dropdown-divider"></li>
       <li><a class="nav-link text-white" href="../index.html">Anglais</a></li>
     </ul>
   </div>
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 2509dc7..16fa261 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -32,14 +32,14 @@
 {{ partial "menu.html" }}
 
 <div class="row flex-nowrap">
-  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width: 12rem;">
+  <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" 
style="width:13rem; min-height:40rem">
     <ul class="nav nav-pills flex-column mb-auto position-fixed">
       <li><a class="nav-link {{ if eq .Page.RelPermalink "/" }} active {{ else 
}} text-white {{ end }}" href="/index.html">Home</a></li>
       <li><a class="nav-link {{ if eq .Page.RelPermalink "/standards.html" }} 
active {{ else }} text-white {{ end }}" href="standards.html">Standards</a></li>
       <li><a class="nav-link text-white" 
href="http://www.apache.org/licenses/";>License</a></li>
       <li><a class="nav-link {{ if eq .Page.RelPermalink "/downloads.html" }} 
active {{ else }} text-white {{ end }}" href="downloads.html">Downloads</a></li>
       <li><a class="nav-link text-white" href="apidocs/index.html">Online 
Javadoc</a></li>
-      <li><a class="nav-link text-white" href="book/index.html">Developer 
Guide</a></li>
+      <li><a class="nav-link text-white" 
href="book/en/developer-guide.html">Developer Guide</a></li>
       <li><a class="nav-link {{ if eq .Page.RelPermalink "/epsg.html" }} 
active {{ else }} text-white {{ end }}" href="epsg.html">EPSG Database</a></li>
       <li><a class="nav-link {{ if eq .Page.RelPermalink "/code-patterns.html" 
}} active {{ else }} text-white {{ end }}" href="code-patterns.html">Code 
patterns</a></li>
       <li><a class="nav-link {{ if eq .Page.RelPermalink "/faq.html" }} active 
{{ else }} text-white {{ end }}" href="faq.html">FAQ</a></li>
diff --git a/layouts/partials/menu.fr.html b/layouts/partials/menu.fr.html
index bd9a058..57ec618 100644
--- a/layouts/partials/menu.fr.html
+++ b/layouts/partials/menu.fr.html
@@ -6,12 +6,15 @@
         <a class="nav-link dropdown-toggle" id="menuAbout" 
data-bs-toggle="dropdown" aria-expanded="false">À propos de</a>
         <ul class="dropdown-menu" aria-labelledby="menuAbout">
           <li><a class="dropdown-item" 
href="http://www.apache.org/licenses/";>Licence</a></li>
+          <li><a class="dropdown-item" href="../index.html">Page 
d'accueil</a></li>
         </ul>
       </li>
       <li class="nav-item dropdown">
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="index.html">Sommaire</a></li>
+          <li><a class="dropdown-item" 
href="../book/fr/developer-guide.html">Guide du développeur</a></li>
+          <li><a class="dropdown-item" 
href="../openoffice/fr/index.html">Add-in OpenOffice</a></li>
           <li><a class="dropdown-item" href="faq.html">FAQ</a></li>
         </ul>
       </li>
diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html
index e4f202d..7eb7686 100644
--- a/layouts/partials/menu.html
+++ b/layouts/partials/menu.html
@@ -22,7 +22,7 @@
         <a class="nav-link dropdown-toggle" id="menuDocumentation" 
data-bs-toggle="dropdown" aria-expanded="false">Documentation</a>
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="apidocs/index.html">Online 
Javadoc</a></li>
-          <li><a class="dropdown-item" href="book/index.html">Developer 
Guide</a></li>
+          <li><a class="dropdown-item" 
href="book/en/developer-guide.html">Developer Guide</a></li>
           <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateReferenceSystems.html">Supported CRS</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateOperationMethods.html">Map Projections</a></li>
diff --git a/source/_index.md b/source/_index.md
index 2028fc5..2decfe0 100644
--- a/source/_index.md
+++ b/source/_index.md
@@ -66,7 +66,7 @@ EPSG database installation is [described in a separated 
page](epsg.html).
 
 Apache {{% SIS %}} is a Java library for use by other applications.
 Leveraging the full SIS capabilities or getting the best performance require 
that users write their own applications on top of SIS.
-The [developer guide](book/index.html), [online Javadoc](apidocs/index.html) 
and [recommended code patterns](code-patterns.html) page
+The [developer guide](book/en/developer-guide.html), [online 
Javadoc](apidocs/index.html) and [recommended code 
patterns](code-patterns.html) page
 provide instructions about developing with SIS.
 However a [command-line tool](command-line.html) is also provided for allowing 
users to experiment some SIS functionalities before writing code.
 
diff --git a/source/fr/_index.md b/source/fr/_index.md
index c953c96..efc6988 100644
--- a/source/fr/_index.md
+++ b/source/fr/_index.md
@@ -7,3 +7,5 @@ mais cette traduction n'est pas maintenue et peut être obsolète.
 Les pages les plus complètes sont les versions anglaises.
 
 * [Questions fréquentes (FAQ)](faq.html)
+* [Guide du développeur](../book/fr/developer-guide.html)
+* [Add-in OpenOffice](../openoffice/fr/index.html)

Reply via email to