|
1 | 1 | { |
2 | | - "commands": { |
3 | | - "toggle": "Toggle", |
4 | | - "search": "Search" |
5 | | - }, |
6 | | - "developers": { |
7 | | - "nav": { |
8 | | - "documentation": "Documentation", |
9 | | - "cookbook": "Cookbook", |
10 | | - "rpc": "RPC" |
11 | | - } |
12 | | - }, |
13 | | - "footer": { |
14 | | - "copyright": "© {currentYear} Solana Foundation. All rights reserved.", |
15 | | - "foundation": "Solana Foundation", |
16 | | - "get-connected": { |
17 | | - "heading": "Get Connected", |
18 | | - "blog": "Blog", |
19 | | - "newsletter": "Newsletter" |
20 | | - }, |
21 | | - "solana": { |
22 | | - "heading": "Solana", |
23 | | - "break": "Breakpoint", |
24 | | - "careers": "Careers", |
25 | | - "disclaimer": "Disclaimer", |
26 | | - "grants": "Grants", |
27 | | - "media": "Media Kit", |
28 | | - "privacy-policy": "Privacy Policy" |
29 | | - } |
30 | | - }, |
31 | | - "learn": { |
32 | | - "tutorials": { |
33 | | - "items": { |
34 | | - "introduction-to-defi-on-solana": { |
35 | | - "title": "Introduction to DeFi on Solana" |
36 | | - }, |
37 | | - "what-is-a-wallet": { |
38 | | - "title": "What is a Wallet?" |
39 | | - }, |
40 | | - "what-is-solana": { |
41 | | - "title": "What is Solana?" |
42 | | - } |
43 | | - } |
44 | | - } |
45 | | - }, |
46 | | - "nav": { |
47 | | - "community": { |
48 | | - "title": "Community", |
49 | | - "event": { |
50 | | - "title": "Events" |
51 | | - }, |
52 | | - "involved": { |
53 | | - "title": "Get Involved" |
54 | | - } |
55 | | - }, |
56 | | - "developers": { |
57 | | - "title": "Developers", |
58 | | - "items": { |
59 | | - "title": "Developer Resources", |
60 | | - "api": { |
61 | | - "title": "RPC API", |
62 | | - "description": "Interact with Solana nodes" |
63 | | - }, |
64 | | - "cookbook": { |
65 | | - "title": "Cookbook", |
66 | | - "description": "Code examples and references" |
67 | | - }, |
68 | | - "docs": { |
69 | | - "title": "Documentation", |
70 | | - "description": "Learn how to build on Solana" |
71 | | - }, |
72 | | - "hub": { |
73 | | - "title": "Developer Hub", |
74 | | - "description": "All developer resources in one place" |
75 | | - } |
76 | | - }, |
77 | | - "tutorials": { |
78 | | - "title": "Tutorials", |
79 | | - "evm-to-svm": "EVM to SVM", |
80 | | - "hello-world": "Hello World", |
81 | | - "local-setup": "Local Setup" |
82 | | - } |
83 | | - }, |
84 | | - "learn": { |
85 | | - "title": "Learn", |
86 | | - "start": { |
87 | | - "title": "Get Started", |
88 | | - "items": { |
89 | | - "all": { |
90 | | - "title": "View All", |
91 | | - "description": "Browse all learning resources" |
92 | | - }, |
93 | | - "defi": { |
94 | | - "description": "Decentralized finance on Solana" |
95 | | - }, |
96 | | - "universities": { |
97 | | - "title": "Universities", |
98 | | - "description": "Academic programs and courses" |
99 | | - }, |
100 | | - "wallet": { |
101 | | - "description": "Understanding crypto wallets" |
102 | | - }, |
103 | | - "what-is-solana": { |
104 | | - "description": "Introduction to Solana blockchain" |
105 | | - } |
106 | | - } |
107 | | - } |
108 | | - }, |
109 | | - "network": { |
110 | | - "title": "Network", |
111 | | - "inspect": { |
112 | | - "title": "Inspect" |
113 | | - }, |
114 | | - "resources": { |
115 | | - "title": "Resources" |
116 | | - } |
117 | | - }, |
118 | | - "solutions": { |
119 | | - "title": "Solutions", |
120 | | - "cases": { |
121 | | - "title": "Use Cases" |
122 | | - }, |
123 | | - "resources": { |
124 | | - "title": "Resources" |
125 | | - }, |
126 | | - "tools": { |
127 | | - "title": "Tools" |
128 | | - } |
129 | | - } |
130 | | - }, |
131 | 2 | "templates": { |
132 | 3 | "title": "Solana Developer Templates", |
133 | 4 | "subtitle": "Build faster with production-ready templates for dApps, DeFi protocols, NFT marketplaces, and more. Get started with battle-tested code patterns optimized for the Solana ecosystem.", |
|
0 commit comments