Skip to content

Commit

Permalink
docs: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jan 19, 2024
1 parent 821cdd5 commit a64e941
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions docs/content/2.drivers/azure-app-configuration.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Azure App Configuration
decription: Store data in the key value store of Azure App Configuration.
description: Store data in the key value store of Azure App Configuration.
---

## Usage

::tip{to="https://learn.microsoft.com/en-us/azure/azure-app-configuration/overview"}
::note{to="https://learn.microsoft.com/en-us/azure/azure-app-configuration/overview"}
Learn more about Azure App Configuration.
::

Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.drivers/azure-cosmos.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Store data in Azure Cosmos DB NoSQL API documents.

## Usage

::tip{to="https://azure.microsoft.com/en-us/services/cosmos-db/"}
::note{to="https://azure.microsoft.com/en-us/services/cosmos-db/"}
Learn more about Azure Cosmos DB.
::

Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.drivers/azure-key-vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Store data in a Azure Key Vault secrets.

## Usage

::tip{to="https://docs.microsoft.com/en-us/azure/key-vault/secrets/about-secrets"}
::note{to="https://docs.microsoft.com/en-us/azure/key-vault/secrets/about-secrets"}
Learn more about Azure Key Vault secrets.
::

Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.drivers/azure-storage-block.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Store data in a Azure blob storage.

## Usage

::tip{to="https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-blob"}
::note{to="https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/storage-blob"}
Learn more about Azure blob storage.
::

Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.drivers/azure-storage-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Store data in a Azure table storage.

## Usage

::tip{to="https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/tables/data-tables"}
::note{to="https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/tables/data-tables"}
Learn more about Azure table storage.
::

Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.drivers/capacitor-preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Stores data via Capacitor Preferences API on mobile devices or the local storage

## Usage

::tip{to="https://capacitorjs.com/docs/apis/preferences"}
::note{to="https://capacitorjs.com/docs/apis/preferences"}
Learn more about Capacitor Preferences API.
::

Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.drivers/cloudflare-kv-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Store data in Cloudflare KV and access from worker bindings.

## Usage

::tip{to="https://developers.cloudflare.com/workers/runtime-apis/kv"}
::note{to="https://developers.cloudflare.com/workers/runtime-apis/kv"}
Learn more about Cloudflare KV.
::

Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.drivers/cloudflare-kv-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Store data in Cloudflare KV using the Cloudflare API v4.

## Usage

::tip{to="https://developers.cloudflare.com/api/operations/workers-kv-namespace-list-namespaces"}
::note{to="https://developers.cloudflare.com/api/operations/workers-kv-namespace-list-namespaces"}
Learn more about Cloudflare KV API.
::

Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.drivers/cloudflare-r2-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Store data in Cloudflare R2 buckets and access from worker bindings.
This is an experimental driver! This driver only works in a cloudflare worker environment and cannot be used in other runtime environments such as Node.js (r2-http driver is coming soon)
::

::tip{to="https://developers.cloudflare.com/r2/api/workers/workers-api-reference/"}
::note{to="https://developers.cloudflare.com/r2/api/workers/workers-api-reference/"}
Learn more about Cloudflare R2 buckets.
::

Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.drivers/indexedb.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Store key-value in IndexedDB.

## Usage

::tip{to="https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API"}
::note{to="https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API"}
Learn more about IndexedDB.
::

Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.drivers/localstorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Store data in localStorage.

## Usage

::tip{to="https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage"}
::note{to="https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage"}
Learn more about localStorage.
::

Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.drivers/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Store data in MongoDB using Node.js mongodb package.

## Usage

::tip{to="https://www.mongodb.com/"}
::note{to="https://www.mongodb.com/"}
Learn more about MongoDB.
::

Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.drivers/planetscale.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Stores data in MySQL database via PlanetScale.

## Usage

::tip{to="https://docs.microsoft.com/en-us/azure/key-vault/secrets/about-secrets"}
::note{to="https://docs.microsoft.com/en-us/azure/key-vault/secrets/about-secrets"}
Learn more about PlanetScale.
::

Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.drivers/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Store data in a Redis.

## Usage

::tip{to="https://redis.com"}
::note{to="https://redis.com"}
Learn more about Redis.
::

Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.drivers/session-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Store data in sessionStorage.

# Session Storage

::tip{to="https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage"}
::note{to="https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage"}
Learn more about sessionStorage.
::

Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.drivers/vercel-kv.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Store data in a Vercel KV Store.

::tip{to="https://vercel.com/docs/storage/vercel-kv"}
::note{to="https://vercel.com/docs/storage/vercel-kv"}
Learn more about Vercel KV.
::

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"dev": "unjs-docs dev"
},
"devDependencies": {
"unjs-docs": "^0.1.1"
"unjs-docs": "npm:unjs-docs-nightly@latest"
}
}
8 changes: 4 additions & 4 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a64e941

Please sign in to comment.