From 5f2a18b3dd13b756fa54da5ccee56e76740a631f Mon Sep 17 00:00:00 2001 From: meteoDaniel Date: Sun, 2 Feb 2025 10:24:53 +0100 Subject: [PATCH] Add navigation with grid cards solar pv --- .../html_overview_api.png | Bin docs/solar_power_forecast/index.md | 13 +++++++++++++ .../setup_pv_portfolio_forecast.md | 2 +- mkdocs.yml | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) rename docs/{solar_power_forecast => assets}/html_overview_api.png (100%) diff --git a/docs/solar_power_forecast/html_overview_api.png b/docs/assets/html_overview_api.png similarity index 100% rename from docs/solar_power_forecast/html_overview_api.png rename to docs/assets/html_overview_api.png diff --git a/docs/solar_power_forecast/index.md b/docs/solar_power_forecast/index.md index 15b44a4..3a7e9c3 100644 --- a/docs/solar_power_forecast/index.md +++ b/docs/solar_power_forecast/index.md @@ -1,5 +1,18 @@ # Welcome to alitiq's AI pwd Solar Power Forecasting service +## Navigation +
+- :hugeicons:solar-panel-05: __[Setup PV]__ – Blog post about how to setup a PV System +- :grommet-icons:configure: __[Manage Portfolio]__ – Manage your PV system portfolio via API +- :wi:forecast-io-partly-cloudy-day: __[Forecast]__ – Gain access to the most accurate forecast on the market +- :carbon:weather-station: __[Measurement]__ – Provide measurement data from your PV-system to boost forecast performance + +
+ + [Setup PV]: https://docs.alitiq.com/knowledge/2025/02/02/-setup-your-pv-system-for-solar-power-forecast--alitiq/ + [Manage Portfolio]: https://docs.alitiq.com/solar_power_forecast/setup_pv_portfolio_forecast/ + [Forecast]: https://docs.alitiq.com/solar_power_forecast/pv_solar_power_forecast/ + [Measurement]: https://docs.alitiq.com/solar_power_forecast/push_pv_measurement/ \ No newline at end of file diff --git a/docs/solar_power_forecast/setup_pv_portfolio_forecast.md b/docs/solar_power_forecast/setup_pv_portfolio_forecast.md index df79f47..1e35e96 100644 --- a/docs/solar_power_forecast/setup_pv_portfolio_forecast.md +++ b/docs/solar_power_forecast/setup_pv_portfolio_forecast.md @@ -277,7 +277,7 @@ In the response of your portfolio you might find additional information that you In case you use the html- Response of the API the systems will be shown in a table like this: -![html-overview API](html_overview_api.png) +![html-overview API](https://docs.alitiq.com/assets/html_overview_api.png) --- diff --git a/mkdocs.yml b/mkdocs.yml index 1f00951..2082bf8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -153,7 +153,7 @@ markdown_extensions: # Page tree nav: - Home: index.md - - Solar PV : + - Solar PV : solar_power_forecast/index.md - Manage your PV portfolio: solar_power_forecast/setup_pv_portfolio_forecast.md - Push measurements for optimized Forecasts: solar_power_forecast/push_pv_measurement.md - Inspect measurements in alitiqs database: solar_power_forecast/inspect_pv_measurement.md