docspage_ui <- function(){
shiny::fluidPage(
shiny::br(),
iatlas.modules::titleBox("Documentation"),
iatlas.modules::messageBox(
width = 12,
shiny::includeMarkdown("inst/markdown/docs.markdown")
),
shiny::fluidRow(
shiny::column(
width = 12,
shiny::column(
width = 12,
shiny::includeMarkdown("README.md")
)
)
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.