Add table of contents #4
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/dot-hugo#4
Loading…
Reference in a new issue
No description provided.
Delete branch "a.shamray/dot-hugo:feature/9-table-of-contents"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add table of contents in FEP page with smooth page scrolling and showing # symbol with a link to the page section on hover
Issue #9 Support Table of Contents in FEP pages from frostfs.info repo
@ -131,0 +135,4 @@
$(this).hover(function(){
$(this).find('a').addClass('active');
}, function(){
$(this).find('a').removeClass('active');
Why not CSS?
[#9] Add table of contentsto Add table of contents66a485a6c0
to9e2a1518cf