mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 21:41:53 +07:00
feat: add release archive page and automation
This commit is contained in:
18
releases/index.md
Normal file
18
releases/index.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
layout: doc
|
||||
title: Release Archive
|
||||
description: Download older versions of Mivo.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import ReleaseArchive from '../.vitepress/theme/components/ReleaseArchive.vue'
|
||||
</script>
|
||||
|
||||
# Release Archive
|
||||
|
||||
Download previous versions of Mivo.
|
||||
|
||||
<ReleaseArchive />
|
||||
|
||||
> [!WARNING]
|
||||
> Older versions may contain security vulnerabilities or be incompatible with current add-ons. It is recommended to always use the [latest stable version](/).
|
||||
Reference in New Issue
Block a user