feat(docs): Publish docs for 1.1.0 release (#13647)

This commit is contained in:
Pedro Silva 2025-05-29 11:51:12 +01:00 committed by GitHub
parent 4976656df8
commit 7b21a5cea3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View File

@ -226,6 +226,14 @@ module.exports = {
type: 'html',
value: '<div class="dropdown__link"><b>Archived versions</b></div>',
},
{
value: `
<a class="dropdown__link" href="https://docs-website-t9sv4w3gr-acryldata.vercel.app/docs/0.15.0/features">0.15.0
<svg width="12" height="12" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg>
</a>
`,
type: "html",
},
{
value: `
<a class="dropdown__link" href="https://docs-website-8jkm4uler-acryldata.vercel.app/docs/0.14.1/features">0.14.1

View File

@ -1,4 +1,4 @@
[
"1.0.0",
"0.15.0"
"1.1.0",
"1.0.0"
]