mix iris.docs (iris v0.1.3)

View Source

Runs on top of ExDocs' Mix.Tasks.Doc to include the generated Iris GUI

Requires IrisUI.md to be present in the projects root directory and added to docs method in mix.exs as such

defp docs do
  [
    extras:
      [
        "IrisUI.md"
      ],
  ]
end

The generated iris UI can be found by clicking on the IrisUI link in the pages section of generated docs.