Skip to content

Commit 71e0608

Browse files
committed
remove default images
1 parent ecd6501 commit 71e0608

9 files changed

Lines changed: 8 additions & 393 deletions

File tree

website/docusaurus.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { themes as prismThemes } from 'prism-react-renderer';
1212
const config = {
1313
title: 'Azure Linux Image Tools',
1414
tagline: 'Tools for building Azure Linux images',
15-
favicon: 'img/favicon.ico',
15+
// favicon: 'img/favicon.ico',
1616

1717
// Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future
1818
future: {
@@ -68,13 +68,13 @@ const config = {
6868
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
6969
({
7070
// Replace with your project's social card
71-
image: 'img/docusaurus-social-card.jpg',
71+
// image: 'img/image-tools-social-card.jpg',
7272
navbar: {
7373
title: 'Azure Linux Image Tools',
74-
logo: {
75-
alt: 'Azure Linux Image Tools Logo',
76-
src: 'img/logo.svg',
77-
},
74+
// logo: {
75+
// alt: 'Azure Linux Image Tools Logo',
76+
// src: 'img/logo.svg',
77+
// },
7878
items: [
7979
{
8080
type: 'doc',

website/src/components/HomepageFeatures/index.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { sprintf } = require('sprintf-js');
66
const FeatureList = [
77
{
88
title: 'Image Customizer',
9-
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
9+
// Svg: require('@site/static/img/image_customizer.svg').default,
1010
to: './docs/imagecustomizer/',
1111
description: (
1212
<>
@@ -16,7 +16,7 @@ const FeatureList = [
1616
},
1717
{
1818
title: 'Image Creator',
19-
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
19+
// Svg: require('@site/static/img/image_createor.svg').default,
2020
to: './docs/imagecreator/',
2121
description: (
2222
<>
@@ -30,9 +30,6 @@ function Feature({ Svg, title, description, to, featureRowClass }) {
3030
return (
3131
<div className={clsx(featureRowClass)}>
3232
<a href={to} className={styles.noUnderlineLink}>
33-
<div className="text--center">
34-
<Svg className={styles.featureSvg} role="img" />
35-
</div>
3633
<div className="text--center padding-horiz--md">
3734
<Heading as="h3">{title}</Heading>
3835
<p>{description}</p>
-54.4 KB
Binary file not shown.

website/static/img/docusaurus.png

-5.02 KB
Binary file not shown.

website/static/img/favicon.ico

-3.54 KB
Binary file not shown.

website/static/img/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)