Skip to content

Commit 9f30dfc

Browse files
authored
Merge pull request github#6876 from github/repo-sync
repo sync
2 parents 134f6d2 + a557969 commit 9f30dfc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+772
-401
lines changed

components/product/SidebarProduct.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const SidebarProduct = () => {
3939
const isStandaloneCategory = childPage.page.documentType === 'article'
4040

4141
const childTitle = childPage.renderedShortTitle || childPage.renderedFullTitle
42-
const isActive = routePath.includes(routePath)
42+
const isActive = routePath.includes(childPage.href)
4343
const isCurrent = routePath === childPage.href
4444
return (
4545
<li

content/admin/index.md

Lines changed: 1 addition & 12 deletions

content/admin/overview/about-upgrades-to-new-releases.md

Lines changed: 1 addition & 1 deletion

content/admin/overview/github-ae-release-notes.md

Lines changed: 0 additions & 89 deletions
This file was deleted.

content/admin/overview/index.md

Lines changed: 1 addition & 1 deletion

content/admin/release-notes.md

Lines changed: 3 additions & 2 deletions

0 commit comments

Comments
 (0)