We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d531ed9 commit 4153510Copy full SHA for 4153510
site/config/_default/config.yaml
@@ -24,9 +24,9 @@ module:
24
# Version folders can be ignored temporarily for faster local builds
25
# of a single version (here: 3.12)
26
#excludeFiles:
27
- #- arangodb/3.10/*
28
- #- arangodb/3.11/*
29
- #- arangodb/4.0/*
+ # - arangodb/3.10/*
+ # - arangodb/3.11/*
+ # - arangodb/4.0/*
30
31
- source: content/arangodb/3.12
32
target: content/arangodb/stable
site/themes/arangodb-docs-theme/static/css/theme.css
@@ -789,7 +789,7 @@ header .logo {
789
}
790
791
.home-link {
792
- background: url(/images/home.svg) no-repeat 50% 45%;
+ background: url(/home.svg) no-repeat 50% 45%;
793
background-size: 80%;
794
display: block;
795
height: auto;
0 commit comments