Skip to content

Commit

Permalink
[v3-Maintenance]-Consolidate-and-Document-Core-Changes-in-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Apr 20, 2024
1 parent 0e29268 commit 22786d2
Show file tree
Hide file tree
Showing 35 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/core/api/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "API",
"label": "\uD83D\uDEE0\uFE0F Api",
"position": 2,
"link": {
"type": "generated-index",
Expand Down
2 changes: 1 addition & 1 deletion docs/core/api/ctx.md
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ app.Get("/file-with-url-chars", func(c fiber.Ctx) error {
```

:::info
For sending files from embedded file system [this functionality](./middleware/filesystem.md#sendfile) can be used
For sending files from embedded file system [this functionality](../middleware/filesystem.md#sendfile) can be used
:::

## SendStatus
Expand Down
6 changes: 3 additions & 3 deletions docs/core/extra/_category_.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"label": "Extra",
"position": 4,
"label": "\uD83E\uDDE9 Extra",
"position": 5,
"link": {
"type": "generated-index",
"description": "Extra contents for Fiber."
}
}
}
4 changes: 2 additions & 2 deletions docs/core/guide/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Guide",
"position": 3,
"label": "\uD83D\uDCD6 Guide",
"position": 4,
"link": {
"type": "generated-index",
"description": "Guides for Fiber."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "🧬 Middleware",
"position": 11,
"position": 3,
"collapsed": true,
"link": {
"type": "generated-index",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 4 additions & 3 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ const sidebars = {
tutorialSidebar: [
{type: 'doc', id: 'welcome'},
{type: 'doc', id: 'whats_new'},
{type: 'category', label: 'API', link: {type: 'generated-index', description: 'API documentation for Fiber.'}, items: [{type: 'autogenerated', dirName: 'api'}]},
{type: 'category', label: 'Guide', link: {type: 'generated-index', description: 'Guides for Fiber.'}, items: [{type: 'autogenerated', dirName: 'guide'}]},
{type: 'category', label: 'Extra', link: {type: 'generated-index', description: 'Extra contents for Fiber.'}, items: [{type: 'autogenerated', dirName: 'extra'}]},
{type: 'category', label: 'πŸ› οΈ Api', link: {type: 'generated-index', description: 'API documentation for Fiber.'}, items: [{type: 'autogenerated', dirName: 'api'}]},
{type: 'category', label: '🧬 Middleware', link: {type: 'generated-index', description: 'Middleware is a function chained in the HTTP request cycle with access to the Context which it uses to perform a specific action, for example, logging every request or enabling CORS.'}, items: [{type: 'autogenerated', dirName: 'middleware'}], collapsed: true},
{type: 'category', label: 'πŸ“– Guide', link: {type: 'generated-index', description: 'Guides for Fiber.'}, items: [{type: 'autogenerated', dirName: 'guide'}]},
{type: 'category', label: '🧩 Extra', link: {type: 'generated-index', description: 'Extra contents for Fiber.'}, items: [{type: 'autogenerated', dirName: 'extra'}]},
// replace this without partials folder when the exclude feature is there fo rthe autogenerated feature
// {type: 'autogenerated', dirName: '.'}
],
Expand Down

0 comments on commit 22786d2

Please sign in to comment.