File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,13 @@ export default {
19
19
text : 'Componentes' ,
20
20
items : [
21
21
{ text : 'EsEditor' , link : '/components/es-editor' } ,
22
- { text : 'EsEjecutar' , link : '/components/es-ejecutar' } ,
22
+ { text : 'EsEjecutar' , link : '/components/es-ejecutar' } ,
23
23
] ,
24
24
} ,
25
25
] ,
26
+ socialLinks : [
27
+ { icon : 'github' , link : 'https://github.com/es-js/docs-components' } ,
28
+ ] ,
26
29
} ,
27
30
vite : {
28
31
resolve : {
Original file line number Diff line number Diff line change 1
1
# @es-js/docs-components
2
2
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/ ) .
4
4
5
5
- [ EsEditor] ( /components/es-editor )
6
6
- [ EsEjecutar] ( /components/es-ejecutar )
You can’t perform that action at this time.
0 commit comments