this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

💬 (doc jit) better description for doc jit

+9 -9
+9 -9
src/components/presentation/my-projects.vue
··· 31 31 32 32 <li> 33 33 <a 34 - href="https://www.npmjs.com/package/vue-pwa-asset-generator" 34 + href="https://marketplace.visualstudio.com/items?itemName=jcalixte.doc-jit" 35 35 target="_blank" 36 36 rel="noopener noreferrer" 37 - >Vue PWA Asset generator</a 38 - >: a cli command (now a bit out of date) that generates the multiple 39 - favicons needed for a Progressive Web App. 37 + >Doc-JIT</a 38 + >: <i>just in time</i> documentation. It displays the right 39 + documentation when you need it. Doc-JIT is a VS Code extension for 40 + developers to open the most relevant documentation when coding features. 40 41 </li> 41 42 42 43 <li> 43 44 <a 44 - href="https://marketplace.visualstudio.com/items?itemName=jcalixte.doc-jit" 45 + href="https://www.npmjs.com/package/vue-pwa-asset-generator" 45 46 target="_blank" 46 47 rel="noopener noreferrer" 47 - >Doc-JIT</a 48 - >: <i>just in time</i> documentation. It displays the right 49 - documentation when you need it. Doc-JIT is an VS Code extension 50 - developers to open the most relevant documentation when coding features. 48 + >Vue PWA Asset generator</a 49 + >: a cli command (now a bit out of date) that generates the multiple 50 + favicons needed for a Progressive Web App. 51 51 </li> 52 52 </ul> 53 53 </section>