Skip to content

Commit 55045ff

Browse files
committed
Fix duplicate title in admin panel customization page
1 parent 4177023 commit 55045ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docusaurus/docs/dev-docs/admin-panel-customization.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import FeedbackCallout from '/docs/snippets/backend-customization-feedback-cta.m
99
const captionStyle = {fontSize: '12px'}
1010
const imgStyle = {width: '100%', margin: '0' }
1111

12-
# Admin panel customization
13-
1412
The admin panel is a `node_module` that is similar to a plugin, except that it encapsulates all the installed plugins of a Strapi application. Some of its aspects can be [customized](#customization-options), and plugins can also [extend](#extension) it.
1513

1614
To toggle hot reloading and get errors in the console while developing, start Strapi in front-end development mode by running the application with the `--watch-admin` flag:

0 commit comments

Comments
 (0)