Browse Source

fixed comments and added guide to base guides navigation

Tony Boyle 1 year ago
parent
commit
a0c674bd67

+ 8 - 0
src/components/products/guides/index.js

@@ -56,6 +56,14 @@ export const guides = {
             // },
           ],
         },
+        {title: 'Genral',
+          links: [
+            {
+              title: 'Creating an NFT Collection With Candy Machine',
+              href: '/candy-machine/guides/create-an-nft-collection-on-solana-with-candy-machine',
+            }
+          ]
+        },
         {
           title: 'Javascript',
           links: [

+ 1 - 1
src/pages/candy-machine/guides/create-an-nft-collection-on-solana-with-candy-machine.md

@@ -4,7 +4,7 @@ metaTitle: Create a Token Metadata TM NFT Collection on Solana with Candy Machin
 description: How to create an NFT collection on the Solana blockchain using Candy Machine.
 ---
 
-If you are looking to launch an NFT Collection on Solana Solana the Sugar CLI toolkit will abstract some of the trickier settup and management steps for you providing you with a automated launch system to create Candy Machines on the Solana blockchain.
+If you are looking to launch an NFT Collection on Solana the Sugar CLI toolkit will abstract some of the trickier settup and management steps for you providing you with a automated launch system to create Candy Machines on the Solana blockchain.
 
 ## Prerequisite