Skip to content

Commit

Permalink
Merge pull request #64 from NuruProgramming/text-updates
Browse files Browse the repository at this point in the history
fix navigation issue on english examples
  • Loading branch information
neicore committed Oct 16, 2023
2 parents 8f9ec47 + e6875ad commit a9cb8c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/helpers/english-sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const englishSidebar: Sidebar = [
{
text: 'Examples',
items: [
{ text: 'User Input', link: '/ingizo-la-mtumiaji' },
{ text: 'Fibonacci', link: '/fibonacci' },
{ text: 'User Input', link: '/en/ingizo-la-mtumiaji' },
{ text: 'Fibonacci', link: '/en/fibonacci' },
{ text: 'Sorting Algorithm', link: '/en/kanuni-za-upangaji' },
{ text: 'Sudoku Solver', link: '/en/suluhisho-sudoku' },
],
Expand Down

1 comment on commit a9cb8c5

@vercel
Copy link

@vercel vercel bot commented on a9cb8c5 Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nyaraka – ./

nyaraka-git-main-nuruprogramming.vercel.app
nyaraka.vercel.app
nyaraka-nuruprogramming.vercel.app

Please sign in to comment.