Skip to content

Commit

Permalink
Add academy to header (#481)
Browse files Browse the repository at this point in the history
* Replace tut with acad

* Remove redundant footer

* Readd tut to footer
  • Loading branch information
LaurenceJJones authored Oct 26, 2023
1 parent 7791556 commit 34d149b
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions crowdsec-docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = {
position: 'left',
label: 'CTI API',
},
{ to: 'https://crowdsec.net/blog/category/tutorial/', label: 'Tutorials', position: 'left' },
{ to: 'https://academy.crowdsec.net/', label: 'Academy', position: 'left' },
{
type: 'doc',
docId: 'faq',
Expand Down Expand Up @@ -111,19 +111,6 @@ module.exports = {
footer: {
style: 'dark',
links: [
{
title: 'Docs',
items: [
{
label: 'Doc Mini-Tutorial Articles',
to: '/blog',
},
{
label: 'Documentation',
to: '/docs/intro',
},
],
},
{
title: 'Community',
items: [
Expand Down Expand Up @@ -160,6 +147,10 @@ module.exports = {
label: 'Blog',
href: 'https://crowdsec.net/blog/',
},
{
label: 'Tutorial',
href: 'https://crowdsec.net/blog/category/tutorial/',
},

],
},
Expand Down

0 comments on commit 34d149b

Please sign in to comment.