Skip to content

Commit

Permalink
Merge pull request #49 from kilbergr/rek-data-access-docs
Browse files Browse the repository at this point in the history
Adds some content to accessing data section
  • Loading branch information
kilbergr authored Feb 5, 2024
2 parents 3df1a9c + d323a9c commit cf03422
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/templates/cap-docs-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,25 @@ export class CapDocsPage extends LitElement {
<article class="c-article u-bg-beige">
<h2 class="c-decoratedHeader" id="accessing-data">Accessing Data</h2>
<p>
[We will put some documentation content about accessing data here.]
The CAP website offers a basic interface for interacting with the
cases in our repository. To access reporters by jurisdiction, visit
our <a href="/caselaw">Caselaw</a> page and select the jurisdiction
of interest. The reporters included in that jurisdiction will be
listed there.
</p>
<p>
To access volumes by reporter, select the reporter from the Caselaw
page to view the volumes within that reporter.
</p>
<p>
To access individual cases, first select jurisdiction, then
reporter, and finally the volume of interest. Once on the individual
volume page, you will be able to access all of the cases in that
volume.
</p>
<p>
See our <a href="/about">About</a> page for more details on the
materials included.
</p>
<h2 class="c-decoratedHeader" id="bulk-downloads">Bulk Downloads</h2>
<p>
Expand Down

0 comments on commit cf03422

Please sign in to comment.