diff --git a/.gitignore b/.gitignore
index e79e80f..cd3a291 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,7 +6,7 @@ build/
dist/
.DS_Store
-
+.idea/*
node_modules
lib/core/metadata.js
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
deleted file mode 100644
index 8145f23..0000000
--- a/.idea/workspace.xml
+++ /dev/null
@@ -1,740 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Docs
- favi
- Test Site
- example
- Feature One
- docusaurus.svg
- feature
- block
- A React
- You can
- Feature
- feat
- repo
- .html
- doc1
- github
- Second
- buttons
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
- true
- true
-
-
- true
- DEFINITION_ORDER
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1531485515074
-
-
- 1531485515074
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/siteConfig.js b/siteConfig.js
deleted file mode 100644
index c2da5e8..0000000
--- a/siteConfig.js
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
-// See https://docusaurus.io/docs/site-config.html for all the possible
-// site configuration options.
-
-/* List of projects/orgs using your project for the users page */
-const users = [
- {
- caption: 'User1',
- // You will need to prepend the image path with your baseUrl
- // if it is not '/', like: '/test-site/img/docusaurus.svg'.
- image: '/img/docusaurus.svg',
- infoLink: 'https://www.facebook.com',
- pinned: true,
- },
-];
-
-const siteConfig = {
- title: 'Overūse' /* title for your website */,
- tagline: 'A React Components Database and JavaScript utils',
- url: 'https://overuse.it' /* your website url */,
- baseUrl: '/' /* base url for your project */,
- // For github.io type URLs, you would set the url and baseUrl like:
- // url: 'https://facebook.github.io',
- // baseUrl: '/test-site/',
-
- // Used for publishing and more
- projectName: 'overuse',
- organizationName: 'viseo',
- // For top-level user or org sites, the organization is still the same.
- // e.g., for the https://JoelMarcey.github.io site, it would be set like...
- // organizationName: 'JoelMarcey'
-
- // For no header links in the top nav bar -> headerLinks: [],
- headerLinks: [
- {doc: 'buttons', label: 'Components'},
- {doc: 'doc4', label: 'JavaScript'},
- {page: 'buttons', label: 'Config'},
- {blog: true, label: 'Blog'},
- ],
-
- // If you have users set above, you add it here:
- users,
-
- /* path to images for header/footer */
- headerIcon: 'img/flame.png',
- footerIcon: 'img/flame.png',
- favicon: 'img/flame.png',
-
- /* colors for website */
- colors: {
- primaryColor: '#212121',
- secondaryColor: '#FFD54F',
- },
-
- /* custom fonts for website */
- /*fonts: {
- myFont: [
- "Times New Roman",
- "Serif"
- ],
- myOtherFont: [
- "-apple-system",
- "system-ui"
- ]
- },*/
-
- // This copyright info is used in /core/Footer.js and blog rss/atom feeds.
- copyright:
- 'Copyright © ' +
- new Date().getFullYear() +
- ' Viseo Technologies',
-
- highlight: {
- // Highlight.js theme to use for syntax highlighting in code blocks
- theme: 'atom-one-dark',
- },
-
- // Add custom scripts here that would be placed in