Add table of contents #4

Merged
realloc merged 7 commits from a.shamray/dot-hugo:feature/9-table-of-contents into frostfs_design_version 2023-05-29 14:50:52 +00:00
Contributor

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

image

image

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](https://git.frostfs.info/TrueCloudLab/frostfs.info/issues/9) from [frostfs.info](https://git.frostfs.info/TrueCloudLab/frostfs.info) repo ![image](/attachments/5151ec0e-9e50-41d7-8040-7c57d3a6b482) ![image](/attachments/286f9bb3-7d38-4d40-b189-c490e8ab1348)
a.shamray added 1 commit 2023-05-26 13:13:20 +00:00
a.shamray requested review from corsairdnb 2023-05-26 13:14:12 +00:00
corsairdnb reviewed 2023-05-26 13:16:31 +00:00
@ -131,0 +135,4 @@
$(this).hover(function(){
$(this).find('a').addClass('active');
}, function(){
$(this).find('a').removeClass('active');
Collaborator

Why not CSS?

Why not CSS?
a.shamray changed title from [#9] Add table of contents to Add table of contents 2023-05-26 13:18:54 +00:00
a.shamray requested review from realloc 2023-05-26 14:26:59 +00:00
a.shamray added 1 commit 2023-05-26 17:16:51 +00:00
a.shamray force-pushed feature/9-table-of-contents from 66a485a6c0 to 9e2a1518cf 2023-05-27 17:46:01 +00:00 Compare
a.shamray added 1 commit 2023-05-29 08:23:38 +00:00
a.shamray added 1 commit 2023-05-29 08:44:37 +00:00
a.shamray added 2 commits 2023-05-29 14:19:11 +00:00
realloc approved these changes 2023-05-29 14:49:12 +00:00
realloc merged commit 59820ed5c9 into frostfs_design_version 2023-05-29 14:50:52 +00:00
realloc deleted branch feature/9-table-of-contents 2023-05-29 14:50:52 +00:00
Sign in to join this conversation.
No description provided.