mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[Fix] fix docs (#20)
This commit is contained in:
parent
5f2e7c3469
commit
29801a03e7
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
@media screen and (min-width: 1100px) {
|
@media screen and (min-width: 1100px) {
|
||||||
.header-logo {
|
.header-logo {
|
||||||
top: -12px;
|
top: -25px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@ html_theme_options = {
|
|||||||
'menu': [
|
'menu': [
|
||||||
{
|
{
|
||||||
'name': 'GitHub',
|
'name': 'GitHub',
|
||||||
'url': 'https://github.com/opencompass'
|
'url': 'https://github.com/InternLM/opencompass'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
# Specify the language of shared menu
|
# Specify the language of shared menu
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
@media screen and (min-width: 1100px) {
|
@media screen and (min-width: 1100px) {
|
||||||
.header-logo {
|
.header-logo {
|
||||||
top: -12px;
|
top: -25px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@ html_theme_options = {
|
|||||||
'menu': [
|
'menu': [
|
||||||
{
|
{
|
||||||
'name': 'GitHub',
|
'name': 'GitHub',
|
||||||
'url': 'https://github.com/open-mmlab/opencompass'
|
'url': 'https://github.com/InternLM/opencompass'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
# Specify the language of shared menu
|
# Specify the language of shared menu
|
||||||
|
Loading…
Reference in New Issue
Block a user