From 069a80a1b15d004ecfac04e58469f425ef5e1b02 Mon Sep 17 00:00:00 2001 From: Dan Benitah Date: Tue, 6 Aug 2024 23:44:03 +0100 Subject: [PATCH] tag update to post and image layout fix Signed-off-by: Dan Benitah --- casdk-docs/docs/architecture/decisions/0016-watt-time-v3.md | 2 +- casdk-docs/src/css/custom.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/casdk-docs/docs/architecture/decisions/0016-watt-time-v3.md b/casdk-docs/docs/architecture/decisions/0016-watt-time-v3.md index fd4b4c417..e585ad37e 100644 --- a/casdk-docs/docs/architecture/decisions/0016-watt-time-v3.md +++ b/casdk-docs/docs/architecture/decisions/0016-watt-time-v3.md @@ -41,7 +41,7 @@ The `Login` is now at a different base URL, and to avoid any future issues a dif | Forecast | Get forecast| /forecast | /forecast | No longer be used for historical data _Request_
  • `ba` is now `region`
  • `extended_forecast` removed
  • `horizon_hours` added
  • `signal_type` added
  • Historical forecasts are now at `/forecast/historical`
    _Response_
  • `signal_type` added
  • | Historical | Get historical forecast data | /historical (?) | /forecast/historical (?) | This changed signficantly.
    _Request_
  • `ba` is now `region`
  • `starttime` is now `start` and mandatory
  • `endtime` is now `end` and mandatory
  • `signal_type` added
    _Response_
  • `signal_type` added
  • | Balancing Authority From Location | Get balancing authority from location | /ba-from-loc | /region-from-loc | Check if the CA SDK uses BA at all

    _Request_
  • `name` is now `region_full_name`
  • `abbrev` is now `region`
  • `signal_type` added
    _Response_
  • `id` removed
  • `signal_type` added
  • | -| Login | User login | https://api2.watttime.org/v2/login | https://api.watttime.org/login | Path has changed from being version specific to being no longer related to the API version.

    Updated in `WattTimeClient` to now have 2 HTTP clients to decouple versions from the login. +| Login | User login | https://api2.watttime.org/v2/login | https://api.watttime.org/login | Path has changed from being version specific to being no longer related to the API version.

    Updated in `WattTimeClient` to now have 2 HTTP clients to decouple versions from the login. | ### Query Strings diff --git a/casdk-docs/src/css/custom.css b/casdk-docs/src/css/custom.css index caa615560..cdae1f40f 100644 --- a/casdk-docs/src/css/custom.css +++ b/casdk-docs/src/css/custom.css @@ -30,6 +30,6 @@ --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); } -#__blog-post-container img, .theme-doc-markdown img{ +#__blog-post-container img, .theme-doc-markdown img, article img{ height: auto; } \ No newline at end of file