[SCM] postgis.net branch website updated. clarity-final-78-gdd3904b

git at osgeo.org git at osgeo.org
Sat Nov 25 15:08:03 PST 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "postgis.net".

The branch, website has been updated
  discards  326174007b9b78069c6f612d718ee789f91eb417 (commit)
       via  dd3904bca94ed8bf7b8cc9c4db9a638d4c52c8fd (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (326174007b9b78069c6f612d718ee789f91eb417)
            \
             N -- N -- N (dd3904bca94ed8bf7b8cc9c4db9a638d4c52c8fd)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dd3904bca94ed8bf7b8cc9c4db9a638d4c52c8fd
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Nov 25 18:07:28 2023 -0500

    Add link to SFCGAL cheatsheet

diff --git a/layouts/shortcodes/doclinks.html b/layouts/shortcodes/doclinks.html
index b7edea9..f4dc882 100644
--- a/layouts/shortcodes/doclinks.html
+++ b/layouts/shortcodes/doclinks.html
@@ -31,6 +31,12 @@
 			{{ end }}
 		</li>
 
+		<li>sfcgal: 
+			{{ range $.Site.Params.docLanguages }}
+			 <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/sfcgal_cheatsheet-{{.}}.html">{{ . }}</a>
+			{{ end }}
+		</li>
+
 		<li>topology: 
 			{{ range $.Site.Params.docLanguages }}
 			 <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/topology_cheatsheet-{{.}}.html">{{ . }}</a>

-----------------------------------------------------------------------

Summary of changes:
 layouts/shortcodes/doclinks.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list