Skip to content

Commit

Permalink
feat: add suggested readings view in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Pena committed Sep 3, 2024
1 parent ebe8b85 commit c8a6049
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ export default defineConfig({
{ text: 'Contribute', link: '/contribute' },
],
},
{
items: [
{ text: 'Suggested Readings', link: '/suggested-readings' },
],
},
],

socialLinks: [{ icon: 'github', link: 'https://github.com/rrd108/vue-mess-detector' }],
Expand Down
15 changes: 15 additions & 0 deletions docs/suggested-readings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 📚 Suggested Readings

This list includes articles on improving code quality in Vue and Nuxt projects, as well as guides on using `vue-mess-detector`. These resources offer valuable insights for enhancing your development practices and understanding the tool.

::: tip
Feel free to contribute with suggestions or with your own readings 📑
:::

## 👥 From the Core Team

### Unlock Cleaner Code in Vue and Nuxt Projects with Vue Mess Detector
- [Medium](https://medium.com/@rrd108/unlock-cleaner-code-in-vue-and-nuxt-projects-with-vue-mess-detector-34b320d2ab2d) ~ [Dev Community](https://dev.to/rrd/elevate-your-vue-and-nuxt-code-quality-with-vue-mess-detector-4lm3)

### Effortless Refactoring in Vue.js: A Guide to Vue Mess Detector
- [Medium](https://medium.com/@_davidpena/effortless-refactoring-in-vue-js-a-guide-to-vue-mess-detector-1d64ea3e40cd) ~ [Dev Community](https://dev.to/unans___/effortless-refactoring-in-vuejs-a-guide-to-vue-mess-detector-5756)

0 comments on commit c8a6049

Please sign in to comment.