jupyter-book / myst-spec

MyST is designed to create publication-quality, computational documents written entirely in Markdown.
https://mystmd.org/spec
MIT License
14 stars 6 forks source link

Restructure schema / docs folder #16

Closed fwkoch closed 2 years ago

fwkoch commented 2 years ago

New structure looks like this:

schema/
|- myst.schema.json
|- commonmark/
|  |- commonmark.schema.json
|  |- commonmark.md  // docs
|  |- commonmark.yml  // examples
|- unist/
|  |- unist.schema.json
|  |- unist.md
|  |- unist.yml
|- etc
...

to

schema/
|- myst.schema.json
|- commonmark.schema.json
|- unist.schema.json
|- etc // json schemas
docs/
|- commonmark.md
|- ... // doc pages
|- examples/
|  |- commonmark.yml
|  |- etc // example files