[SCM] postgis.net branch website updated. clarity-final-78-g3261740
git at osgeo.org
git at osgeo.org
Sat Nov 25 15:07:33 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
via 326174007b9b78069c6f612d718ee789f91eb417 (commit)
from 788c8098b470be4b21c1f3a9f9783e3150b1c73b (commit)
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 326174007b9b78069c6f612d718ee789f91eb417
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..d7b7fa6 100644
--- a/layouts/shortcodes/doclinks.html
+++ b/layouts/shortcodes/doclinks.html
@@ -31,6 +31,12 @@
{{ end }}
</li>
+ <li>sfcga;:
+ {{ 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 | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list