Skip to content

Commit

Permalink
Change navigation links
Browse files Browse the repository at this point in the history
  • Loading branch information
curder committed Sep 12, 2024
1 parent 5a5ff02 commit 6c64a25
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions docs/.vitepress/nav.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
export default [
{text: "集合", link: "/collections/"},
{text: "模型", link: "/model/"},
{
text: "更多",
items: [
{text: "代码片段", link: "/partials/migrations"},
{text: "小技巧", link: "/tips/db-models-and-eloquent"},
{text: "常用扩展", link: "/packages/"},
{text: "其他", link: "/others/whats-new-in-laravel-11"},
]
},
{text: "代码片段", link: "/partials/migrations"},
{text: "小技巧", link: "/tips/db-models-and-eloquent"},
{text: "常用扩展", link: "/packages/"},
{text: "其他", link: "/others/whats-new-in-laravel-11"},
{
text: "",
items: [
{text: "Bolg", link: "https://curder.github.io/blog/", target: "_blank", rel: "blog"},
{text: "What is new in PHP", link: "https://curder.github.io/what-is-new-in-php/", target: "_blank", rel: "what is new in php"},
{text: "Setup mac for developer", link: "https://curder.github.io/setup-mac-for-developer/", target: "_blank", rel: "setup mac for developer"},
{
text: "What is new in PHP",
link: "https://curder.github.io/what-is-new-in-php/",
target: "_blank",
rel: "what is new in php"
},
{
text: "Setup mac for developer",
link: "https://curder.github.io/setup-mac-for-developer/",
target: "_blank",
rel: "setup mac for developer"
},
]
},
];

0 comments on commit 6c64a25

Please sign in to comment.