Skip to content

Commit 2ead5f4

Browse files
committed
update docusaurus footer
This docusaurus footer is going to set the standard footer format for the tools that use docusaurus for documentation in Pugh Lab. It includes Pugh & Lai Lab ilnks, links to other CEGRcode-supported resources, and local documentation quick-links
1 parent 2af6166 commit 2ead5f4

1 file changed

Lines changed: 31 additions & 2 deletions

File tree

docusaurus/docusaurus.config.js

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,22 +92,51 @@ const config = {
9292
footer: {
9393
style: 'dark',
9494
links: [
95+
{
96+
title: 'Docs',
97+
items: [
98+
{
99+
label: 'Tool Index (A-Z)',
100+
to: '/docs/tool-index',
101+
},
102+
{
103+
label: 'File Formats',
104+
to: '/docs/file-formats',
105+
},
106+
],
107+
},
95108
{
96109
title: 'Community',
97110
items: [
98111
{
99112
label: 'Pugh Lab',
100113
href: 'https://pughlab.mbg.cornell.edu',
101114
},
115+
{
116+
label: 'Lai Lab',
117+
href: 'https://williamkmlai.github.io',
118+
},
102119
],
103120
},
104121
{
105-
title: 'More',
122+
title: 'Other Tools We Develop',
106123
items: [
107124
{
108-
label: 'GitHub',
125+
label: 'ScriptManager',
109126
href: 'https://github.com/CEGRcode/scriptmanager',
110127
},
128+
{
129+
label: 'PEGR',
130+
href: 'https://github.com/seqcode/pegr',
131+
},
132+
{
133+
label: 'STENCIL',
134+
href: 'https://github.com/CEGRcode/stencil',
135+
},
136+
{
137+
label: 'GenoPipe',
138+
href: 'https://github.com/CEGRcode/GenoPipe',
139+
},
111140
],
112141
},
113142
],

0 commit comments

Comments
 (0)