From 564f6955bdddc8d012e4531bbcbc76bd665c4bff Mon Sep 17 00:00:00 2001 From: Ooker Date: Thu, 17 Feb 2022 00:39:55 +0700 Subject: [PATCH] Add link to the DataAdapter inderface --- docs/api/classes/Vault.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/classes/Vault.md b/docs/api/classes/Vault.md index 79f4d5a0..99534e98 100644 --- a/docs/api/classes/Vault.md +++ b/docs/api/classes/Vault.md @@ -16,6 +16,8 @@ constructor(); adapter: DataAdapter ``` +See the methods for the `adapter` property in [`DataAdapter`](https://marcus.se.net/obsidian-plugin-docs/api/interfaces/DataAdapter) interface. + ### configDir ```ts