Skip to content

Commit

Permalink
feat: replacement of assets inside docs and dev-tool, wip of algolia …
Browse files Browse the repository at this point in the history
…search
  • Loading branch information
mauroerta committed Jun 29, 2021
1 parent d4e7520 commit c15efe1
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 346 deletions.
24 changes: 21 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ module.exports = {
organizationName: 'VLK-STUDIO',
projectName: 'morfeo',
themeConfig: {
colorMode: {
defaultMode: 'dark',
},
navbar: {
title: '',
logo: {
Expand Down Expand Up @@ -86,6 +83,24 @@ module.exports = {
*/
playgroundPosition: 'bottom',
},
colorMode: {
defaultMode: 'dark',
},
// algolia: {
// apiKey: 'YOUR_API_KEY',
// indexName: 'YOUR_INDEX_NAME',

// // Optional: see doc section below
// contextualSearch: true,

// // Optional: see doc section below
// appId: 'YOUR_APP_ID',

// // Optional: Algolia search parameters
// searchParameters: {},

// //... other Algolia params
// },
},
presets: [
[
Expand All @@ -102,6 +117,9 @@ module.exports = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
gtag: {
trackingId: 'G-Y3GE1C055X',
},
},
],
],
Expand Down
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@docusaurus/core": "^2.0.0-beta.2",
"@docusaurus/preset-classic": "^2.0.0-beta.2",
"@docusaurus/theme-live-codeblock": "^2.0.0-beta.2",
"@docusaurus/theme-search-algolia": "^2.0.0-beta.2",
"@mdx-js/react": "^1.6.21",
"@morfeo/dev-tools": "^0.1.6",
"@morfeo/react": "^0.1.6",
Expand Down
Binary file modified docs/static/img/favicon.ico
Binary file not shown.
Binary file modified docs/static/img/morfeo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
170 changes: 0 additions & 170 deletions docs/static/img/undraw_docusaurus_mountain.svg

This file was deleted.

169 changes: 0 additions & 169 deletions docs/static/img/undraw_docusaurus_react.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/static/img/undraw_docusaurus_tree.svg

This file was deleted.

Binary file modified packages/dev-tools/src/images/icons/logo-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/dev-tools/src/images/icons/logo-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/dev-tools/src/images/icons/logo-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/dev-tools/src/images/icons/logo-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/dev-tools/src/images/icons/logo-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/dev-tools/src/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions packages/dev-tools/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "morfeo",
"version": "0.1",
"version": "0.2",
"description": "Developer Tools for @morfeo",
"author": "Mauro Erta",
"devtools_page": "./views/index.html",
Expand All @@ -24,8 +24,7 @@
"externally_connectable": {
"ids": ["*"]
},
"permissions": ["storage", "scripting", "activeTab"],
"host_permissions": ["*://*/*"],
"permissions": ["storage"],
"background": {
"service_worker": "background.js"
},
Expand Down

0 comments on commit c15efe1

Please sign in to comment.