@@ -18,6 +18,7 @@ const GUIDE_FILES = [
1818 "getting-started.md" ,
1919 "prompt_engineering_guide.md" ,
2020 "run-llm-locally.md" ,
21+ "setup-qwen-coder-cli.md" ,
2122 "track-users-privately.md"
2223] ;
2324
@@ -33,7 +34,8 @@ const GUIDE_CATEGORIES = [
3334const GUIDE_TAGS = [
3435 "AI" , "Payments" , "Supabase" , "Vercel" , "Paystack" , "OpenAI" , "Groq" , "Hugging Face" ,
3536 "Replicate" , "Ollama" , "Local LLM" , "Authentication" , "Database" , "Deployment" ,
36- "Privacy" , "Security" , "Getting Started" , "Tutorial" , "Integration"
37+ "Privacy" , "Security" , "Getting Started" , "Tutorial" , "Integration" , "QWEN" , "CLI" ,
38+ "VS Code" , "Development" , "Free" , "Coding Assistant"
3739] ;
3840
3941interface GuideMetadata {
@@ -138,6 +140,15 @@ const Guides = () => {
138140 difficulty : "beginner" ,
139141 estimatedTime : "20-30 minutes" ,
140142 techStack : [ "Development" , "Productivity" , "Open Source" ]
143+ } ,
144+ "setup-qwen-coder-cli.md" : {
145+ title : "Setup QWEN Coder CLI in VS Code" ,
146+ description : "Complete step-by-step guide to set up QWEN Coder CLI, a free AI coding assistant, in VS Code for enhanced development productivity." ,
147+ category : "ai" ,
148+ tags : [ "AI" , "QWEN" , "CLI" , "VS Code" , "Development" , "Free" , "Coding Assistant" ] ,
149+ difficulty : "beginner" ,
150+ estimatedTime : "15-20 minutes" ,
151+ techStack : [ "QWEN Coder CLI" , "VS Code" , "Node.js" , "Terminal" ]
141152 }
142153 } ;
143154
0 commit comments