@@ -66,65 +66,72 @@ export default defineConfig({
6666 } ,
6767 sidebar : [
6868 {
69- text : "Amazon to Scrap Local Alexa Processing: All Voice Commands Moving to the Cloud" ,
70- link : "/docs/Amazon-to-Scrap-Local-Alexa-Processing.md" ,
69+ text : "Penify Blogs" ,
70+ items : [ {
71+ text : "🧠 How Much Docstring Is Enough? A Practical Guide for Python Developers" ,
72+ link : "/docs/how-much-docstring-is-enough.md" ,
73+ } ,
74+ {
75+ text : "Amazon to Scrap Local Alexa Processing: All Voice Commands Moving to the Cloud" ,
76+ link : "/docs/Amazon-to-Scrap-Local-Alexa-Processing.md" ,
77+ } ,
78+ {
79+ text : "Gemma 3: The Most Powerful AI Model for Single-GPU Deployment in 2025/March" ,
80+ link : "/docs/current-strongest-model-that-fits-on-a-single-GPU.md" ,
81+ } ,
82+ {
83+ text : "📚 DeepSeek’s Smallpond: Extending DuckDB for Distributed Big Data Processing" ,
84+ link : "/docs/extending-duck-db-for-distrubuted-data-processing.md" ,
85+ } ,
86+ {
87+ text : "📚 Chain of Draft: Thinking Faster with Less" ,
88+ link : "/docs/chain-of-draft.md" ,
89+ } ,
90+ {
91+ text : "📜 How to Streamline LLM Applications with LiteLLM Proxy: A Simple Guide" ,
92+ link : "/docs/Streamline-LLM-Applications-with-LiteLLM.md" ,
93+ } ,
94+ {
95+ text : "📜 20 Essential Git Command-Line Tricks for Developers" ,
96+ link : "/docs/command-line-tricks-developer-should-know.md" ,
97+ } ,
98+ {
99+ text : "☁️ Run HyperDrive Using Azure" ,
100+ link : "/docs/run-hyperdrive-using-azure.md" ,
101+ } ,
102+ {
103+ text : "⚖️ AzureML vs HyperDrive" ,
104+ link : "/docs/azureml-hyperdrive.md" ,
105+ } ,
106+ {
107+ text : "🔍 A Comparative Overview of LangChain, Semantic Kernel, AutoGen" ,
108+ link : "/docs/comparative-anlaysis-of-langchain-semantic-kernel-autogen.md" ,
109+ } ,
110+ {
111+ text : "📚 Automated Code Documentation: A Decade in Review" ,
112+ link : "/docs/automated-source-code-documentation.md" ,
113+ } ,
114+ {
115+ text : "✍️ Simplify Git Commits with Penify-CLI's Summary Generator" ,
116+ link : "/docs/commit-summary-with-cli.md" ,
117+ } ,
118+ {
119+ text : "🤖 Automate Code Documentation with Penify-CLI" ,
120+ link : "/docs/code-documentation-with-cli.md" ,
121+ } ,
122+ {
123+ text : "📩 Semantic Commit Messages: Elevating Your Code Quality and Collaboration" ,
124+ link : "/docs/semantic-commit-messages.md" ,
125+ } ,
126+ {
127+ text : "🐍 Four Common Docstring Formats in Python" ,
128+ link : "/docs/common-docstring-format-in-python.md" ,
129+ } ,
130+ {
131+ text : "🌱 Penify Genesis" ,
132+ link : "/docs/penify-genesis" ,
133+ } ]
71134 } ,
72- {
73- text : "Gemma 3: The Most Powerful AI Model for Single-GPU Deployment in 2025/March" ,
74- link : "/docs/current-strongest-model-that-fits-on-a-single-GPU.md" ,
75- } ,
76- {
77- text : "📚 DeepSeek’s Smallpond: Extending DuckDB for Distributed Big Data Processing" ,
78- link : "/docs/extending-duck-db-for-distrubuted-data-processing.md" ,
79- } ,
80- {
81- text : "📚 Chain of Draft: Thinking Faster with Less" ,
82- link : "/docs/chain-of-draft.md" ,
83- } ,
84- {
85- text : "📜 How to Streamline LLM Applications with LiteLLM Proxy: A Simple Guide" ,
86- link : "/docs/Streamline-LLM-Applications-with-LiteLLM.md" ,
87- } ,
88- {
89- text : "📜 20 Essential Git Command-Line Tricks for Developers" ,
90- link : "/docs/command-line-tricks-developer-should-know.md" ,
91- } ,
92- {
93- text : "☁️ Run HyperDrive Using Azure" ,
94- link : "/docs/run-hyperdrive-using-azure.md" ,
95- } ,
96- {
97- text : "⚖️ AzureML vs HyperDrive" ,
98- link : "/docs/azureml-hyperdrive.md" ,
99- } ,
100- {
101- text : "🔍 A Comparative Overview of LangChain, Semantic Kernel, AutoGen" ,
102- link : "/docs/comparative-anlaysis-of-langchain-semantic-kernel-autogen.md" ,
103- } ,
104- {
105- text : "📚 Automated Code Documentation: A Decade in Review" ,
106- link : "/docs/automated-source-code-documentation.md" ,
107- } ,
108- {
109- text : "✍️ Simplify Git Commits with Penify-CLI's Summary Generator" ,
110- link : "/docs/commit-summary-with-cli.md" ,
111- } ,
112- {
113- text : "🤖 Automate Code Documentation with Penify-CLI" ,
114- link : "/docs/code-documentation-with-cli.md" ,
115- } ,
116- {
117- text : "📩 Semantic Commit Messages: Elevating Your Code Quality and Collaboration" ,
118- link : "/docs/semantic-commit-messages.md" ,
119- } ,
120- {
121- text : "🐍 Four Common Docstring Formats in Python" ,
122- link : "/docs/common-docstring-format-in-python.md" ,
123- } ,
124- {
125- text : "🌱 Penify Genesis" ,
126- link : "/docs/penify-genesis" ,
127- }
128135 ] ,
129136 socialLinks : [
130137 { icon : { svg : `<?xml version="1.0" encoding="iso-8859-1"?>
0 commit comments