Skip to content

Commit a76aaa4

Browse files
committed
fix: patch up broken link
1 parent 58c163f commit a76aaa4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.vitepress/config/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const sidebar = [
5858
// { text: 'Logging', link: '/docs/utils/logging' },
5959
{ text: 'Using Swoole', link: '/docs/swoole' },
6060
{ text: 'Using Docker', link: '/docs/docker' },
61-
// { text: 'Debugging', link: '/docs/config/debugging' },
61+
// { text: 'Debugging', link: '/docs/routing/error-handling' },
6262
// { text: 'Leaf Devtools', link: '/docs/utils/devtools' },
6363
// { text: 'Deployment', link: '/docs/config/deployment' },
6464
{ text: 'Testing/Linting', link: '/docs/utils/testing' },

src/docs/modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ Most modules integrate directly into Leaf, so you can use them with Leaf's funct
3737
| [csrf](/docs/security/csrf) | [![Latest Stable Version](https://poser.pugx.org/leafs/csrf/v/stable)](https://packagist.org/packages/leafs/csrf) [![Total Downloads](https://poser.pugx.org/leafs/csrf/downloads)](https://packagist.org/packages/leafs/csrf) | CSRF protection for your Leaf apps |
3838
| [date](/docs/utils/date) | [![Latest Stable Version](https://poser.pugx.org/leafs/date/v/stable)](https://packagist.org/packages/leafs/date) [![Total Downloads](https://poser.pugx.org/leafs/date/downloads)](https://packagist.org/packages/leafs/date) | Dead simple PHP dates |
3939
| [db](/docs/database/) | [![Latest Stable Version](https://poser.pugx.org/leafs/db/v/stable)](https://packagist.org/packages/leafs/db) [![Total Downloads](https://poser.pugx.org/leafs/db/downloads)](https://packagist.org/packages/leafs/db) | Lightweight query builder for your PHP apps |
40-
| [devtools](/docs/config/debugging) | [![Latest Stable Version](https://poser.pugx.org/leafs/devtools/v/stable)](https://packagist.org/packages/leafs/devtools) [![Total Downloads](https://poser.pugx.org/leafs/devtools/downloads)](https://packagist.org/packages/leafs/devtools) | Developer tools for Leaf PHP |
40+
| [devtools](/docs/routing/error-handling) | [![Latest Stable Version](https://poser.pugx.org/leafs/devtools/v/stable)](https://packagist.org/packages/leafs/devtools) [![Total Downloads](https://poser.pugx.org/leafs/devtools/downloads)](https://packagist.org/packages/leafs/devtools) | Developer tools for Leaf PHP |
4141
| [eien](/docs/swoole) | [![Latest Stable Version](https://poser.pugx.org/leafs/eien/v/stable)](https://packagist.org/packages/leafs/eien) [![Total Downloads](https://poser.pugx.org/leafs/eien/downloads)](https://packagist.org/packages/leafs/eien) | High-speed, high-performance server for leaf |
4242
| [exception](https://github.com/leafsphp/exceptions) | [![Latest Stable Version](https://poser.pugx.org/leafs/exception/v/stable)](https://packagist.org/packages/leafs/exception) [![Total Downloads](https://poser.pugx.org/leafs/exception/downloads)](https://packagist.org/packages/leafs/exception) | Leaf's exception wrapper (fork of whoops) |
4343
| [fetch](/docs/utils/fetch) | [![Latest Stable Version](https://poser.pugx.org/leafs/fetch/v/stable)](https://packagist.org/packages/leafs/fetch) [![Total Downloads](https://poser.pugx.org/leafs/fetch/downloads)](https://packagist.org/packages/leafs/fetch) | HTTP requests made simple |
4444
| [form](/docs/data/validation) | [![Latest Stable Version](https://poser.pugx.org/leafs/form/v/stable)](https://packagist.org/packages/leafs/form) [![Total Downloads](https://poser.pugx.org/leafs/form/downloads)](https://packagist.org/packages/leafs/form) | Form processes and validation |
4545
| [fs](/docs/utils/fs) | [![Latest Stable Version](https://poser.pugx.org/leafs/fs/v/stable)](https://packagist.org/packages/leafs/fs) [![Total Downloads](https://poser.pugx.org/leafs/fs/downloads)](https://packagist.org/packages/leafs/fs) | Awesome filesystem operations + file uploads |
4646
| [http](/docs/http/request) | [![Latest Stable Version](https://poser.pugx.org/leafs/http/v/stable)](https://packagist.org/packages/leafs/http) [![Total Downloads](https://poser.pugx.org/leafs/http/downloads)](https://packagist.org/packages/leafs/http) | Http operations made simple (request, response, ...) |
4747
| [inertia](/docs/frontend/inertia) | [![Latest Stable Version](https://poser.pugx.org/leafs/inertia/v/stable)](https://packagist.org/packages/leafs/inertia) [![Total Downloads](https://poser.pugx.org/leafs/inertia/downloads)](https://packagist.org/packages/leafs/inertia) | Leaf adapter for inertia JS |
48-
| [logger](/docs/config/debugging) | [![Latest Stable Version](https://poser.pugx.org/leafs/logger/v/stable)](https://packagist.org/packages/leafs/logger) [![Total Downloads](https://poser.pugx.org/leafs/logger/downloads)](https://packagist.org/packages/leafs/logger) | leaf logger module |
48+
| [logger](/docs/routing/error-handling) | [![Latest Stable Version](https://poser.pugx.org/leafs/logger/v/stable)](https://packagist.org/packages/leafs/logger) [![Total Downloads](https://poser.pugx.org/leafs/logger/downloads)](https://packagist.org/packages/leafs/logger) | leaf logger module |
4949
| [mail](/docs/utils/mail/) | [![Latest Stable Version](https://poser.pugx.org/leafs/mail/v/stable)](https://packagist.org/packages/leafs/mail) [![Total Downloads](https://poser.pugx.org/leafs/mail/downloads)](https://packagist.org/packages/leafs/mail) | Mailing made easy with leaf |
5050
| [mvc-core](/docs/mvc/) | [![Latest Stable Version](https://poser.pugx.org/leafs/mvc-core/v/stable)](https://packagist.org/packages/leafs/mvc-core) [![Total Downloads](https://poser.pugx.org/leafs/mvc-core/downloads)](https://packagist.org/packages/leafs/mvc-core) | Brain of Leaf MVC |
5151
| [password](/docs/data/encryption) | [![Latest Stable Version](https://poser.pugx.org/leafs/password/v/stable)](https://packagist.org/packages/leafs/password) [![Total Downloads](https://poser.pugx.org/leafs/password/downloads)](https://packagist.org/packages/leafs/password) | Password encryption/validation/hashing in one box |

src/learn/deployment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Getting your Leaf app live should be as simple as building it. Whether you're de
77
Before deploying your app, make sure you’ve covered the following:
88

99
- **[Environment Variables](/docs/config/environment)**: Set up your environment variables for production.
10-
- **[Debug Mode](/docs/config/debugging)**: Turn off debug mode and disable Leaf DevTools.
10+
- **[Debug Mode](/docs/routing/error-handling)**: Turn off debug mode and disable Leaf DevTools.
1111

1212
These are meant to ensure your app runs smoothly in production, without exposing sensitive information or running unnecessary debugging tools.
1313

0 commit comments

Comments
 (0)