This commit is contained in:
Team3
2026-05-31 18:39:37 +02:00
parent 8df6e5b2ed
commit 7b158dce4e
12 changed files with 5 additions and 6351 deletions

View File

@@ -79,7 +79,7 @@ async function loadGuides() {
}
}
const FORMAT_ORDER = ['OnePager', 'Cheatsheet', 'MiniGuide', 'Guide', 'BeginnerGuide', 'IntermediateGuide', 'ExtendedGuide']
const FORMAT_ORDER = ['OnePager', 'Cheatsheet', 'MiniGuide', 'Guide', 'EndGuide']
function autoPreview() {
const map = doneByFormat.value

View File

@@ -27,9 +27,7 @@ const formats = [
{ key: 'Cheatsheet', label: 'Cheatsheet' },
{ key: 'MiniGuide', label: 'MiniGuide' },
{ key: 'Guide', label: 'Guide' },
{ key: 'BeginnerGuide', label: 'BeginnerGuide' },
{ key: 'IntermediateGuide', label: 'IntermediateGuide' },
{ key: 'ExtendedGuide', label: 'ExtendedGuide' },
{ key: 'EndGuide', label: 'EndGuide' },
]
const activeGenerations = computed(() => {