Skip to content

Commit

Permalink
Fix & Update Tutorials (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
czgu authored Jan 19, 2021
1 parent d70b400 commit ee1b141
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 190 deletions.
14 changes: 8 additions & 6 deletions querybook/webapp/components/UIGuide/DataDocUIGuide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,31 +53,33 @@ export const DataDocTourSteps: ReactourStep[] = [
selector: '.DataDoc .block-crud-buttons ',
content: (
<>
<p>Hover over the highlighted area!</p>
<hr />
<p>
This section allows you to add different kind of cells to a
DataDoc. You can think of DataDoc as a list of cells.
</p>
<hr />
<p>
Text cell allows you to document your investigation or make
notes. It supports rich text editing.
<b>Text cell</b> allows you to document your investigation
or make notes. It supports rich text editing.
</p>
<hr />
<p>
Query cell is the most important type of cell. You can use
it to write and run queries.
<b>Query cell</b> is the most <b>important</b> type of cell.
You can use it to write and run queries.
</p>
<hr />
<p>
Chart cell allows you to make visuatizations based on
<b>Chart cell</b> allows you to make visuatizations based on
execution results.
</p>
</>
),
},
{
selector:
'.DataDoc .DataDocRightSidebar-button-section-bottom [aria-label="Configure Template"]',
'.DataDoc .DataDocRightSidebar-button-section-bottom [aria-label="Set Templated Variables"]',
content: (
<>
<p>
Expand Down
Loading

0 comments on commit ee1b141

Please sign in to comment.