[FOLIO-672] Enable linking to each row of API docs table Created: 14/Jun/17 Updated: 12/Nov/18 Resolved: 14/Jun/17 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | P3 |
| Reporter: | David Crossley | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | devweb | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Sprint: |
| Description |
|
We have a simple table which leads to all generated API docs. Enable each repository's README to link directly to its rows in the table. |
| Comments |
| Comment by David Crossley [ 14/Jun/17 ] |
|
The first part is easy – compose the "id" attribute for each table row, numbered, so that we can link to the first of a potential set of rows. |
| Comment by David Crossley [ 14/Jun/17 ] |
|
The harder part is being able to link to anchors of rows in the last part of the table. They hit up against the bottom of the window. Going with a basic workaround, to just add a "bottom-spacer" div and CSS to push the footer down. |
| Comment by David Crossley [ 26/Jun/17 ] |
|
Now using CSS :target to highlight anchor. |