@@ -7,58 +7,16 @@ import {
77 Network ,
88 ChevronRight ,
99 Search ,
10- ExternalLink
10+ ExternalLink ,
11+ Book ,
12+ Terminal ,
13+ Zap ,
14+ Shield
1115} from 'lucide-react'
1216import { useState } from 'react'
13- import {
14- GamingTutorials ,
15- DeFiTutorials ,
16- SaaSTutorials ,
17- SocialTutorials
18- } from '../components/TutorialSections'
19- import {
20- EnterpriseTutorials ,
21- CrossChainTutorials ,
22- MobileTutorials
23- } from '../components/AdvancedTutorialSections'
2417import { AssemblyBPFTutorials } from '../components/AssemblyBPFTutorials'
2518
2619// Import individual tutorial components
27- import {
28- OnlineStoreIntegrationTutorial ,
29- MarketplaceEscrowTutorial ,
30- SubscriptionBoxTutorial ,
31- DigitalProductStoreTutorial ,
32- FlashSaleManagementTutorial
33- } from './tutorials/EcommerceTutorials'
34- import {
35- InGameCurrencyTutorial ,
36- NFTMarketplaceTutorial ,
37- TournamentPrizeDistributionTutorial ,
38- PlayToEarnRewardsTutorial ,
39- GameAssetRentalTutorial
40- } from './tutorials/GamingTutorials'
41- import {
42- SaaSSubscriptionBillingTutorial ,
43- FreelancePaymentEscrowTutorial ,
44- ConsultingTimeTrackingTutorial ,
45- APIUsageBillingTutorial ,
46- SoftwareLicenseManagementTutorial ,
47- N8nIntegrationTutorial
48- } from './tutorials/SaaSTutorials'
49- import {
50- YieldFarmingRewardsTutorial ,
51- CrossChainArbitrageBotTutorial ,
52- LendingProtocolIntegrationTutorial ,
53- DEXTradingFeeDistributionTutorial ,
54- AutomatedMarketMakerTutorial
55- } from './tutorials/DeFiTutorials'
56- import {
57- CreatorTippingSystemTutorial ,
58- ContentCreatorSubscriptionsTutorial ,
59- NFTDropPlatformTutorial ,
60- CommunityRewardSystemTutorial
61- } from './tutorials/SocialTutorials'
6220import {
6321 MultiChainArbitrageTutorial ,
6422 CrossChainLiquidityPoolTutorial ,
@@ -1234,3 +1192,8 @@ function CLISolanaDoc() { return <div className="pt-20 p-8"><h1 className="text-
12341192function CLIHistoryDoc ( ) { return < div className = "pt-20 p-8" > < h1 className = "text-4xl font-bold" > CLI History Management</ h1 > < p className = "text-slate-600" > Documentation coming soon...</ p > </ div > }
12351193function WalletConnectIntegrationDoc ( ) { return < div className = "pt-20 p-8" > < h1 className = "text-4xl font-bold" > WalletConnect Integration</ h1 > < p className = "text-slate-600" > Documentation coming soon...</ p > </ div > }
12361194function WalletConnectManagerDoc ( ) { return < div className = "pt-20 p-8" > < h1 className = "text-4xl font-bold" > WalletConnect Manager</ h1 > < p className = "text-slate-600" > Documentation coming soon...</ p > </ div > }
1195+
1196+ // Missing documentation components
1197+ function CrossChainDoc ( ) { return < div className = "pt-20 p-8" > < h1 className = "text-4xl font-bold" > Cross-Chain Payments</ h1 > < p className = "text-slate-600" > Documentation coming soon...</ p > </ div > }
1198+ function ArchitectureDoc ( ) { return < div className = "pt-20 p-8" > < h1 className = "text-4xl font-bold" > Architecture</ h1 > < p className = "text-slate-600" > Documentation coming soon...</ p > </ div > }
1199+ function SecurityDoc ( ) { return < div className = "pt-20 p-8" > < h1 className = "text-4xl font-bold" > Security</ h1 > < p className = "text-slate-600" > Documentation coming soon...</ p > </ div > }
0 commit comments