From 5c68149dae37337c599a66f118d6c1da0d6bc620 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Oct 2025 15:38:49 +0000 Subject: [PATCH 1/2] Initial plan From a2b6b156ae48409afaf8e52c286af8f987a4d296 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Oct 2025 15:43:27 +0000 Subject: [PATCH 2/2] Update site_url to use /fz base path for GitHub Pages Co-authored-by: yannrichet-asnr <148193180+yannrichet-asnr@users.noreply.github.com> --- README.md | 12 ++++++------ mkdocs.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 40832e6..f148136 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ This repository hosts the documentation website for [FZ - Parametric Scientific ## 📚 Documentation Site -Visit the live documentation at: **https://funz.github.io** +Visit the live documentation at: **https://funz.github.io/fz** ## 🚀 Quick Links -- [Installation Guide](https://funz.github.io/getting-started/installation/) -- [Quick Start](https://funz.github.io/getting-started/quickstart/) -- [Core Functions](https://funz.github.io/user-guide/core-functions/fzr/) -- [Plugins](https://funz.github.io/plugins/) -- [Google Colab Notebooks](https://funz.github.io/examples/colab/) +- [Installation Guide](https://funz.github.io/fz/getting-started/installation/) +- [Quick Start](https://funz.github.io/fz/getting-started/quickstart/) +- [Core Functions](https://funz.github.io/fz/user-guide/core-functions/fzr/) +- [Plugins](https://funz.github.io/fz/plugins/) +- [Google Colab Notebooks](https://funz.github.io/fz/examples/colab/) ## 📓 Google Colab Examples diff --git a/mkdocs.yml b/mkdocs.yml index a282c35..e9486ea 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: FZ - Parametric Scientific Computing Framework site_description: Documentation for FZ and its plugins site_author: Funz Team -site_url: https://funz.github.io +site_url: https://funz.github.io/fz repo_url: https://github.com/Funz/fz repo_name: Funz/fz