Skip to content

Commit

Permalink
chore: restore extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlydba committed Jan 7, 2024
1 parent 322a544 commit fb1fba5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ module.exports = {
{
text: 'Automation',
children: [
{ text: 'Replacing SQL Agent', link: '/sql-server-express-replace-sql-agent' },
{ text: 'Unattended Installation', link: '/sql-server-express-unattended-install' }
{ text: 'Replacing SQL Agent', link: '/sql-server-express-replace-sql-agent.html' },
{ text: 'Unattended Installation', link: '/sql-server-express-unattended-install.html' }
]
},
{
text: 'Tools & Resources',
children: [
{ text: 'Scripts, Apps, and Resources', link: '/sql-server-resources' },
{ text: 'Scripts, Apps, and Resources', link: '/sql-server-resources.html' },
{ text: 'DBA MultiTool', link: 'https://dba-multitool.org' },
{ text: 'Azure Data Studio', link: '/azure-data-studio.' },
{ text: 'SQL Server Management Studio', link: '/which-sql-server-management-studio-version' }
{ text: 'Azure Data Studio', link: '/azure-data-studio.html' },
{ text: 'SQL Server Management Studio', link: '/which-sql-server-management-studio-version.html' }
]
},
{
Expand Down

0 comments on commit fb1fba5

Please sign in to comment.