Adjust name from "data-lucide-name" to "data-lucide" in documentation & vitepress config adjusted (#1551)

* adjusted name

* adjusted vitepress config and README file

* use glob pattern

---------

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>

authored by Jan Eric Fennis and committed by GitHub a44328d8 37656823

Changed files
+2 -3
docs
+1
docs/.vitepress/config.ts
··· 12 12 description, 13 13 cleanUrls: true, 14 14 outDir: '.vercel/output/static', 15 + srcExclude: ['**/README.md'], 15 16 vite: { 16 17 resolve: { 17 18 alias: [
+1 -1
docs/.vitepress/lib/createCodeExamples.ts
··· 24 24 codes: [ 25 25 { 26 26 language: 'html', 27 - code: `<i data-lucide-name="Name"></i> 27 + code: `<i data-lucide="Name"></i> 28 28 `, 29 29 }, 30 30 ],
-2
docs/README.txt docs/README.md
··· 3 3 The Lucide docs website is built with Vitepress: https://vitepress.dev/ 4 4 This is Markdown-based documentation powered by Vue. 5 5 6 - This is why this file is in txt format. 7 - 8 6 ## Development 9 7 10 8 ```sh