From 0dd39e2b3dd459b17afd0b4a923c0650581fac74 Mon Sep 17 00:00:00 2001 From: SpeedyLom Date: Sun, 14 Mar 2021 10:17:44 +0000 Subject: [PATCH] Add a note to the `apidoc` header as a temporary workaround for #13012 (#13109) --- apidoc/header.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apidoc/header.md b/apidoc/header.md index 5c194617c6..f870a900b3 100644 --- a/apidoc/header.md +++ b/apidoc/header.md @@ -2,4 +2,7 @@ This webpage includes the documentation for version 3 of the [Habitica](https://habitica.com) API. -If you're developing a 3rd party tool that uses the Habitica API you should read the [Guidance for Comrades](https://habitica.fandom.com/wiki/Guidance_for_Comrades) and in particular the section called [Rules for Third-Party Tools](https://habitica.fandom.com/wiki/Guidance_for_Comrades#Rules_for_Third-Party_Tools) which includes suggestions on how to best use the API and the rules to follow when interacting with it. \ No newline at end of file +If you're developing a 3rd party tool that uses the Habitica API you should read the [Guidance for Comrades](https://habitica.fandom.com/wiki/Guidance_for_Comrades) and in particular the section called [Rules for Third-Party Tools](https://habitica.fandom.com/wiki/Guidance_for_Comrades#Rules_for_Third-Party_Tools) which includes suggestions on how to best use the API and the rules to follow when interacting with it. + +# Attention: Sample forms are non-functional +The sample forms were enabled [due to a change in the apidoc package](https://github.com/apidoc/apidoc/pull/915) and do not function, they will be disabled in a future release.