Skip to content

Commit

Permalink
add link to LIPS docs to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 25, 2024
1 parent fe55167 commit 3824f5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,16 @@ const config: Config = {
items: [
{
label: 'Getting Started',
to: '/docs/intro',
to: '/docs/intro'
},
{
label: 'Introduction to Scheme',
to: '/docs/scheme-intro/what-is-lisp'
},
{
label: 'LIPS Scheme Introduction',
to: '/docs/category/lips-introduction'
},
],
},
{
Expand Down

0 comments on commit 3824f5c

Please sign in to comment.