Skip to content

Commit eac0f48

Browse files
committed
docs: removed install block
1 parent ee9a71a commit eac0f48

3 files changed

Lines changed: 0 additions & 253 deletions

File tree

docs/.vitepress/theme/InstallBlock.vue

Lines changed: 0 additions & 240 deletions
This file was deleted.

docs/.vitepress/theme/index.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
import { inject } from "@vercel/analytics";
22
import type { Theme } from "vitepress";
33
import DefaultTheme from "vitepress/theme";
4-
import { h } from "vue";
5-
import InstallBlock from "./InstallBlock.vue";
64
import ShowcaseGrid from "./ShowcaseGrid.vue";
75

86
export default {
97
extends: DefaultTheme,
10-
Layout() {
11-
return h(DefaultTheme.Layout, null, {
12-
"home-hero-image": () => h(InstallBlock),
13-
});
14-
},
158
enhanceApp({ app }) {
169
app.component("ShowcaseGrid", ShowcaseGrid);
1710
if (typeof window !== "undefined") {

docs/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,10 @@ hero:
3838
text: View on GitHub
3939
link: https://github.com/gonzyui/ani-client
4040
features:
41-
- title: Zero Dependencies
42-
details: Uses the native fetch API. Works in Node.js ≥ 22, Bun, Deno, and modern browsers.
4341
- title: Built-in Caching
4442
details: LRU memory cache with TTL, stale-while-revalidate, hit/miss stats, and an optional Redis adapter for distributed setups.
45-
- title: Rate Limit Aware
46-
details: Handles HTTP 429 transparently with exponential backoff, jitter, configurable retries, and network error resilience.
4743
- title: Request Auto-Batching
4844
details: Consecutive individual requests are queued and coalesced into a single network batch call automatically, drastically saving your rate limits.
4945
- title: Batch & Pagination
5046
details: Fetch up to 50 IDs in one request with automatic chunking. Auto-paginate with a built-in async iterator.
51-
- title: Observable & Extensible
52-
details: Lifecycle hooks, injectable logger, per-request AbortSignal, and full TypeScript coverage.
5347
---

0 commit comments

Comments
 (0)