Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 24, 2024
1 parent f6841df commit f85112f
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 45 deletions.
8 changes: 0 additions & 8 deletions docs/app.config.ts

This file was deleted.

7 changes: 3 additions & 4 deletions docs/content/2.drivers/azure-app-configuration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Azure App Configuration
description: Store data in the key value store of Azure App Configuration.
---
# Azure App Configuration

Store data in the key value store of Azure App Configuration.

## Usage

Expand Down
14 changes: 14 additions & 0 deletions docs/docs.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { defineDocsConfig } from "unjs-docs/config";

export default defineDocsConfig({
name: "Unstorage",
description:
"A simple, small, and fast key-value storage library for JavaScript.",
github: "unjs/unstorage",
redirects: {
"/usage": "/getting-started/usage",
"/utils": "/getting-started/utils",
"/http-server": "/getting-started/http-server",
"/custom-driver": "/getting-started/custom-driver",
},
});
8 changes: 0 additions & 8 deletions docs/nuxt.config.ts

This file was deleted.

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.5"
"unjs-docs": "^0.1.7"
}
}
15 changes: 8 additions & 7 deletions docs/pnpm-lock.yaml

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

17 changes: 0 additions & 17 deletions docs/public/unjs.svg

This file was deleted.

0 comments on commit f85112f

Please sign in to comment.