knitr::opts_chunk$set(echo = TRUE)
dir_from <- test_path() conf_load(dir = dir_from) value <- "responses/200/schema" from <- "config_openapi.yml" configs <- conf_get(value, from, dir_from, resolve_references = FALSE) res <- conf_handle_reference_json(configs, from, dir_from)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.