BlueBird v0.3.1 BlueBird.Writer.Blueprint
Defines functions to generate an API BluePrint representation of the
BlueBird.ApiDoc
struct.
Link to this section Summary
Functions
Generates a string from an BlueBird.ApiDocs{}
struct
Writes a BlueBird.ApiDoc{}
struct to file
Link to this section Functions
Generates a string from an BlueBird.ApiDocs{}
struct.
Writes a BlueBird.ApiDoc{}
struct to file.
This function will be called automatically by BlueBird.Formatter
after
every test run.
You can set the destination directory in config.exs
.
config :blue_bird,
docs_path: "priv/static/docs"