Lucien Cartier-Tilet
82c2f58a1f
All checks were successful
Deploy website to alys.phundrak.com / build (push) Successful in 20s
11 lines
270 B
TypeScript
11 lines
270 B
TypeScript
export default sidebar = [
|
|
{
|
|
text: 'Téléchargements',
|
|
items: [
|
|
{ text: 'Alter/Ego', link: '/download#alter-ego' },
|
|
{ text: 'UTAU', link: '/download#utau' },
|
|
{ text: 'DiffSinger', link: '/download#diffsinger-pour-openutau' },
|
|
],
|
|
},
|
|
];
|