Skip to content

Commit ff40d6e

Browse files
authored
Merge pull request #558 from Adez017/podcast
Doc page added
2 parents 91766c9 + 8951051 commit ff40d6e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ const config: Config = {
106106
<a href="/docs/python/intro-python" class="nav__icons"> <img src="/icons/python.svg" title="Python" alt="Python" /> </a>
107107
<a href="/docs/GitHub/intro-github" class="nav__icons" > <img src="/icons/github.svg" title="GitHub" alt="GitHub" /> </a>
108108
<a href="/docs/Nextjs/intro-nextjs" class="nav__icons" > <img src="/icons/nextjs.svg" title="Nextjs" alt="Nextjs" /> </a>
109+
<a href="/docs" class="nav__icons"> <img src="/icons/Logo-512X512.png" title="Docs" alt="Docs" /> </a>
109110
</div>
110111
</div>`,
111112
},

src/pages/community/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const contributionSections: ContributionSection[] = [
4343
'Translate content 🌍'
4444
],
4545
links: [
46-
{ text: 'GitHub Docs', url: 'https://github.com/recodehive/recode-website/tree/main/docs' }
46+
{ text: 'GitHub Docs', url: 'https://recodehive.com/docs' }
4747
],
4848
color: '#f59e0b'
4949
},

0 commit comments

Comments
 (0)