mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Remove guides, they moved to the minecraft wiki
This commit is contained in:
@@ -25,10 +25,17 @@ export interface ConfigGenerator {
|
||||
maxVersion?: string,
|
||||
}
|
||||
|
||||
export interface ConfigLegacyGuide {
|
||||
id: string,
|
||||
title: string,
|
||||
link: string,
|
||||
}
|
||||
|
||||
export interface Config {
|
||||
languages: ConfigLanguage[],
|
||||
versions: ConfigVersion[],
|
||||
generators: ConfigGenerator[],
|
||||
legacyGuides: ConfigLegacyGuide[],
|
||||
}
|
||||
|
||||
export default config as Config
|
||||
|
||||
Reference in New Issue
Block a user