From 49652d5ecf1aa7e1400dc00bb87bf4e17fb7232b Mon Sep 17 00:00:00 2001 From: Mattia Giupponi Date: Wed, 3 Jun 2026 13:05:08 +0200 Subject: [PATCH] Improve FAQ, Links and remove unused faq --- _config.yml | 2 +- _includes/footer.html | 2 +- _includes/important_links.html | 9 +++++++++ contributors.html | 2 +- faqs/_posts/0100-01-01-tutorials.md | 2 +- faqs/_posts/0100-01-02-new-account.md | 2 +- faqs/_posts/0100-01-03-add-data.md | 2 +- faqs/_posts/0100-01-04-create-map.md | 2 +- faqs/_posts/0100-01-05-find-map.md | 2 +- faqs/_posts/0100-01-06-share-map.md | 2 +- faqs/_posts/0100-01-07-install-geonode.md | 2 +- faqs/_posts/0100-01-08-production-geonode.md | 2 +- faqs/_posts/0100-01-09-customize-geonode.md | 2 +- faqs/_posts/0100-01-10-troubleshoot.md | 2 +- faqs/_posts/0100-01-11-ssl.md | 2 +- faqs/_posts/0100-01-12-other-languages.md | 2 +- faqs/_posts/0100-01-13-backups.md | 2 +- faqs/_posts/0100-01-14-management-commands.md | 2 +- faqs/_posts/0100-01-15-env-dev.md | 2 +- faqs/_posts/0100-01-16-testing.md | 2 +- faqs/_posts/0100-01-17-arch.md | 8 -------- faqs/_posts/0100-01-18-extend.md | 8 -------- faqs/_posts/0100-01-19-contribute.md | 8 -------- faqs/_posts/0100-01-20-patches.md | 8 -------- faqs/_posts/0100-01-21-future.md | 8 -------- faqs/_posts/0100-01-22-improve.md | 8 -------- faqs/_posts/0100-01-23-translate.md | 8 -------- faqs/_posts/0100-01-24-docs-for-devs.md | 2 +- static/css/site.css | 20 ++++++++++++++++++- 29 files changed, 48 insertions(+), 77 deletions(-) delete mode 100644 faqs/_posts/0100-01-17-arch.md delete mode 100644 faqs/_posts/0100-01-18-extend.md delete mode 100644 faqs/_posts/0100-01-19-contribute.md delete mode 100644 faqs/_posts/0100-01-20-patches.md delete mode 100644 faqs/_posts/0100-01-21-future.md delete mode 100644 faqs/_posts/0100-01-22-improve.md delete mode 100644 faqs/_posts/0100-01-23-translate.md diff --git a/_config.yml b/_config.yml index ae93abab..9c19ea88 100644 --- a/_config.yml +++ b/_config.yml @@ -40,7 +40,7 @@ ga: code: "UA-38570723-1" extbase: - docs: "https://docs.geonode.org/en/master/" + docs: "https://docs.geonode.org/en/latest/" dns_prefetch: ['//www.google-analytics.com', '//fonts.googleapis.com'] diff --git a/_includes/footer.html b/_includes/footer.html index a36109ed..581301e6 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -7,7 +7,7 @@
-

This Website is licensed CC by SA. - GeoNode Contributors 2024. Designed by GeoSolutions

+

This Website is licensed CC by SA. - GeoNode Contributors 2026. Designed by GeoSolutions

+
diff --git a/contributors.html b/contributors.html index be8610c3..39a20b83 100644 --- a/contributors.html +++ b/contributors.html @@ -17,7 +17,7 @@
diff --git a/faqs/_posts/0100-01-01-tutorials.md b/faqs/_posts/0100-01-01-tutorials.md index 5bb6701f..bf9b5c49 100644 --- a/faqs/_posts/0100-01-01-tutorials.md +++ b/faqs/_posts/0100-01-01-tutorials.md @@ -4,5 +4,5 @@ category: faqs question: "Where can I find tutorials on using GeoNode?" keywords: - users -link_docs: "index.html" +link_docs: "" --- diff --git a/faqs/_posts/0100-01-02-new-account.md b/faqs/_posts/0100-01-02-new-account.md index cc143ea6..b88f98b3 100644 --- a/faqs/_posts/0100-01-02-new-account.md +++ b/faqs/_posts/0100-01-02-new-account.md @@ -4,5 +4,5 @@ category: faqs question: "How do I register for a new account?" keywords: - users -link_docs: "usage/accounts_user_profile/index.html" +link_docs: "user-guide/user_account/#creating-a-new-account" --- diff --git a/faqs/_posts/0100-01-03-add-data.md b/faqs/_posts/0100-01-03-add-data.md index 229a05fb..c8c28e61 100644 --- a/faqs/_posts/0100-01-03-add-data.md +++ b/faqs/_posts/0100-01-03-add-data.md @@ -4,5 +4,5 @@ category: faqs question: "How do I add new data?" keywords: - users -link_docs: "usage/data/index.html" +link_docs: "user-guide/datasets/upload/" --- diff --git a/faqs/_posts/0100-01-04-create-map.md b/faqs/_posts/0100-01-04-create-map.md index 8a1bf601..ec82f0b2 100644 --- a/faqs/_posts/0100-01-04-create-map.md +++ b/faqs/_posts/0100-01-04-create-map.md @@ -4,5 +4,5 @@ category: faqs question: "How do I create maps?" keywords: - users -link_docs: "usage/managing_maps/creating_maps.html" +link_docs: "user-guide/maps/creating_maps/#creating-map" --- diff --git a/faqs/_posts/0100-01-05-find-map.md b/faqs/_posts/0100-01-05-find-map.md index 611a06bc..11cd365d 100644 --- a/faqs/_posts/0100-01-05-find-map.md +++ b/faqs/_posts/0100-01-05-find-map.md @@ -4,5 +4,5 @@ category: faqs question: "How do I find existing maps?" keywords: - users -link_docs: "usage/managing_maps/exploring_maps/index.html" +link_docs: "user-guide/catalog/finding_data/#finding-data" --- diff --git a/faqs/_posts/0100-01-06-share-map.md b/faqs/_posts/0100-01-06-share-map.md index 176a64e9..db3b4baa 100644 --- a/faqs/_posts/0100-01-06-share-map.md +++ b/faqs/_posts/0100-01-06-share-map.md @@ -4,5 +4,5 @@ category: faqs question: "How do I share or print maps and data?" keywords: - users -link_docs: "usage/publishing_data/index.html" +link_docs: "user-guide/maps/maps_configuration/maps_conf_overview/#map-tools-and-configuration" --- diff --git a/faqs/_posts/0100-01-07-install-geonode.md b/faqs/_posts/0100-01-07-install-geonode.md index 5a2cc7aa..573f18f4 100644 --- a/faqs/_posts/0100-01-07-install-geonode.md +++ b/faqs/_posts/0100-01-07-install-geonode.md @@ -4,5 +4,5 @@ category: faqs question: "How do I install GeoNode?" keywords: - admins -link_docs: "install/core/index.html" +link_docs: "setup/docker/prerequisites/" --- diff --git a/faqs/_posts/0100-01-08-production-geonode.md b/faqs/_posts/0100-01-08-production-geonode.md index 8dea9318..521f1060 100644 --- a/faqs/_posts/0100-01-08-production-geonode.md +++ b/faqs/_posts/0100-01-08-production-geonode.md @@ -4,5 +4,5 @@ category: faqs question: "How do I configure GeoNode for production?" keywords: - admins -link_docs: "advanced/index.html#hardening-geonode/" +link_docs: "setup/prod_enhancements/prod_enhancements/" --- diff --git a/faqs/_posts/0100-01-09-customize-geonode.md b/faqs/_posts/0100-01-09-customize-geonode.md index 75006dbd..9f0f32a8 100644 --- a/faqs/_posts/0100-01-09-customize-geonode.md +++ b/faqs/_posts/0100-01-09-customize-geonode.md @@ -4,5 +4,5 @@ category: faqs question: "How do I customize the look and feel of GeoNode?" keywords: - admins -link_docs: "admin/admin_panel/index.html#simple-theming" +link_docs: "admin/admin_panel/admin_panel_theming/#theming" --- diff --git a/faqs/_posts/0100-01-10-troubleshoot.md b/faqs/_posts/0100-01-10-troubleshoot.md index 11edf8d6..384170bb 100644 --- a/faqs/_posts/0100-01-10-troubleshoot.md +++ b/faqs/_posts/0100-01-10-troubleshoot.md @@ -4,5 +4,5 @@ category: faqs question: "How do I troubleshoot a GeoNode installation?" keywords: - admins -link_docs: "install/" +link_docs: "setup/configuration/components/troubleshooting_advanced_features/" --- diff --git a/faqs/_posts/0100-01-11-ssl.md b/faqs/_posts/0100-01-11-ssl.md index 7348a86b..3810fcf6 100644 --- a/faqs/_posts/0100-01-11-ssl.md +++ b/faqs/_posts/0100-01-11-ssl.md @@ -4,5 +4,5 @@ category: faqs question: "How do I run GeoNode securely using SSL?" keywords: - admins -link_docs: "advanced/hardening/index.html" +link_docs: "setup/configuration/components/ssl_trusted_certificates/ssl_trusted_certificates/#ssl-trusted-certificates" --- diff --git a/faqs/_posts/0100-01-12-other-languages.md b/faqs/_posts/0100-01-12-other-languages.md index be72ccb3..60cd6a91 100644 --- a/faqs/_posts/0100-01-12-other-languages.md +++ b/faqs/_posts/0100-01-12-other-languages.md @@ -4,5 +4,5 @@ category: faqs question: "How do I configure GeoNode in other languages?" keywords: - admins -link_docs: "admin/index.html#changing-the-default-languages" +link_docs: "setup/br/#full-geonode-backup-restore" --- diff --git a/faqs/_posts/0100-01-13-backups.md b/faqs/_posts/0100-01-13-backups.md index 608860f2..ffd3cb01 100644 --- a/faqs/_posts/0100-01-13-backups.md +++ b/faqs/_posts/0100-01-13-backups.md @@ -4,5 +4,5 @@ category: faqs question: "How do I backup my GeoNode configuration and data?" keywords: - admins -link_docs: "intermediate/index.html#geonode-backup-and-restore" +link_docs: "setup/br/" --- diff --git a/faqs/_posts/0100-01-14-management-commands.md b/faqs/_posts/0100-01-14-management-commands.md index 93afcf59..a2739374 100644 --- a/faqs/_posts/0100-01-14-management-commands.md +++ b/faqs/_posts/0100-01-14-management-commands.md @@ -4,5 +4,5 @@ category: faqs question: "What are the management commands for GeoNode?" keywords: - admins -link_docs: "admin/index.html#geonode-management-commands" +link_docs: "admin/management_commands/migrate_geonode/" --- diff --git a/faqs/_posts/0100-01-15-env-dev.md b/faqs/_posts/0100-01-15-env-dev.md index bc2811da..066540da 100644 --- a/faqs/_posts/0100-01-15-env-dev.md +++ b/faqs/_posts/0100-01-15-env-dev.md @@ -4,5 +4,5 @@ category: faqs question: "How can I configure GeoNode for development?" keywords: - devs -link_docs: "install/core/index.html#run-geonode-for-the-first-time-in-debug-mode" +link_docs: "development/how_to_develop/docker/" --- diff --git a/faqs/_posts/0100-01-16-testing.md b/faqs/_posts/0100-01-16-testing.md index e5a12123..b721f4af 100644 --- a/faqs/_posts/0100-01-16-testing.md +++ b/faqs/_posts/0100-01-16-testing.md @@ -4,5 +4,5 @@ category: faqs question: "How do I test GeoNode?" keywords: - devs -link_docs: "devel/docker/index.html#how-to-debug" +link_docs: "development/how_to_develop/docker/#start-to-develop-with-docker" --- diff --git a/faqs/_posts/0100-01-17-arch.md b/faqs/_posts/0100-01-17-arch.md deleted file mode 100644 index 4fb4eaeb..00000000 --- a/faqs/_posts/0100-01-17-arch.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: faq -category: faqs -question: "What is the GeoNode architecture?" -keywords: - - devs -link_docs: "advanced/index.html" ---- diff --git a/faqs/_posts/0100-01-18-extend.md b/faqs/_posts/0100-01-18-extend.md deleted file mode 100644 index bee6483c..00000000 --- a/faqs/_posts/0100-01-18-extend.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: faq -category: faqs -question: "How do I extend GeoNode?" -keywords: - - devs -link_docs: "advanced/index.html#geonode-django-contrib-apps" ---- diff --git a/faqs/_posts/0100-01-19-contribute.md b/faqs/_posts/0100-01-19-contribute.md deleted file mode 100644 index d124dac0..00000000 --- a/faqs/_posts/0100-01-19-contribute.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: faq -category: faqs -question: "How do I contribute to the GeoNode project?" -keywords: - - devs -link_docs: "contribute/index.html#write-code" ---- diff --git a/faqs/_posts/0100-01-20-patches.md b/faqs/_posts/0100-01-20-patches.md deleted file mode 100644 index 3c6d818a..00000000 --- a/faqs/_posts/0100-01-20-patches.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: faq -category: faqs -question: "How are patches for GeoNode reviewed?" -keywords: - - devs -link_docs: "contribute/index.html#report-problems-on-the-issue-tracking-system" ---- diff --git a/faqs/_posts/0100-01-21-future.md b/faqs/_posts/0100-01-21-future.md deleted file mode 100644 index c7e4f3a9..00000000 --- a/faqs/_posts/0100-01-21-future.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: faq -category: faqs -question: "How is the future of GeoNode decided?" -keywords: - - devs -link_docs: "about/index.html#roadmap" ---- diff --git a/faqs/_posts/0100-01-22-improve.md b/faqs/_posts/0100-01-22-improve.md deleted file mode 100644 index 8487aff4..00000000 --- a/faqs/_posts/0100-01-22-improve.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: faq -category: faqs -question: "How can I suggest significant improvements or changes to GeoNode?" -keywords: - - devs -link_docs: "about/index.html#get-in-touch-with-the-community" ---- diff --git a/faqs/_posts/0100-01-23-translate.md b/faqs/_posts/0100-01-23-translate.md deleted file mode 100644 index bfbacc31..00000000 --- a/faqs/_posts/0100-01-23-translate.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: faq -category: faqs -question: "How can I help translate GeoNode into other languages?" -keywords: - - devs -link_docs: "contribute/translation/index.html" ---- diff --git a/faqs/_posts/0100-01-24-docs-for-devs.md b/faqs/_posts/0100-01-24-docs-for-devs.md index 8d742c5a..03ade803 100644 --- a/faqs/_posts/0100-01-24-docs-for-devs.md +++ b/faqs/_posts/0100-01-24-docs-for-devs.md @@ -4,5 +4,5 @@ category: faqs question: "Where can I find documentation for developers?" keywords: - devs -link_docs: "contribute/index.html#write-documentation" +link_docs: "development/api/" --- diff --git a/static/css/site.css b/static/css/site.css index 67f41018..a524533c 100755 --- a/static/css/site.css +++ b/static/css/site.css @@ -6863,4 +6863,22 @@ body.workshops article.article1 img.icon { .demo-btn a { color: white; text-decoration: none; -} \ No newline at end of file +} + +/* 1. Force the body to fill the entire screen height */ +body.geonode-features { + margin: 0; + display: flex; + flex-direction: column; + min-height: 100vh; + } + + /* 2. Force the main feature-detail section to stretch and fill all empty space */ + section.feature-detail { + flex: 1 0 auto; /* This pushes the footer down */ + } + + /* 3. Keep the footer tucked neatly at the base */ + footer.footer { + flex-shrink: 0; + } \ No newline at end of file