Skip to content

Commit c2bff04

Browse files
authored
Add contribution program links to footer and top nav (#2781)
1 parent cd6b231 commit c2bff04

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docusaurus/docusaurus.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,11 @@ const config = {
231231
position: 'right',
232232
html: '<i class="ph-fill ph-github-logo"></i> GitHub',
233233
},
234+
{
235+
href: 'https://strapi.notion.site/Documentation-Contribution-Program-1d08f359807480d480fdde68bb7a5a71?pvs=74',
236+
position: 'right',
237+
html: '<i class="ph-fill ph-heart"></i> Contribution Program',
238+
},
234239
],
235240
},
236241
footer: {
@@ -297,6 +302,10 @@ const config = {
297302
label: 'Stack Overflow',
298303
href: 'https://stackoverflow.com/questions/tagged/strapi',
299304
},
305+
{
306+
label: 'Docs contribution program',
307+
href: 'https://strapi.notion.site/Documentation-Contribution-Program-1d08f359807480d480fdde68bb7a5a71?pvs=74',
308+
}
300309
],
301310
},
302311
{

docusaurus/sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
1616
const sidebars = {
1717
cmsSidebar: [
18+
// {
19+
// type: 'html',
20+
// value: '<i class="ph-fill ph-github-logo"></i> <a href="https://strapi.notion.site/Documentation-Contribution-Program-1d08f359807480d480fdde68bb7a5a71?pvs=74">Docs Contribution Program</a>', // The HTML to be rendered
21+
// defaultStyle: true, // Use the default menu item styling
22+
// },
1823
{
1924
// Getting Started
2025
type: 'category',

0 commit comments

Comments
 (0)