Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit f4677f7

Browse files
Simran-Bnerpaula
andauthored
Update Algolia stable version and fix search hits under ToC (#1385)
* Make 3.11 the indexed version for Algolia * Place site header above ToC so that Algolia search hits are above --------- Co-authored-by: Paula Mihu <[email protected]>
1 parent 222ff54 commit f4677f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ algolia:
5050
search_only_api_key: 1fc63d8ff5b71963f0354561b770b591
5151
files_to_exclude:
5252
- 3.12/**/*
53-
- 3.11/**/*
54-
# - 3.10/**/* # OUR STABLE VERSION
53+
# - 3.11/**/* # OUR STABLE VERSION
54+
- 3.10/**/*
5555
- 3.9/**/*
5656
- 3.8/**/*
5757
- \*.html

styles/header.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ body {
5757
position: fixed;
5858
width: 100%;
5959
height: 48px;
60-
z-index: 1;
60+
z-index: 1000;
6161
}
6262

6363
.arangodb-header .socialIcons-googlegroups a img {

0 commit comments

Comments
 (0)