View source: R/build_episode.R
get_nav_data | R Documentation |
Generate the navigation data for a page
get_nav_data(
path_md,
path_src = NULL,
home = NULL,
this_page = NULL,
page_back = NULL,
page_forward = NULL
)
path_md |
the path to the episode markdown (not RMarkdown) file
(usually via |
path_src |
the default is |
home |
the path to the lesson home |
this_page |
the current page relative html address |
page_back |
the URL for the previous page |
page_forward |
the URL for the next page |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.