mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-17 07:26:27 +00:00
chore(docs): remove Blume config and package.json
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
import { defineConfig } from "blume";
|
|
||||||
|
|
||||||
export default defineConfig({
|
|
||||||
title: "Prad's LeetCode",
|
|
||||||
description: "Documentation powered by Blume.",
|
|
||||||
navigation: {
|
|
||||||
tabs: [{ label: "Guides", path: "/guides", icon: "plug" }],
|
|
||||||
},
|
|
||||||
});
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "docs",
|
|
||||||
"private": true,
|
|
||||||
"type": "module",
|
|
||||||
"scripts": {
|
|
||||||
"dev": "blume dev",
|
|
||||||
"build": "blume build",
|
|
||||||
"doctor": "blume doctor"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"blume": "^1.0.3"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user