Skip to content

Commit 8128dc0

Browse files
committed
update file format doc
1 parent 6115128 commit 8128dc0

File tree

3 files changed

+588
-1
lines changed

3 files changed

+588
-1
lines changed

src/content/docs/users/file-format.md renamed to src/content/docs/users/file-format/index.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ background: '/img/bg-wiki.jpg'
44
title: 'File Format'
55
---
66

7+
import MooseGraphSVG from './moose-graph.drawio.svg';
8+
9+
710
Moose is compatible with two file formats: JSON and MSE.
811
In the following, we describe how each file must be written when **exporting a model**.
912
When exporting a meta-model, additional types are automatically added (known my the meta-meta model).
@@ -115,7 +118,7 @@ In general, properties can be either primitive, like (name 'aNamespace'), or the
115118

116119
The overall object graph can be seen graphically below.
117120

118-
![MSE example](./mse-graph.png)
121+
<MooseGraphSVG className="svg-theme" />
119122

120123
## Existing types
121124

0 commit comments

Comments
 (0)