This commit is contained in:
Kenneth Jannette
2024-01-17 19:56:56 -06:00
parent af66ac9e4a
commit dfdca21370

View File

@@ -5,12 +5,13 @@ export const Steps = () => (
<h2 className="doc-header-text">Generate Discovery Responses</h2> <h2 className="doc-header-text">Generate Discovery Responses</h2>
<ol className="steps-list"> <ol className="steps-list">
<li> <li>
Create the case to which the discovery request pertains. Click Cases <strong>CREATE THE CASE: </strong>First, input the case to which the
in the top navigation bar to go to the <strong>Case View</strong>. Click discovery request pertains. Click Cases in the top navigation bar to
the Create New Case button (lower right) to surface the{" "} go to the <strong>Case View</strong>. Click the Create New Case button
<strong>Create Case Modal</strong>. Enter all relevant information -- (lower right) to surface the Create Case Modal. Enter all relevant
case name, case number, parties, etc. -- and click Save Case. The information -- case name, case number, parties, etc. -- and click Save
modal will close, returning you to the <strong>Case View.</strong> Case. The modal will close, returning you to the{" "}
<strong>Case View.</strong>
</li> </li>
<li> <li>
On the newly-created case info card, click the View button (far right) On the newly-created case info card, click the View button (far right)
@@ -18,23 +19,23 @@ export const Steps = () => (
Document to surface the <strong>Document Upload Modal</strong>. Document to surface the <strong>Document Upload Modal</strong>.
</li> </li>
<li> <li>
On the <strong>Document Upload Modal</strong>, enter the document title, <strong>UPLOAD A DOCUMENT: </strong>On the Document Upload Modal, enter
i.e. Defendants Interrogatories, and (optionally) the date served. the document title, i.e. Defendants Interrogatories, and (optionally)
Drag and drop or click to select the request document from your files.{" "} the date served. Drag and drop or click to select the request document
<em>The document must be in .pdf format.</em> from your files. <em>The document must be in .pdf format.</em>
<br />{" "} <br />{" "}
<p className="howto-special-para"> <p className="howto-special-para">
Click Upload, and will you automatically navigate to the{" "} Click Upload, and will you automatically navigate to the Document
<strong>Document List View</strong>. List View.
</p>{" "} </p>{" "}
</li> </li>
<li> <li>
Click the Generate Responses'' button. Novdrafts Intellidraft AI will <strong>GENERATE THE DISCOVERY RESPONSE: </strong>Click the Generate
generate the response and automatically navigate to the interactive{" "} Responses'' button. Novdrafts Intellidraft AI will generate the
<strong>Document Editor</strong>. You can edit the responses and save response and automatically navigate to the interactive Document Editor.
progress anytime by clicking the Save Changes button. When you are You can edit the responses and save progress anytime by clicking the
satisfied, you can download a .docx file by clicking the Create .docx Save Changes button. When you are satisfied, you can download a .docx
File button. file by clicking the Create .docx File button.
</li> </li>
<ExclamationTriangle <ExclamationTriangle
style={{ color: "red", marginRight: "6px", marginBottom: "2px" }} style={{ color: "red", marginRight: "6px", marginBottom: "2px" }}