docs: add Windows install via winget and Docker deployment instructions

- Add winget installation method for Windows
- Add Docker Hub and GHCR image references
- Include docker run examples for setup/patterns
- Remove deprecated PowerShell download link
- Delete unused show_fabric_options_markmap pattern
- Update suggest_pattern with new AI patterns
- Add personal development patterns for storytelling
This commit is contained in:
Kayvan Sylvan
2025-08-31 20:03:40 -07:00
parent f9d01b5ebb
commit f8ff9129b5
8 changed files with 57 additions and 512 deletions

View File

@@ -1332,14 +1332,6 @@
"DEVELOPMENT"
]
},
{
"patternName": "show_fabric_options_markmap",
"description": "Visualize Fabric capabilities using Markmap syntax.",
"tags": [
"VISUALIZE",
"DEVELOPMENT"
]
},
{
"patternName": "solve_with_cot",
"description": "Solve problems using chain-of-thought reasoning.",