Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviRain-Su committed Aug 8, 2023
1 parent a9afbf2 commit ed93911
Show file tree
Hide file tree
Showing 36 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ sidebar_class_name: green

# Start

- [Solana Guide](./solana/README.md)
- [Solana Co Learn](./Solana-Co-Learn/README.md)
- [Solana Cook book Zh](https://davirain-su.github.io/solana-cookbook-zh/)
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ const config = {
},
{
type: 'doc',
docId: 'solana/README',
docId: 'Solana-Co-Learn/README',
position: 'left',
label: 'Solana Guide',
label: 'Solana Co Learn',
},
{ to: '/blog', label: 'Blog', position: 'left' },
{
Expand Down
File renamed without changes.
18 changes: 9 additions & 9 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ const FeatureList = [
</>
),
},
{
title: 'Solana的开发指南',
Svg: require('@site/static/img/parthenon-svgrepo-com.svg').default,
description: (
<>
🧭Solana的开发指南
</>
),
},
// {
// title: 'Solana的开发指南',
// Svg: require('@site/static/img/parthenon-svgrepo-com.svg').default,
// description: (
// <>
// 🧭Solana的开发指南
// </>
// ),
// },
{
title: 'Solana Co Learn',
Svg: require('@site/static/img/my_logo.svg').default,
Expand Down

1 comment on commit ed93911

@vercel
Copy link

@vercel vercel bot commented on ed93911 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.