mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
docs: remove blog in favor of news page
This commit is contained in:
parent
dec94b8318
commit
94ff3903c3
2 changed files with 17 additions and 16 deletions
|
@ -34,7 +34,7 @@ const config: Config = {
|
|||
sidebarPath: "./sidebars.ts",
|
||||
editUrl: "https://github.com/folke/lazy.nvim/tree/docs/",
|
||||
},
|
||||
// blog: false,
|
||||
blog: false,
|
||||
theme: {
|
||||
customCss: "./src/css/custom.css",
|
||||
},
|
||||
|
@ -66,8 +66,13 @@ const config: Config = {
|
|||
src: "img/icon.svg",
|
||||
},
|
||||
items: [
|
||||
{ to: "/", label: "Docs", position: "left" },
|
||||
{ to: "blog", label: "Blog", position: "left" },
|
||||
{
|
||||
to: "/",
|
||||
label: "Docs",
|
||||
position: "left",
|
||||
activeBaseRegex: "^(?!.*news).*$",
|
||||
},
|
||||
{ to: "news", label: "News", position: "left" },
|
||||
...require("./socials.ts"),
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue