Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ lang: en
Scully uses a plugin system that allows users to define new ways for Scully to pre-render an application. There are three main
types of plugins:

1. [Router Plugins](#router-plugin)
1. [Render Plugins](#render-plugin)
1. [File Handler Plugins](#file-plugin)
1. [Router Plugins](#router-plugins)
1. [Render Plugins](#render-plugins)
1. [File Handler Plugins](#file-handler-plugins)

You can find a list of available plugins in the [recommended plugins](recommended-plugins.md) documentation.

Expand Down