Skip to content

Commit a0a556d

Browse files
committed
chore(docs) repo
1 parent 54e87fd commit a0a556d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/.vitepress/config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ export default {
1919
text: 'Componentes',
2020
items: [
2121
{ text: 'EsEditor', link: '/components/es-editor' },
22-
{ text: 'EsEjecutar', link: '/components/es-ejecutar' },
22+
{ text: 'EsEjecutar', link: '/components/es-ejecutar' },
2323
],
2424
},
2525
],
26+
socialLinks: [
27+
{ icon: 'github', link: 'https://github.com/es-js/docs-components' },
28+
],
2629
},
2730
vite: {
2831
resolve: {

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @es-js/docs-components
22

3-
Components to interact with Editor EsJS and Ejecutar EsJS.
3+
Components to interact with [Editor EsJS](https://editor.esjs.dev/) and [Ejecutar EsJS](https://ejecutar.esjs.dev/).
44

55
- [EsEditor](/components/es-editor)
66
- [EsEjecutar](/components/es-ejecutar)

0 commit comments

Comments
 (0)