Skip to content

Commit

Permalink
Fix rendering error in admin panel customization docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla authored Nov 15, 2023
1 parent ade2b31 commit 67d08ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/admin-panel-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Before configuring any admin panel customization option, make sure to:

- rename the default `app.example.js` file into `app.js`,
- and create a new `extensions` folder in `./src/admin/`. Strapi projects already contain by default another `extensions` folder in `./src/` but it is for plugins extensions only (see [Plugins extension](/dev-docs/plugins-extension)).
:::
:::

The `config` object found at `./src/admin/app.js` stores the admin panel configuration.

Expand Down

1 comment on commit 67d08ff

@vercel
Copy link

@vercel vercel bot commented on 67d08ff Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

docs-vercel-v4.strapi.io
documentation-git-main-strapijs.vercel.app
documentation-strapijs.vercel.app

Please sign in to comment.