Skip to content

Commit

Permalink
feat: add pluginpal logo and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Oct 5, 2024
1 parent 159cf1d commit 421f91a
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 39 deletions.
18 changes: 0 additions & 18 deletions docs/webtools/upgrading/generic-update.md

This file was deleted.

10 changes: 5 additions & 5 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic';
const config: Config = {
title: 'Pluginpal Documentation',
tagline: "All of Pluginpal's plugin documentation in one place",
favicon: 'img/favicon.ico',
favicon: 'img/favicon.png',

plugins: [
'docusaurus-plugin-sass',
Expand Down Expand Up @@ -84,12 +84,12 @@ const config: Config = {

themeConfig: {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
// image: 'img/docusaurus-social-card.jpg',
navbar: {
title: 'My Site',
title: 'PluginPal Docs',
logo: {
alt: 'My Site Logo',
src: 'img/logo.svg',
alt: 'PluginPal logo',
src: 'img/logo.png',
},
items: [
{
Expand Down
16 changes: 8 additions & 8 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ const sidebars = {
"webtools/configuration/website-url",
],
},
{
type: "category",
collapsed: false,
label: "♻️ Upgrading",
items: [
"webtools/upgrading/generic-update",
],
},
// {
// type: "category",
// collapsed: false,
// label: "♻️ Upgrading",
// items: [
// "webtools/upgrading/generic-update",
// ],
// },
],

webtoolsSitemapSidebar: [
Expand Down
10 changes: 5 additions & 5 deletions src/pages/home.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
left: 0;
height: 448px;
opacity: 0.5;
background: linear-gradient(
180deg,
var(--strapi-home-bg-color-start) 0%,
var(--strapi-home-bg-color-end) 90%
);
// background: linear-gradient(
// 180deg,
// var(--strapi-home-bg-color-start) 0%,
// var(--strapi-home-bg-color-end) 90%
// );
}

&__cardTitle {
Expand Down
3 changes: 1 addition & 2 deletions src/scss/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ $selector-color-mode-toggle-wrapper: 'div[class*="ColorModeToggle"]';
--custom-navbar-icon-button-hover-background: var(--strapi-neutral-100);
--custom-navbar-items-font-size: var(--strapi-font-size-sm);
--custom-navbar-items-gap: var(--strapi-spacing-3);
--custom-navbar-logo-img-height: 25px;
--custom-navbar-logo-img-width: 194px;
--custom-navbar-logo-img-width: 150px;
--custom-navbar-toggle-mr: var(--strapi-spacing-1);
--custom-navbar-transition: all 0.2s ease;

Expand Down
Binary file removed static/img/docusaurus.png
Binary file not shown.
Binary file removed static/img/favicon.ico
Binary file not shown.
Binary file added static/img/favicon.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 added static/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion static/img/logo.svg

This file was deleted.

0 comments on commit 421f91a

Please sign in to comment.