Skip to content

Commit ac67033

Browse files
authored
Merge pull request #75 from bowphp/feat/docs-refactor
update messaging
2 parents ca955f1 + 86464d9 commit ac67033

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ module.exports = {
260260
},
261261
items: [
262262
{
263-
to: "docs/concept",
264-
label: "Documentation",
263+
to: "docs/installation",
264+
label: "Docs",
265265
position: "left",
266266
},
267267
{
@@ -329,7 +329,7 @@ module.exports = {
329329
},
330330
{
331331
label: "Voulez-vous contribuer ?",
332-
to: "https://bowphp.com/docs/contribution.html",
332+
to: "https://bowphp.com/docs/contribution",
333333
},
334334
{
335335
label: "API Reference",

versioned_sidebars/version-5.x-sidebars.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"middleware",
1616
"storage",
1717
"mail",
18+
"messaging",
1819
"i18n",
1920
"testing"
2021
],

0 commit comments

Comments
 (0)