Skip to content

Commit

Permalink
Add basic metaschema tutorial for #260.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Dec 16, 2022
1 parent 8a311a8 commit 8dfb532
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions website/content/tutorials/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Getting Started with Metaschema"
Description: ""
heading: Getting Started with Metaschema
menu:
primary:
name: Tutorials
weight: 10
---

Metaschema is a framework for modeling information into data formats. To start, let us imagine we want to exchange information about computers. How do we model a computer in Metaschema? We start with a metaschema definition.

```xml
<METASCHEMA></METASCHEMA>
```

0 comments on commit 8dfb532

Please sign in to comment.