Skip to content

Commit 8839c16

Browse files
committed
chore(docs): move all Docusuarus-related images into single dir
Removing duplicate docs/img/ dir Adds correct favicon Removes unneeded default Docusaurus images/assets
1 parent 8ae5974 commit 8839c16

10 files changed

Lines changed: 79 additions & 397 deletions

packages/docs/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { themes as prismThemes } from 'prism-react-renderer';
77
/** @type {import('@docusaurus/types').Config} */
88
const config = {
99
title: 'Blockly Docs',
10-
favicon: 'img/logo.svg',
10+
favicon: 'images/favicon.svg',
1111

1212
future: {
1313
v4: true,
@@ -82,8 +82,8 @@ const config = {
8282
title: 'Blockly',
8383
logo: {
8484
alt: 'Blockly Logo',
85-
src: 'img/logo.svg',
86-
srcDark: 'img/blockly-dark-theme-logo.png',
85+
src: 'images/logo.svg',
86+
srcDark: 'images/blockly-dark-theme-logo.png',
8787
},
8888
items: [
8989
{

packages/docs/static/img/blockly-dark-theme-logo.png renamed to packages/docs/static/images/blockly-dark-theme-logo.png

File renamed without changes.
Lines changed: 76 additions & 0 deletions
Loading
-54.4 KB
Binary file not shown.
-5.02 KB
Binary file not shown.
-3.54 KB
Binary file not shown.

packages/docs/static/img/undraw_docusaurus_mountain.svg

Lines changed: 0 additions & 171 deletions
This file was deleted.

packages/docs/static/img/undraw_docusaurus_react.svg

Lines changed: 0 additions & 170 deletions
This file was deleted.

packages/docs/static/img/undraw_docusaurus_tree.svg

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)