summaryrefslogtreecommitdiff
path: root/docs/src/api/overview/deregistering.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-21 13:54:43 +0100
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commit6017b58600910e83e6177044e4e69b9ff556a70c (patch)
tree241bc48a818cb84efe4d1f6cff57335aa0b17842 /docs/src/api/overview/deregistering.md
parentae4c58d37d6cb284b3c1cddb2502fabbd8106898 (diff)
Docs: Remove outdated documents
Diffstat (limited to 'docs/src/api/overview/deregistering.md')
-rw-r--r--docs/src/api/overview/deregistering.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/src/api/overview/deregistering.md b/docs/src/api/overview/deregistering.md
deleted file mode 100644
index 0503dbe..0000000
--- a/docs/src/api/overview/deregistering.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# Deregistering
-## Summary
-name: `Deregister`
-
-Arguments: None
-
-Returns: Nothing
-
-Used to cleanup the library by deregistering the client and saving the config files
-## Detailed information
-The deregister method is used to cleanup the library. It should be called when the client closes. This also saves the state to the directory that was passed in the [Register](./registering.html) method.