Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Aug 6, 2024
1 parent 9a32fd4 commit 0f33a40
Show file tree
Hide file tree
Showing 16 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eacf6740
3df3f9b8
4 changes: 2 additions & 2 deletions docs/functions/AmplifyContextProvider.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ <h1>AmplifyContextProvider()</h1>
<blockquote class="blockquote">
<p><strong>AmplifyContextProvider</strong>(<code>props</code>): <code>Element</code></p>
</blockquote>
<p>This component provides the configuration context to an Amplify/React app, which is particularly useful to one that requires authentication in order to access the <a href="https://d6q5pgqgx5oy5.cloudfront.net/" target="_blank">CORI Data API</a>. Other than the <code>children</code> prop, the parameters are <a href="https://us-east-1.console.aws.amazon.com/cognito/v2/home?region=us-east-1" target="_blank">AWS Cognito</a> values that are passed so that the Amplify configuration method can use the specified User pool and Identity pool to authenticate users (including the <code>cori-risi-public</code> user).</p>
<p>This component provides the configuration context to an Amplify/React app, which is particularly useful to one that requires authentication in order to access the <a href="https://cori-data-api.ruralinnovation.us/" target="_blank">CORI Data API</a>. Other than the <code>children</code> prop, the parameters are <a href="https://us-east-1.console.aws.amazon.com/cognito/v2/home?region=us-east-1" target="_blank">AWS Cognito</a> values that are passed so that the Amplify configuration method can use the specified User pool and Identity pool to authenticate users (including the <code>cori-risi-public</code> user).</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode ts code-with-copy"><code class="sourceCode typescript"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> { AmplifyContextProvider } <span class="im">from</span> <span class="st">"@cori-risi/cori.data.api"</span><span class="op">;</span></span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a><span class="co">// ...</span></span>
Expand Down Expand Up @@ -290,7 +290,7 @@ <h2 class="anchored" data-anchor-id="returns">Returns</h2>
</section>
<section id="defined-in" class="level2">
<h2 class="anchored" data-anchor-id="defined-in">Defined in</h2>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/@cori-risi/cotexts/AmplifyContextProvider.tsx#L73"><span class="citation" data-cites="cori-risi/cotexts/AmplifyContextProvider.tsx:73">@cori-risi/cotexts/AmplifyContextProvider.tsx:73</span></a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/@cori-risi/cotexts/AmplifyContextProvider.tsx#L73"><span class="citation" data-cites="cori-risi/cotexts/AmplifyContextProvider.tsx:73">@cori-risi/cotexts/AmplifyContextProvider.tsx:73</span></a></p>


</section>
Expand Down
4 changes: 2 additions & 2 deletions docs/functions/ApiContextProvider.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ <h1>ApiContextProvider()</h1>
<h2 class="anchored" data-anchor-id="parameters">Parameters</h2>
<p><strong>props</strong></p>
<p><strong>props.baseURL?</strong>: <code>string</code></p>
<p>Base URL for the RESTful API endpoint, e.g., https://d6q5pgqgx5oy5.cloudfront.net.</p>
<p>Base URL for the RESTful API endpoint, e.g., https://cori-data-api.ruralinnovation.us.</p>
<p><strong>props.children?</strong>: <code>ReactElement</code>&lt;<code>any</code>, <code>string</code> | <code>JSXElementConstructor</code>&lt;<code>any</code>&gt;&gt;</p>
<p><strong>props.fetchAuthSession?</strong>: <code>Function</code></p>
<p>An optional function from the Amplify Auth package to start an authenticated session</p>
Expand All @@ -308,7 +308,7 @@ <h2 class="anchored" data-anchor-id="returns">Returns</h2>
</section>
<section id="defined-in" class="level2">
<h2 class="anchored" data-anchor-id="defined-in">Defined in</h2>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L148"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:148">@cori-risi/cotexts/ApiContextProvider.tsx:148</span></a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L148"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:148">@cori-risi/cotexts/ApiContextProvider.tsx:148</span></a></p>


</section>
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Button.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ <h2 class="anchored" data-anchor-id="returns">Returns</h2>
</section>
<section id="defined-in" class="level2">
<h2 class="anchored" data-anchor-id="defined-in">Defined in</h2>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/@cori-risi/components/basic.tsx#L18"><span class="citation" data-cites="cori-risi/components/basic.tsx:18">@cori-risi/components/basic.tsx:18</span></a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/@cori-risi/components/basic.tsx#L18"><span class="citation" data-cites="cori-risi/components/basic.tsx:18">@cori-risi/components/basic.tsx:18</span></a></p>


</section>
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/CategoricalLegend.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h2 class="anchored" data-anchor-id="returns">Returns</h2>
</section>
<section id="defined-in" class="level2">
<h2 class="anchored" data-anchor-id="defined-in">Defined in</h2>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/@cori-risi/components/CategoricalLegend.tsx#L42"><span class="citation" data-cites="cori-risi/components/CategoricalLegend.tsx:42">@cori-risi/components/CategoricalLegend.tsx:42</span></a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/@cori-risi/components/CategoricalLegend.tsx#L42"><span class="citation" data-cites="cori-risi/components/CategoricalLegend.tsx:42">@cori-risi/components/CategoricalLegend.tsx:42</span></a></p>


</section>
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/GeocoderControl.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ <h2 class="anchored" data-anchor-id="returns">Returns</h2>
</section>
<section id="defined-in" class="level2">
<h2 class="anchored" data-anchor-id="defined-in">Defined in</h2>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/@cori-risi/components/GeocoderControl.tsx#L47"><span class="citation" data-cites="cori-risi/components/GeocoderControl.tsx:47">@cori-risi/components/GeocoderControl.tsx:47</span></a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/@cori-risi/components/GeocoderControl.tsx#L47"><span class="citation" data-cites="cori-risi/components/GeocoderControl.tsx:47">@cori-risi/components/GeocoderControl.tsx:47</span></a></p>


</section>
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Input.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h2 class="anchored" data-anchor-id="returns">Returns</h2>
</section>
<section id="defined-in" class="level2">
<h2 class="anchored" data-anchor-id="defined-in">Defined in</h2>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/@cori-risi/components/basic.tsx#L31"><span class="citation" data-cites="cori-risi/components/basic.tsx:31">@cori-risi/components/basic.tsx:31</span></a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/@cori-risi/components/basic.tsx#L31"><span class="citation" data-cites="cori-risi/components/basic.tsx:31">@cori-risi/components/basic.tsx:31</span></a></p>


</section>
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/Label.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h2 class="anchored" data-anchor-id="returns">Returns</h2>
</section>
<section id="defined-in" class="level2">
<h2 class="anchored" data-anchor-id="defined-in">Defined in</h2>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/@cori-risi/components/basic.tsx#L43"><span class="citation" data-cites="cori-risi/components/basic.tsx:43">@cori-risi/components/basic.tsx:43</span></a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/@cori-risi/components/basic.tsx#L43"><span class="citation" data-cites="cori-risi/components/basic.tsx:43">@cori-risi/components/basic.tsx:43</span></a></p>


</section>
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/helloAnything.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ <h2 class="anchored" data-anchor-id="returns">Returns</h2>
</section>
<section id="defined-in" class="level2">
<h2 class="anchored" data-anchor-id="defined-in">Defined in</h2>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/cori.data.api.ts#L5">cori.data.api.ts:5</a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/cori.data.api.ts#L5">cori.data.api.ts:5</a></p>


</section>
Expand Down
16 changes: 8 additions & 8 deletions docs/interfaces/ApiContextType.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h3 class="anchored" data-anchor-id="apiclient">apiClient</h3>
<p>Axios client for RESTful services</p>
<section id="defined-in" class="level4">
<h4 class="anchored" data-anchor-id="defined-in">Defined in</h4>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L58"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:58">@cori-risi/cotexts/ApiContextProvider.tsx:58</span></a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L58"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:58">@cori-risi/cotexts/ApiContextProvider.tsx:58</span></a></p>
<hr>
</section>
</section>
Expand All @@ -251,7 +251,7 @@ <h3 class="anchored" data-anchor-id="authenticated">authenticated</h3>
<p><code>true</code> if the ApiContextProvider has established an authenticated session</p>
<section id="defined-in-1" class="level4">
<h4 class="anchored" data-anchor-id="defined-in-1">Defined in</h4>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L59"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:59">@cori-risi/cotexts/ApiContextProvider.tsx:59</span></a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L59"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:59">@cori-risi/cotexts/ApiContextProvider.tsx:59</span></a></p>
<hr>
</section>
</section>
Expand All @@ -263,7 +263,7 @@ <h3 class="anchored" data-anchor-id="authenticated_user">authenticated_user</h3>
<p>the current user state if the ApiContextProvider has established an authenticated session</p>
<section id="defined-in-2" class="level4">
<h4 class="anchored" data-anchor-id="defined-in-2">Defined in</h4>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L60"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:60">@cori-risi/cotexts/ApiContextProvider.tsx:60</span></a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L60"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:60">@cori-risi/cotexts/ApiContextProvider.tsx:60</span></a></p>
<hr>
</section>
</section>
Expand All @@ -275,7 +275,7 @@ <h3 class="anchored" data-anchor-id="autosignout">autoSignOut</h3>
<p>a function that can be called to terminate the current session (if using authentication)</p>
<section id="defined-in-3" class="level4">
<h4 class="anchored" data-anchor-id="defined-in-3">Defined in</h4>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L61"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:61">@cori-risi/cotexts/ApiContextProvider.tsx:61</span></a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L61"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:61">@cori-risi/cotexts/ApiContextProvider.tsx:61</span></a></p>
<hr>
</section>
</section>
Expand All @@ -287,7 +287,7 @@ <h3 class="anchored" data-anchor-id="baseurl">baseURL</h3>
<p>Base URL for RESTful service</p>
<section id="defined-in-4" class="level4">
<h4 class="anchored" data-anchor-id="defined-in-4">Defined in</h4>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L62"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:62">@cori-risi/cotexts/ApiContextProvider.tsx:62</span></a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L62"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:62">@cori-risi/cotexts/ApiContextProvider.tsx:62</span></a></p>
<hr>
</section>
</section>
Expand All @@ -299,7 +299,7 @@ <h3 class="anchored" data-anchor-id="data">data</h3>
<p>read-only data store</p>
<section id="defined-in-5" class="level4">
<h4 class="anchored" data-anchor-id="defined-in-5">Defined in</h4>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L64"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:64">@cori-risi/cotexts/ApiContextProvider.tsx:64</span></a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L64"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:64">@cori-risi/cotexts/ApiContextProvider.tsx:64</span></a></p>
<hr>
</section>
</section>
Expand All @@ -311,7 +311,7 @@ <h3 class="anchored" data-anchor-id="setdata">setData</h3>
<p>setter to update data store</p>
<section id="defined-in-6" class="level4">
<h4 class="anchored" data-anchor-id="defined-in-6">Defined in</h4>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L65"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:65">@cori-risi/cotexts/ApiContextProvider.tsx:65</span></a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L65"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:65">@cori-risi/cotexts/ApiContextProvider.tsx:65</span></a></p>
<hr>
</section>
</section>
Expand All @@ -323,7 +323,7 @@ <h3 class="anchored" data-anchor-id="token">token</h3>
<p>id token retrieved from Cognito which is used in requests made by the <code>apiClient</code> (if using authentication)</p>
<section id="defined-in-7" class="level4">
<h4 class="anchored" data-anchor-id="defined-in-7">Defined in</h4>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L63"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:63">@cori-risi/cotexts/ApiContextProvider.tsx:63</span></a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L63"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:63">@cori-risi/cotexts/ApiContextProvider.tsx:63</span></a></p>


</section>
Expand Down
4 changes: 2 additions & 2 deletions docs/variables/AmplifyContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ <h1>AmplifyContext</h1>
<blockquote class="blockquote">
<p><code>const</code> <strong>AmplifyContext</strong>: <code>Context</code>&lt;<code>null</code> | <code>AmplifyContextType</code>&gt;</p>
</blockquote>
<p>This is the configuration context for an Amplify app that uses authentication to connect to the <a href="https://d6q5pgqgx5oy5.cloudfront.net/" target="_blank">CORI Data API</a>.</p>
<p>This is the configuration context for an Amplify app that uses authentication to connect to the <a href="https://cori-data-api.ruralinnovation.us/" target="_blank">CORI Data API</a>.</p>
<section id="defined-in" class="level2">
<h2 class="anchored" data-anchor-id="defined-in">Defined in</h2>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/@cori-risi/cotexts/AmplifyContextProvider.tsx#L43"><span class="citation" data-cites="cori-risi/cotexts/AmplifyContextProvider.tsx:43">@cori-risi/cotexts/AmplifyContextProvider.tsx:43</span></a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/@cori-risi/cotexts/AmplifyContextProvider.tsx#L43"><span class="citation" data-cites="cori-risi/cotexts/AmplifyContextProvider.tsx:43">@cori-risi/cotexts/AmplifyContextProvider.tsx:43</span></a></p>


</section>
Expand Down
4 changes: 2 additions & 2 deletions docs/variables/ApiContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,11 @@ <h1>ApiContext</h1>
<blockquote class="blockquote">
<p><code>const</code> <strong>ApiContext</strong>: <code>Context</code>&lt;<code>null</code> | <a href="../../docs/interfaces/ApiContextType.html"><code>ApiContextType</code></a>&gt;</p>
</blockquote>
<p>This is the data/api context for a React app that uses network requests to fetch data from either a RESTful service backend or a GraphQL service backend (both are available in the <a href="https://d6q5pgqgx5oy5.cloudfront.net/" target="_blank">CORI Data API</a>). See <a href="../../docs/interfaces/ApiContextType.html"><code>ApiContextType</code></a> for a list of props offered by this context.</p>
<p>This is the data/api context for a React app that uses network requests to fetch data from either a RESTful service backend or a GraphQL service backend (both are available in the <a href="https://cori-data-api.ruralinnovation.us/" target="_blank">CORI Data API</a>). See <a href="../../docs/interfaces/ApiContextType.html"><code>ApiContextType</code></a> for a list of props offered by this context.</p>
<p>Note that GraphQL queries require a special client that can be instantiated by an additional context provider component (i.e.&nbsp;<a href="https://github.com/ruralinnovation/amplify-bcat/tree/main/src/%40cori-risi/bcat/contexts" target="_blank">ApolloGraphQLProvider</a>).</p>
<section id="defined-in" class="level2">
<h2 class="anchored" data-anchor-id="defined-in">Defined in</h2>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L96"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:96">@cori-risi/cotexts/ApiContextProvider.tsx:96</span></a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/@cori-risi/cotexts/ApiContextProvider.tsx#L96"><span class="citation" data-cites="cori-risi/cotexts/ApiContextProvider.tsx:96">@cori-risi/cotexts/ApiContextProvider.tsx:96</span></a></p>


</section>
Expand Down
2 changes: 1 addition & 1 deletion docs/variables/coriLightMapStyle.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h1>coriLightMapStyle</h1>
<span id="cb1-6"><a href="#cb1-6" aria-hidden="true" tabindex="-1"></a> mapStyle<span class="op">=</span>{{<span class="op">...</span>coriLightMapStyle}} <span class="op">&gt;</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<section id="defined-in" class="level2">
<h2 class="anchored" data-anchor-id="defined-in">Defined in</h2>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/e653e0ab8e5cba598ef75ceac7e82a739a4df24f/lib/cori.data.api.ts#L53">cori.data.api.ts:53</a></p>
<p><a href="https://github.com/ruralinnovation/cori.data.api/blob/ec716c3cb4cb42c334281ca4aba638307f481d15/lib/cori.data.api.ts#L53">cori.data.api.ts:53</a></p>


</section>
Expand Down
Loading

0 comments on commit 0f33a40

Please sign in to comment.