Skip to content

Commit 1c44870

Browse files
committed
feat: Add "Building a JSDoc Parser" blog post and update homepage features
1 parent b926673 commit 1c44870

3 files changed

Lines changed: 559 additions & 0 deletions

File tree

.vitepress/config.mts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ export default defineConfig({
7070
items: [{
7171
text: "🔐 Secure String Encryption in Python",
7272
link: "/docs/how-to-secure-keys.md",
73+
},{
74+
text: "🔧 Building a JSDoc Parser: From AI Chaos to Open Source",
75+
link: "/docs/parsing-js-docstring-in-python.md",
7376
},]},
7477
{
7578
text: "Penify Blogs",

0 commit comments

Comments
 (0)