Skip to content

Commit fddd700

Browse files
committed
fix: Simplify titles in blog links for clarity and consistency
1 parent 814bc43 commit fddd700

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

โ€Ž.vitepress/config.mtsโ€Ž

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -68,36 +68,36 @@ export default defineConfig({
6868
{
6969
text: "Penify Blogs",
7070
items: [{
71-
text: "โš–๏ธ Python Code Complexity Checkers: A Comprehensive Comparison",
71+
text: "โš–๏ธ Python Code Complexity Checkers",
7272
link: "/docs/python-code-complexity-checkers-comparison.md",
7373
},
7474
{
75-
text: "๐Ÿ” Measuring Function Complexity in Python: Tools and Techniques",
75+
text: "๐Ÿ” Measuring Function Complexity Python",
7676
link: "/docs/measuring-function-complexity-python.md",
7777
},
7878
{
79-
text: "๐Ÿง  How Much Docstring Is Enough? A Practical Guide for Python Developers",
79+
text: "๐Ÿง  How Much Docstring is Enough?",
8080
link: "/docs/how-much-docstring-is-enough.md",
8181
},
8282
{
83-
text: "๐Ÿ“š Automated Code Documentation: A Decade in Review",
83+
text: "๐Ÿ“š Automated Documentation Decade Review",
8484
link: "/docs/automated-source-code-documentation.md",
8585
},{
86-
text: "๐Ÿค– Automate Code Documentation with Penify-CLI",
86+
text: "๐Ÿค– Automate Documentation With CLI",
8787
link: "/docs/code-documentation-with-cli.md",
8888
},
8989
{
90-
text: "๐Ÿ“ฉ Semantic Commit Messages: Elevating Your Code Quality and Collaboration",
90+
text: "๐Ÿ“ฉ Semantic Commits Elevate Quality",
9191
link: "/docs/semantic-commit-messages.md",
9292
},{
93-
text: "โœ๏ธ Simplify Git Commits with Penify-CLI's Summary Generator",
93+
text: "โœ๏ธ Simplify Git Commits Generator",
9494
link: "/docs/commit-summary-with-cli.md",
9595
},
9696
{
97-
text: "๐Ÿ Four Common Docstring Formats in Python",
97+
text: "๐Ÿ Four Python Docstring Formats",
9898
link: "/docs/common-docstring-format-in-python.md",
9999
},{
100-
text: "๐ŸŒฑ Penify Genesis",
100+
text: "๐ŸŒฑ Penify Genesis Story Here",
101101
link: "/docs/penify-genesis",
102102
}]
103103
},
@@ -106,39 +106,39 @@ export default defineConfig({
106106
items: [
107107

108108
{
109-
text: "Amazon to Scrap Local Alexa Processing: All Voice Commands Moving to the Cloud",
109+
text: "Amazon Scraps Local Alexa Processing",
110110
link: "/docs/Amazon-to-Scrap-Local-Alexa-Processing.md",
111111
},
112112
{
113-
text: "Gemma 3: The Most Powerful AI Model for Single-GPU Deployment in 2025/March",
113+
text: "Gemma 3 Most Powerful AI",
114114
link: "/docs/current-strongest-model-that-fits-on-a-single-GPU.md",
115115
},
116116
{
117-
text: "๐Ÿ“š DeepSeekโ€™s Smallpond: Extending DuckDB for Distributed Big Data Processing",
117+
text: "๐Ÿ“š DeepSeek Extending DuckDB Processing",
118118
link: "/docs/extending-duck-db-for-distrubuted-data-processing.md",
119119
},
120120
{
121-
text: "๐Ÿ“š Chain of Draft: Thinking Faster with Less",
121+
text: "๐Ÿ“š Chain Draft Thinking Faster",
122122
link: "/docs/chain-of-draft.md",
123123
},
124124
{
125-
text: "๐Ÿ“œ How to Streamline LLM Applications with LiteLLM Proxy: A Simple Guide",
125+
text: "๐Ÿ“œ Streamline LLM With LiteLLM",
126126
link: "/docs/Streamline-LLM-Applications-with-LiteLLM.md",
127127
},
128128
{
129-
text: "๐Ÿ“œ 20 Essential Git Command-Line Tricks for Developers",
129+
text: "๐Ÿ“œ Twenty Essential Git Tricks",
130130
link: "/docs/command-line-tricks-developer-should-know.md",
131131
},
132132
{
133133
text: "โ˜๏ธ Run HyperDrive Using Azure",
134134
link: "/docs/run-hyperdrive-using-azure.md",
135135
},
136136
{
137-
text: "โš–๏ธ AzureML vs HyperDrive",
137+
text: "โš–๏ธ AzureML versus HyperDrive Comparison",
138138
link: "/docs/azureml-hyperdrive.md",
139139
},
140140
{
141-
text: "๐Ÿ” A Comparative Overview of LangChain, Semantic Kernel, AutoGen",
141+
text: "๐Ÿ” LangChain Semantic Kernel AutoGen",
142142
link: "/docs/comparative-anlaysis-of-langchain-semantic-kernel-autogen.md",
143143
},
144144
]

0 commit comments

Comments
ย (0)