ExDash Generated Docset v0.1.2 ExDash.Docset

Responsible for building the structure, SQLite DB, and Info.plist of a Dash Docset.

Summary

Functions

build(project_nodes, config)
build(list, ExDoc.Config.t) :: {config :: ExDoc.Config.t, docset_path :: String.t}

build/2

  • takes a list of project_nodes and a config
  • initializes the directory structure and SQLite DB
  • iterates over the project nodes while writes metadata to the DB
  • writes content to the Info.plist