- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 1
 
Open
Labels
Description
Describe the solution you'd like
On Hashnode there is an option to display Table of Contents for each blog.
Working on this issue requires the following:
- investigate why the 
table of contentsis not showing, possibly it requires an additional GraphQL query - perform a check to see if the 
table of contentsis enabled - conditionally display the table of contents in the 
post-detaiscomponent if it is enabled, to be placed below the cover image - style the 
table of contents- we want to use an expansion panel for it - there are various ways to achieve that in this app version the way to do it is by utilizing components provided by 
PrimeNG - discuss your proposed solution, try and test different options
 - table of contents may be a 
partialcomponent if it makes sense