This commit is contained in:
Team3
2026-05-29 19:14:05 +02:00
parent a91493d533
commit 03a388864c
6 changed files with 3138 additions and 1 deletions

View File

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

View File

@@ -26,6 +26,7 @@ const formats = [
{ key: 'OnePager', label: 'OnePager' },
{ key: 'Cheatsheet', label: 'Cheatsheet' },
{ key: 'MiniGuide', label: 'MiniGuide' },
{ key: 'Guide', label: 'Guide' },
{ key: 'BeginnerGuide', label: 'BeginnerGuide' },
{ key: 'IntermediateGuide', label: 'IntermediateGuide' },
{ key: 'ExtendedGuide', label: 'ExtendedGuide' },