Skip to content

Commit

Permalink
feat(clayui.com): Add anchor to APITable Table Row to enable linking …
Browse files Browse the repository at this point in the history
…to it
  • Loading branch information
kresimir-coko committed May 22, 2020
1 parent 0fc796e commit cdd6b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clayui.com/plugins/gatsby-remark-api-table/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const path = require('path');
const reactDocs = require('react-docgen');
const visit = require('unist-util-visit');

const generateTr = (item, key) => `<tr>
const generateTr = (item, key) => `<tr id="api-${key}">
<td>
<div class="table-title">
${key}
Expand Down

0 comments on commit cdd6b23

Please sign in to comment.