Skip to content

Commit

Permalink
�[1;36m==> modified : docusaurus.config.js �[0m
Browse files Browse the repository at this point in the history
    �[1;36m==> modified : package.json �[0m
    �[1;36m==> modified : src/css/custom.css �[0m
    �[1;36m==> modified : yarn.lock �[0m
  • Loading branch information
mmsaeed509 committed Apr 8, 2024
1 parent bf445b9 commit 833dea5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
6 changes: 4 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ const config = {
blogTitle: 'News',
blogSidebarTitle: 'Latest News',
blogSidebarCount: 15,
editUrl:
'https://github.com/Exodia-OS/wiki/tree/master',
},
],
],
Expand Down Expand Up @@ -80,7 +82,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
image: 'Logos/with-bg/exodia-cyan-black-bg.png',
navbar: {
style: 'dark',
// title: '',
Expand Down Expand Up @@ -112,7 +114,7 @@ const config = {
},
algolia: {

className: 'algolia-search',
themes: ['@docusaurus/theme-search-algolia'],

// The application ID provided by Algolia
appId: 'SJSCFND0L4',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dependencies": {
"@docusaurus/core": "^3.2.1",
"@docusaurus/preset-classic": "^3.2.1",
"@docusaurus/theme-search-algolia": "^3.2.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
Expand Down
12 changes: 6 additions & 6 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #01a8b4;
--ifm-color-primary-dark: #244E6D;
--ifm-color-primary-darker: #176DA7;
--ifm-color-primary-darkest: #167CC0;
--ifm-color-primary-light: #2598DD;
--ifm-color-primary: #006a73;
--ifm-color-primary-dark: #183449;
--ifm-color-primary-darker: #104b73;
--ifm-color-primary-darkest: #106095;
--ifm-color-primary-light: #1c71a5;
--ifm-color-primary-lighter: #32d8b4;
--ifm-color-primary-lightest: #9FCEE6;
--ifm-color-primary-lightest: #799daf;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
background: #9FCEE6;
}
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@
tslib "^2.6.0"
utility-types "^3.10.0"

"@docusaurus/[email protected]":
"@docusaurus/[email protected]", "@docusaurus/theme-search-algolia@^3.2.1":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.2.1.tgz#6617d43ab0726b744bf8e32eb8533417c0d66b7d"
integrity sha512-bzhCrpyXBXzeydNUH83II2akvFEGfhsNTPPWsk5N7e+odgQCQwoHhcF+2qILbQXjaoZ6B3c48hrvkyCpeyqGHw==
Expand Down

0 comments on commit 833dea5

Please sign in to comment.