Skip to content

Commit

Permalink
fix/remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maramtrackIT authored and igfeitall committed Oct 17, 2023
1 parent bcb1a2b commit cf9c0cd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/plugins/cloudfront-metrics/admin/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { RiClapperboardFill } from 'react-icons/ri';
import { VscGraph } from 'react-icons/vsc'
import {BsBroadcastPin} from 'react-icons/bs'
import {CgWebsite} from 'react-icons/cg'
import {HiDocumentText, HiMiniUsers} from 'react-icons/hi2'
import {HiMiniUsers} from 'react-icons/hi2'
import {BsFillShieldLockFill} from 'react-icons/bs'

const name = pluginPkg.strapi.name;
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/docusaurus/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Strapi plugin docusaurus

A quick description of docusaurus.
Docusaurus plugin enables integration with your Docusaurus user guide. Thanks to this plugin, you can easily present and manage your Docusaurus documentation in your Trackflix CMS project.
8 changes: 1 addition & 7 deletions src/plugins/docusaurus/admin/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@ export default {

return component;
},
permissions: [
// Uncomment to set the permissions of the plugin here
// {
// action: '', // the action name should be plugin::plugin-name.actionType
// subject: null,
// },
],
permissions: [],
});
const plugin = {
id: pluginId,
Expand Down
7 changes: 0 additions & 7 deletions src/plugins/docusaurus/admin/src/pages/App/index.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/**
*
* This component is the skeleton around the actual pages, and should only
* contain code that should be seen on all pages. (e.g. navigation bar)
*
*/

import React from 'react';
import { Switch, Route } from 'react-router-dom';
import { AnErrorOccurred } from '@strapi/helper-plugin';
Expand Down

0 comments on commit cf9c0cd

Please sign in to comment.