Skip to content

Commit f8d8082

Browse files
author
james
committed
add github favicon
1 parent be5dbf2 commit f8d8082

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/codeql/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,7 @@ def setup(sphinx):
9494
# Copy the static landing page for codeql.github.com/docs when building this sphinx project
9595
html_extra_path = ['index.html']
9696

97+
html_favicon = 'images/site/favicon.ico'
98+
9799
# Exclude these paths from being built by Sphinx
98100
exclude_patterns = ['vale*', '_static', '_templates', 'reusables', 'images', 'support', 'ql-training', 'query-help', '_build', '*.py*', 'README.rst']
6.37 KB
Binary file not shown.

docs/codeql/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<title>CodeQL documentation</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<link rel="stylesheet" href="_static/primer.css" />
8+
<link rel="shortcut icon" href="images/site/favicon.ico"/>
89
</head>
910

1011
<body>

0 commit comments

Comments
 (0)