diff --git a/R/app_ui.R b/R/app_ui.R index 023810e..761ef08 100644 --- a/R/app_ui.R +++ b/R/app_ui.R @@ -248,11 +248,11 @@ create_ui <- function() { f7Block( f7List( inset = TRUE, dividers = TRUE, strong = TRUE, outline = FALSE, - f7ListItem(title = "St. Andrews Covenants", href = "docs/2000_01_01_st_andrews_covenants.pdf"), - f7ListItem(title = "St. Andrews (unrecorded)", href = "docs/2004_06_23_sap_map.pdf"), - f7ListItem(title = "Patios 2", href = "docs/1997_08_12_patios_2_plat.pdf"), - f7ListItem(title = "Patios 3", href = "docs/1998_11_17_patios_3_plat.pdf"), - f7ListItem(title = "Villas 2", href = "docs/1998_09_14_villas_2_plat.pdf") + f7ListItem(title = "St. Andrews Covenants", href = "docs/st_andrews/2000_01_01_st_andrews_covenants.pdf"), + f7ListItem(title = "St. Andrews (unrecorded)", href = "docs/st_andrews/2004_06_23_sap_map.pdf"), + f7ListItem(title = "Patios 2", href = "docs/patios_2/1997_08_12_patios_2_plat.pdf"), + f7ListItem(title = "Patios 3", href = "docs/patios_3/1998_11_17_patios_3_plat.pdf"), + f7ListItem(title = "Villas 2", href = "docs/villas_2/1998_09_14_villas_2_plat.pdf") ) ) ) diff --git a/www/docs/1997_08_12_patios_2_plat.pdf b/www/docs/patios_2/1997_08_12_patios_2_plat.pdf similarity index 100% rename from www/docs/1997_08_12_patios_2_plat.pdf rename to www/docs/patios_2/1997_08_12_patios_2_plat.pdf diff --git a/www/docs/1998_11_17_patios_3_plat.pdf b/www/docs/patios_3/1998_11_17_patios_3_plat.pdf similarity index 100% rename from www/docs/1998_11_17_patios_3_plat.pdf rename to www/docs/patios_3/1998_11_17_patios_3_plat.pdf diff --git a/www/docs/2000_01_01_st_andrews_covenants.pdf b/www/docs/st_andrews/2000_01_01_st_andrews_covenants.pdf similarity index 100% rename from www/docs/2000_01_01_st_andrews_covenants.pdf rename to www/docs/st_andrews/2000_01_01_st_andrews_covenants.pdf diff --git a/www/docs/2004_06_23_sap_map.pdf b/www/docs/st_andrews/2004_06_23_sap_map.pdf similarity index 100% rename from www/docs/2004_06_23_sap_map.pdf rename to www/docs/st_andrews/2004_06_23_sap_map.pdf diff --git a/www/docs/1998_09_14_villas_2_plat.pdf b/www/docs/villas_2/1998_09_14_villas_2_plat.pdf similarity index 100% rename from www/docs/1998_09_14_villas_2_plat.pdf rename to www/docs/villas_2/1998_09_14_villas_2_plat.pdf