You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think with some more nested arrays and objects in docExploder() I could get a basic table of contents created. It'd just be at the top of the page. I think doing some form of sidebar might be too hard to do... though who knows, maybe the sidebar can go on the right side?
I think I could do something neat like check the depth of the leaves to determine the table... Or something basic like checking the as props and determining level by hardcode.
Actually, it'd probably be a new function that'd check the address array length and then from there build a list component or something simpler.
The text was updated successfully, but these errors were encountered:
I think with some more nested arrays and objects in
docExploder()
I could get a basic table of contents created. It'd just be at the top of the page. I think doing some form of sidebar might be too hard to do... though who knows, maybe the sidebar can go on the right side?I think I could do something neat like check the depth of the leaves to determine the table... Or something basic like checking the
as
props and determining level by hardcode.Actually, it'd probably be a new function that'd check the address array length and then from there build a list component or something simpler.
The text was updated successfully, but these errors were encountered: