Skip to content

Commit 896ce80

Browse files
committed
Add main nav links. Add indication of external links.
1 parent df50bfa commit 896ce80

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/conf.py

+5
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
6767
),
6868
},
6969
},
70+
"awesome_external_links": True,
71+
"main_nav_links": {
72+
"Home": "https://judge0.github.io/judge0-python/",
73+
"Judge0": "https://judge0.com/",
74+
},
7075
}
7176
html_show_sphinx = False
7277
html_sidebars = {

0 commit comments

Comments
 (0)