Skip to content

(ShEx → HTML) Convert a ShEx schema to an HTML representation

Jose Emilio Labra Gayo edited this page Aug 12, 2024 · 4 revisions

(ShEx → HTML) Convert a ShEx schema to an HTML representation

Convert a ShEx schema to a set of HTML pages that represent the schema. The content of the HTML pages can be customized using Jinja templates.

$ rudox convert -s examples/simple.shex -m shex -x html -t target/simple
... generates a set of HTML pages in the folder target/simple. By default the landing page is `index.html`
Clone this wiki locally