chore(docs): remove Blume config and package.json

This commit is contained in:
Prad Nukala
2026-08-16 13:09:28 -04:00
parent 4b1c9bd5f9
commit 743155adfb
2 changed files with 0 additions and 22 deletions
-9
View File
@@ -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" }],
},
});
-13
View File
@@ -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"
}
}