extension String { enum Format { enum Path { static let docs = "/docs/%@" static let root = "/%@" } } }