mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-28 12:46:42 +02:00
chore: Move architecture into largeFeature
This commit is contained in:
@@ -72,7 +72,7 @@ export const addDiagrams = () => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (includeLargeFeatures) {
|
if (includeLargeFeatures) {
|
||||||
registerLazyLoadedDiagrams(flowchartElk, mindmap);
|
registerLazyLoadedDiagrams(flowchartElk, mindmap, architecture);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ordering of detectors is important. The first one to return true will be used.
|
// Ordering of detectors is important. The first one to return true will be used.
|
||||||
@@ -99,7 +99,6 @@ export const addDiagrams = () => {
|
|||||||
packet,
|
packet,
|
||||||
xychart,
|
xychart,
|
||||||
block,
|
block,
|
||||||
architecture,
|
|
||||||
radar
|
radar
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user