feat: add script to build JSON from markdown files
This commit is contained in:
committed by
Mathias Schopmans
parent
554607a58d
commit
29afa82553
@@ -1,5 +1,5 @@
|
||||
import config from "../data/config.json";
|
||||
import messages from "../data/messages.json";
|
||||
import config from "../../data/config.json";
|
||||
import messages from "../../data/messages.json";
|
||||
|
||||
import { Quadrant, Ring } from "@/lib/types";
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ export interface Item {
|
||||
ring: string;
|
||||
quadrant: string;
|
||||
flag: Flag;
|
||||
tags: string[];
|
||||
revisions?: Revision[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user