docs: Add datastore app to the integration list

This commit is contained in:
Faruk AYDIN
2024-02-27 21:44:51 +01:00
parent 9a3f85106c
commit 0ab03e1856
6 changed files with 42 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
---
favicon: /favicons/datastore.svg
items:
- name: Get value
desc: Get value from the persistent datastore.
- name: Set value
desc: Set value to the persistent datastore.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />