} catch (error) {
      const url = siteUrl(`/flummox/data/docs/${path}/index.json`);
      response = await fetch(url);
      return await response.json();
    }