Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configure/attributes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This declares a `cc_binary` that "chooses" its deps based on the flags at the
command line. Specifically, `deps` becomes:

<table>
<tr style="background: #E9E9E9; font-weight: bold">
<tr style={{background: "#E9E9E9", fontWeight: "bold"}}>
<td>Command</td>
<td>deps =</td>
</tr>
Expand Down
72 changes: 36 additions & 36 deletions docs/contribute/search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -210,64 +210,64 @@ You can refine your search using the following filters.
<table border="1px">
<thead>
<tr>
<th style="padding:5px"><strong>Filter</strong></th>
<th style="padding:5px"><strong>Other options</strong></th>
<th style="padding:5px"><strong>Description</strong></th>
<th style="padding:5px"><strong>Example</strong></th>
<th style={{padding: "5px"}}><strong>Filter</strong></th>
<th style={{padding: "5px"}}><strong>Other options</strong></th>
<th style={{padding: "5px"}}><strong>Description</strong></th>
<th style={{padding: "5px"}}><strong>Example</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td style="padding:5px">lang:</td>
<td style="padding:5px">language:</td>
<td style="padding:5px">Perform an exact match by file language.</td>
<td style="padding:5px">lang:java test</td>
<td style={{padding: "5px"}}>lang:</td>
<td style={{padding: "5px"}}>language:</td>
<td style={{padding: "5px"}}>Perform an exact match by file language.</td>
<td style={{padding: "5px"}}>lang:java test</td>
</tr>
<tr>
<td style="padding:5px">file:</td>
<td style="padding:5px">
<td style={{padding: "5px"}}>file:</td>
<td style={{padding: "5px"}}>
filepath:<br/>
path:<br/>
f:
</td>
<td style="padding:5px"></td>
<td style="padding:5px"></td>
<td style={{padding: "5px"}}></td>
<td style={{padding: "5px"}}></td>
</tr>
<tr>
<td style="padding:5px">case:yes</td>
<td style="padding:5px"></td>
<td style="padding:5px">Make the search case sensitive. By default, searches are not case-sensitive.</td>
<td style="padding:5px">case:yes Hello World</td>
<td style={{padding: "5px"}}>case:yes</td>
<td style={{padding: "5px"}}></td>
<td style={{padding: "5px"}}>Make the search case sensitive. By default, searches are not case-sensitive.</td>
<td style={{padding: "5px"}}>case:yes Hello World</td>
</tr>
<tr>
<td style="padding:5px">class:</td>
<td style="padding:5px"></td>
<td style="padding:5px">Search for a class name.</td>
<td style="padding:5px">class:MainClass</td>
<td style={{padding: "5px"}}>class:</td>
<td style={{padding: "5px"}}></td>
<td style={{padding: "5px"}}>Search for a class name.</td>
<td style={{padding: "5px"}}>class:MainClass</td>
</tr>
<tr>
<td style="padding:5px">function:</td>
<td style="padding:5px">func:</td>
<td style="padding:5px">Search for a function name.</td>
<td style="padding:5px">function:print</td>
<td style={{padding: "5px"}}>function:</td>
<td style={{padding: "5px"}}>func:</td>
<td style={{padding: "5px"}}>Search for a function name.</td>
<td style={{padding: "5px"}}>function:print</td>
</tr>
<tr>
<td style="padding:5px">-</td>
<td style="padding:5px"></td>
<td style="padding:5px">Negates the term from the search.</td>
<td style="padding:5px">hello -world</td>
<td style={{padding: "5px"}}>-</td>
<td style={{padding: "5px"}}></td>
<td style={{padding: "5px"}}>Negates the term from the search.</td>
<td style={{padding: "5px"}}>hello -world</td>
</tr>
<tr>
<td style="padding:5px">\ </td>
<td style="padding:5px"></td>
<td style="padding:5px">Escapes special characters, such as ., \, or (.</td>
<td style="padding:5px">run\(\)</td>
<td style={{padding: "5px"}}>\ </td>
<td style={{padding: "5px"}}></td>
<td style={{padding: "5px"}}>Escapes special characters, such as ., \, or (.</td>
<td style={{padding: "5px"}}>run\(\)</td>
</tr>
<tr>
<td style="padding:5px">"[term]"</td>
<td style="padding:5px"></td>
<td style="padding:5px">Perform a literal search.</td>
<td style="padding:5px">"class:main"</td>
<td style={{padding: "5px"}}>"[term]"</td>
<td style={{padding: "5px"}}></td>
<td style={{padding: "5px"}}>Perform a literal search.</td>
<td style={{padding: "5px"}}>"class:main"</td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/configurable-attributes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This declares a `cc_binary` that "chooses" its deps based on the flags at the
command line. Specifically, `deps` becomes:

<table>
<tr style="background: #E9E9E9; font-weight: bold">
<tr style={{background: "#E9E9E9", fontWeight: "bold"}}>
<td>Command</td>
<td>deps =</td>
</tr>
Expand Down
Loading