async fn get_page_navigation(
    page_id: Path<Uuid>,
    pool: Data<PgPool>
) -> ControllerResult<Json<PageNavigationInformation>>
Expand description

GET /api/v0/cms/pages/:page_id/page-navigation - tells what’s the next page, previous page, and the chapter front page given a page id.