Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4ec97 commit dba3b44Copy full SHA for dba3b44
2 files changed
content/index.md
@@ -55,4 +55,9 @@ externalProducts:
55
name: CodeQL
56
href: 'https://codeql.github.com/docs'
57
external: true
58
+ npm:
59
+ id: npm
60
+ name: npm
61
+ href: 'https://docs.npmjs.com/'
62
+ external: true
63
---
tests/rendering/sidebar.js
@@ -34,6 +34,7 @@ describe('sidebar', () => {
34
expect(
35
$homePage('[data-testid=sidebar] a[href="https://codeql.github.com/docs"]')
36
).toHaveLength(1)
37
+ expect($homePage('[data-testid=sidebar] a[href="https://docs.npmjs.com/"]')).toHaveLength(1)
38
})
39
40
test('adds `data-is-current-page` and `data-is-active-category` properties to the sidebar link for the current page', async () => {
0 commit comments