Reorganize icons for doc and manigest.json (#166)

* Reorganize icons for doc and manigest.json

* Fix icons path

* Fix path in index.html
This commit is contained in:
Félix Malfait
2023-05-31 15:44:38 +02:00
committed by GitHub
parent a3a3c1924f
commit c61beb1066
144 changed files with 461 additions and 445 deletions

View File

@ -9,7 +9,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const config = {
title: 'Twenty - Documentation',
tagline: 'Dinosaurs are cool',
favicon: 'img/favicon.ico',
favicon: 'img/logo-square-dark.ico',
// Set the production url of your site here
url: 'https://docs.twenty.com',
@ -80,12 +80,13 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
image: 'img/social-card.png',
navbar: {
/*title: 'Twenty',*/
logo: {
alt: 'Twenty',
src: 'https://twenty.com/wp-content/uploads/2023/03/Screenshot-2023-03-07-at-22.21.44-2.png',
src: 'img/logo-square-dark.svg',
srcDark: 'img/logo-square-light.svg',
},
items: [
{