mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-16 23:16:26 +00:00
docs(config): update site description and navigation label to "Solutions" for LeetCode docs
This commit is contained in:
+3
-3
@@ -2,7 +2,7 @@ import { defineConfig } from "blume";
|
|||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
title: "Leetcode",
|
title: "Leetcode",
|
||||||
description: "Documentation powered by Blume.",
|
description: "Documentation for LeetCode solutions",
|
||||||
deployment: {
|
deployment: {
|
||||||
site: "https://prdlk.github.io",
|
site: "https://prdlk.github.io",
|
||||||
base: "/leetcode",
|
base: "/leetcode",
|
||||||
@@ -10,8 +10,8 @@ export default defineConfig({
|
|||||||
navigation: {
|
navigation: {
|
||||||
tabs: [
|
tabs: [
|
||||||
{
|
{
|
||||||
label: "Guides",
|
label: "Solutions",
|
||||||
path: "/guides",
|
path: "/solutions",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user