> For the complete documentation index, see [llms.txt](https://avirts-organization.gitbook.io/rocketcode-framework-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://avirts-organization.gitbook.io/rocketcode-framework-documentation/plugins/sys-routes.md).

# Sys routes

plugins/system.js

## If you want to disable:

/sys/about\
/sys/docs\
/sys/repo

{% code overflow="wrap" %}

```javascript
// Change this
const enableSysRoutes = true; // Use it on prod build
// To this
const enableSysRoutes = false; // Use it on prod build
```

{% endcode %}

## 🔙 Previous module

{% content-ref url="/pages/GwgNdHcNEGjuZ7SyPhyh" %}
[Plugins](/rocketcode-framework-documentation/plugins.md)
{% endcontent-ref %}
