aboutsummaryrefslogtreecommitdiffstats
path: root/docs/developer
diff options
context:
space:
mode:
Diffstat (limited to 'docs/developer')
-rw-r--r--docs/developer/api.md3
-rw-r--r--docs/developer/new-task-type.md4
2 files changed, 2 insertions, 5 deletions
diff --git a/docs/developer/api.md b/docs/developer/api.md
index 5bc91ff2..4ab49017 100644
--- a/docs/developer/api.md
+++ b/docs/developer/api.md
@@ -5,8 +5,7 @@ parent: Developer
# API
-{: .highlight }
-**This page is under construction.** The information contained here may be inaccurate or incomplete. You can help by [contributing information to the wiki](https://github.com/LMBishop/Quests/wiki/Contributing-to-the-wiki).
+{% include incomplete.md %}
Quests provides an API for other people to use. **This API is experimental and may be subject to change.** For usages, it is best to take a look into the plugin itself.
diff --git a/docs/developer/new-task-type.md b/docs/developer/new-task-type.md
index cedc3711..3a054984 100644
--- a/docs/developer/new-task-type.md
+++ b/docs/developer/new-task-type.md
@@ -5,9 +5,7 @@ parent: Developer
# New task type
-{: .highlight }
-**This page is under construction.** The information contained here may be inaccurate or incomplete. You can help by [contributing information to the wiki](https://github.com/LMBishop/Quests/wiki/Contributing-to-the-wiki).
-
+{% include incomplete.md %}
The following information is for developers who are interested in integrating Quests into their own plugin.