From ed93911668ffdf147b6cc7d55574b3c5c103ad0f Mon Sep 17 00:00:00 2001 From: Davirain Date: Tue, 8 Aug 2023 09:24:27 +0800 Subject: [PATCH] update --- docs/intro.md | 2 +- docusaurus.config.js | 4 ++-- {docs => other_docs}/solana/README.md | 0 .../build-a-movie-review-app/README.md | 0 .../build-a-movie-review-app/img/upload_1.png | Bin .../build-a-movie-review-app/img/upload_2.png | Bin .../build-a-movie-review-app/img/upload_3.png | Bin .../build-a-movie-review-app/img/upload_4.png | Bin .../build-an-interaction-script/README.md | 0 .../img/ping-solana.png | Bin .../build-an-nft-minter-front-end/README.md | 0 .../img/upload_1.png | Bin .../img/upload_2.png | Bin .../module1/connecting-to-wallet/README.md | 0 .../connecting-to-wallet/img/upload_1.png | Bin .../connecting-to-wallet/img/upload_2.png | Bin .../connecting-to-wallet/img/wallets.png | Bin .../module1/custom-instructions/README.md | 0 .../custom-instructions/img/upload_1.png | Bin .../custom-instructions/img/upload_2.png | Bin .../custom-instructions/img/upload_3.png | Bin .../custom-instructions/img/upload_4.png | Bin .../custom-instructions/img/upload_5.png | Bin .../solana/module1/deploy-to-vercel/README.md | 0 .../module1/interact-with-a-program/README.md | 0 .../interact-with-a-program/img/upload_1.png | Bin .../interact-with-a-program/img/upload_2.png | Bin .../README.md | 0 .../img/intro-frontend-challenge.png | Bin .../img/intro-frontend-demo.png | Bin .../img/json-rpc-illustration.png | Bin .../run-it-back-deserialization/README.md | 0 .../img/upload_1.png | Bin .../img/upload_2.png | Bin .../write-data-to-the-blockchain/README.md | 0 src/components/HomepageFeatures/index.js | 18 +++++++++--------- 36 files changed, 12 insertions(+), 12 deletions(-) rename {docs => other_docs}/solana/README.md (100%) rename {docs => other_docs}/solana/module1/build-a-movie-review-app/README.md (100%) rename {docs => other_docs}/solana/module1/build-a-movie-review-app/img/upload_1.png (100%) rename {docs => other_docs}/solana/module1/build-a-movie-review-app/img/upload_2.png (100%) rename {docs => other_docs}/solana/module1/build-a-movie-review-app/img/upload_3.png (100%) rename {docs => other_docs}/solana/module1/build-a-movie-review-app/img/upload_4.png (100%) rename {docs => other_docs}/solana/module1/build-an-interaction-script/README.md (100%) rename {docs => other_docs}/solana/module1/build-an-interaction-script/img/ping-solana.png (100%) rename {docs => other_docs}/solana/module1/build-an-nft-minter-front-end/README.md (100%) rename {docs => other_docs}/solana/module1/build-an-nft-minter-front-end/img/upload_1.png (100%) rename {docs => other_docs}/solana/module1/build-an-nft-minter-front-end/img/upload_2.png (100%) rename {docs => other_docs}/solana/module1/connecting-to-wallet/README.md (100%) rename {docs => other_docs}/solana/module1/connecting-to-wallet/img/upload_1.png (100%) rename {docs => other_docs}/solana/module1/connecting-to-wallet/img/upload_2.png (100%) rename {docs => other_docs}/solana/module1/connecting-to-wallet/img/wallets.png (100%) rename {docs => other_docs}/solana/module1/custom-instructions/README.md (100%) rename {docs => other_docs}/solana/module1/custom-instructions/img/upload_1.png (100%) rename {docs => other_docs}/solana/module1/custom-instructions/img/upload_2.png (100%) rename {docs => other_docs}/solana/module1/custom-instructions/img/upload_3.png (100%) rename {docs => other_docs}/solana/module1/custom-instructions/img/upload_4.png (100%) rename {docs => other_docs}/solana/module1/custom-instructions/img/upload_5.png (100%) rename {docs => other_docs}/solana/module1/deploy-to-vercel/README.md (100%) rename {docs => other_docs}/solana/module1/interact-with-a-program/README.md (100%) rename {docs => other_docs}/solana/module1/interact-with-a-program/img/upload_1.png (100%) rename {docs => other_docs}/solana/module1/interact-with-a-program/img/upload_2.png (100%) rename {docs => other_docs}/solana/module1/read-data-from-the-solana-network/README.md (100%) rename {docs => other_docs}/solana/module1/read-data-from-the-solana-network/img/intro-frontend-challenge.png (100%) rename {docs => other_docs}/solana/module1/read-data-from-the-solana-network/img/intro-frontend-demo.png (100%) rename {docs => other_docs}/solana/module1/read-data-from-the-solana-network/img/json-rpc-illustration.png (100%) rename {docs => other_docs}/solana/module1/run-it-back-deserialization/README.md (100%) rename {docs => other_docs}/solana/module1/run-it-back-deserialization/img/upload_1.png (100%) rename {docs => other_docs}/solana/module1/run-it-back-deserialization/img/upload_2.png (100%) rename {docs => other_docs}/solana/module1/write-data-to-the-blockchain/README.md (100%) diff --git a/docs/intro.md b/docs/intro.md index eed8b598f..a4b7e1c63 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -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/) diff --git a/docusaurus.config.js b/docusaurus.config.js index 1e954bb85..2bcbff525 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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' }, { diff --git a/docs/solana/README.md b/other_docs/solana/README.md similarity index 100% rename from docs/solana/README.md rename to other_docs/solana/README.md diff --git a/docs/solana/module1/build-a-movie-review-app/README.md b/other_docs/solana/module1/build-a-movie-review-app/README.md similarity index 100% rename from docs/solana/module1/build-a-movie-review-app/README.md rename to other_docs/solana/module1/build-a-movie-review-app/README.md diff --git a/docs/solana/module1/build-a-movie-review-app/img/upload_1.png b/other_docs/solana/module1/build-a-movie-review-app/img/upload_1.png similarity index 100% rename from docs/solana/module1/build-a-movie-review-app/img/upload_1.png rename to other_docs/solana/module1/build-a-movie-review-app/img/upload_1.png diff --git a/docs/solana/module1/build-a-movie-review-app/img/upload_2.png b/other_docs/solana/module1/build-a-movie-review-app/img/upload_2.png similarity index 100% rename from docs/solana/module1/build-a-movie-review-app/img/upload_2.png rename to other_docs/solana/module1/build-a-movie-review-app/img/upload_2.png diff --git a/docs/solana/module1/build-a-movie-review-app/img/upload_3.png b/other_docs/solana/module1/build-a-movie-review-app/img/upload_3.png similarity index 100% rename from docs/solana/module1/build-a-movie-review-app/img/upload_3.png rename to other_docs/solana/module1/build-a-movie-review-app/img/upload_3.png diff --git a/docs/solana/module1/build-a-movie-review-app/img/upload_4.png b/other_docs/solana/module1/build-a-movie-review-app/img/upload_4.png similarity index 100% rename from docs/solana/module1/build-a-movie-review-app/img/upload_4.png rename to other_docs/solana/module1/build-a-movie-review-app/img/upload_4.png diff --git a/docs/solana/module1/build-an-interaction-script/README.md b/other_docs/solana/module1/build-an-interaction-script/README.md similarity index 100% rename from docs/solana/module1/build-an-interaction-script/README.md rename to other_docs/solana/module1/build-an-interaction-script/README.md diff --git a/docs/solana/module1/build-an-interaction-script/img/ping-solana.png b/other_docs/solana/module1/build-an-interaction-script/img/ping-solana.png similarity index 100% rename from docs/solana/module1/build-an-interaction-script/img/ping-solana.png rename to other_docs/solana/module1/build-an-interaction-script/img/ping-solana.png diff --git a/docs/solana/module1/build-an-nft-minter-front-end/README.md b/other_docs/solana/module1/build-an-nft-minter-front-end/README.md similarity index 100% rename from docs/solana/module1/build-an-nft-minter-front-end/README.md rename to other_docs/solana/module1/build-an-nft-minter-front-end/README.md diff --git a/docs/solana/module1/build-an-nft-minter-front-end/img/upload_1.png b/other_docs/solana/module1/build-an-nft-minter-front-end/img/upload_1.png similarity index 100% rename from docs/solana/module1/build-an-nft-minter-front-end/img/upload_1.png rename to other_docs/solana/module1/build-an-nft-minter-front-end/img/upload_1.png diff --git a/docs/solana/module1/build-an-nft-minter-front-end/img/upload_2.png b/other_docs/solana/module1/build-an-nft-minter-front-end/img/upload_2.png similarity index 100% rename from docs/solana/module1/build-an-nft-minter-front-end/img/upload_2.png rename to other_docs/solana/module1/build-an-nft-minter-front-end/img/upload_2.png diff --git a/docs/solana/module1/connecting-to-wallet/README.md b/other_docs/solana/module1/connecting-to-wallet/README.md similarity index 100% rename from docs/solana/module1/connecting-to-wallet/README.md rename to other_docs/solana/module1/connecting-to-wallet/README.md diff --git a/docs/solana/module1/connecting-to-wallet/img/upload_1.png b/other_docs/solana/module1/connecting-to-wallet/img/upload_1.png similarity index 100% rename from docs/solana/module1/connecting-to-wallet/img/upload_1.png rename to other_docs/solana/module1/connecting-to-wallet/img/upload_1.png diff --git a/docs/solana/module1/connecting-to-wallet/img/upload_2.png b/other_docs/solana/module1/connecting-to-wallet/img/upload_2.png similarity index 100% rename from docs/solana/module1/connecting-to-wallet/img/upload_2.png rename to other_docs/solana/module1/connecting-to-wallet/img/upload_2.png diff --git a/docs/solana/module1/connecting-to-wallet/img/wallets.png b/other_docs/solana/module1/connecting-to-wallet/img/wallets.png similarity index 100% rename from docs/solana/module1/connecting-to-wallet/img/wallets.png rename to other_docs/solana/module1/connecting-to-wallet/img/wallets.png diff --git a/docs/solana/module1/custom-instructions/README.md b/other_docs/solana/module1/custom-instructions/README.md similarity index 100% rename from docs/solana/module1/custom-instructions/README.md rename to other_docs/solana/module1/custom-instructions/README.md diff --git a/docs/solana/module1/custom-instructions/img/upload_1.png b/other_docs/solana/module1/custom-instructions/img/upload_1.png similarity index 100% rename from docs/solana/module1/custom-instructions/img/upload_1.png rename to other_docs/solana/module1/custom-instructions/img/upload_1.png diff --git a/docs/solana/module1/custom-instructions/img/upload_2.png b/other_docs/solana/module1/custom-instructions/img/upload_2.png similarity index 100% rename from docs/solana/module1/custom-instructions/img/upload_2.png rename to other_docs/solana/module1/custom-instructions/img/upload_2.png diff --git a/docs/solana/module1/custom-instructions/img/upload_3.png b/other_docs/solana/module1/custom-instructions/img/upload_3.png similarity index 100% rename from docs/solana/module1/custom-instructions/img/upload_3.png rename to other_docs/solana/module1/custom-instructions/img/upload_3.png diff --git a/docs/solana/module1/custom-instructions/img/upload_4.png b/other_docs/solana/module1/custom-instructions/img/upload_4.png similarity index 100% rename from docs/solana/module1/custom-instructions/img/upload_4.png rename to other_docs/solana/module1/custom-instructions/img/upload_4.png diff --git a/docs/solana/module1/custom-instructions/img/upload_5.png b/other_docs/solana/module1/custom-instructions/img/upload_5.png similarity index 100% rename from docs/solana/module1/custom-instructions/img/upload_5.png rename to other_docs/solana/module1/custom-instructions/img/upload_5.png diff --git a/docs/solana/module1/deploy-to-vercel/README.md b/other_docs/solana/module1/deploy-to-vercel/README.md similarity index 100% rename from docs/solana/module1/deploy-to-vercel/README.md rename to other_docs/solana/module1/deploy-to-vercel/README.md diff --git a/docs/solana/module1/interact-with-a-program/README.md b/other_docs/solana/module1/interact-with-a-program/README.md similarity index 100% rename from docs/solana/module1/interact-with-a-program/README.md rename to other_docs/solana/module1/interact-with-a-program/README.md diff --git a/docs/solana/module1/interact-with-a-program/img/upload_1.png b/other_docs/solana/module1/interact-with-a-program/img/upload_1.png similarity index 100% rename from docs/solana/module1/interact-with-a-program/img/upload_1.png rename to other_docs/solana/module1/interact-with-a-program/img/upload_1.png diff --git a/docs/solana/module1/interact-with-a-program/img/upload_2.png b/other_docs/solana/module1/interact-with-a-program/img/upload_2.png similarity index 100% rename from docs/solana/module1/interact-with-a-program/img/upload_2.png rename to other_docs/solana/module1/interact-with-a-program/img/upload_2.png diff --git a/docs/solana/module1/read-data-from-the-solana-network/README.md b/other_docs/solana/module1/read-data-from-the-solana-network/README.md similarity index 100% rename from docs/solana/module1/read-data-from-the-solana-network/README.md rename to other_docs/solana/module1/read-data-from-the-solana-network/README.md diff --git a/docs/solana/module1/read-data-from-the-solana-network/img/intro-frontend-challenge.png b/other_docs/solana/module1/read-data-from-the-solana-network/img/intro-frontend-challenge.png similarity index 100% rename from docs/solana/module1/read-data-from-the-solana-network/img/intro-frontend-challenge.png rename to other_docs/solana/module1/read-data-from-the-solana-network/img/intro-frontend-challenge.png diff --git a/docs/solana/module1/read-data-from-the-solana-network/img/intro-frontend-demo.png b/other_docs/solana/module1/read-data-from-the-solana-network/img/intro-frontend-demo.png similarity index 100% rename from docs/solana/module1/read-data-from-the-solana-network/img/intro-frontend-demo.png rename to other_docs/solana/module1/read-data-from-the-solana-network/img/intro-frontend-demo.png diff --git a/docs/solana/module1/read-data-from-the-solana-network/img/json-rpc-illustration.png b/other_docs/solana/module1/read-data-from-the-solana-network/img/json-rpc-illustration.png similarity index 100% rename from docs/solana/module1/read-data-from-the-solana-network/img/json-rpc-illustration.png rename to other_docs/solana/module1/read-data-from-the-solana-network/img/json-rpc-illustration.png diff --git a/docs/solana/module1/run-it-back-deserialization/README.md b/other_docs/solana/module1/run-it-back-deserialization/README.md similarity index 100% rename from docs/solana/module1/run-it-back-deserialization/README.md rename to other_docs/solana/module1/run-it-back-deserialization/README.md diff --git a/docs/solana/module1/run-it-back-deserialization/img/upload_1.png b/other_docs/solana/module1/run-it-back-deserialization/img/upload_1.png similarity index 100% rename from docs/solana/module1/run-it-back-deserialization/img/upload_1.png rename to other_docs/solana/module1/run-it-back-deserialization/img/upload_1.png diff --git a/docs/solana/module1/run-it-back-deserialization/img/upload_2.png b/other_docs/solana/module1/run-it-back-deserialization/img/upload_2.png similarity index 100% rename from docs/solana/module1/run-it-back-deserialization/img/upload_2.png rename to other_docs/solana/module1/run-it-back-deserialization/img/upload_2.png diff --git a/docs/solana/module1/write-data-to-the-blockchain/README.md b/other_docs/solana/module1/write-data-to-the-blockchain/README.md similarity index 100% rename from docs/solana/module1/write-data-to-the-blockchain/README.md rename to other_docs/solana/module1/write-data-to-the-blockchain/README.md diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 0156ff427..7e50546cc 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -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,