Skip to content

Commit 7b80a83

Browse files
0xTimgwynne
andauthored
Fix Search (#1106)
Fixes the search as it's currently broken. We get all the translations but it's workable Co-authored-by: Gwynne Raskind <gwynne@vapor.codes>
1 parent 7b1114a commit 7b80a83

File tree

3 files changed

+1
-88
lines changed

3 files changed

+1
-88
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ WORKDIR /docs
1111
COPY . .
1212

1313
RUN mkdocs build
14-
RUN swift fixSearchIndex.swift
1514
RUN cp googlefc012e5d94cfa05f.html site/googlefc012e5d94cfa05f.html;
1615
RUN swift setUpRedirects.swift
1716

fixSearchIndex.swift

Lines changed: 0 additions & 86 deletions
This file was deleted.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ plugins:
536536
Xcode: Xcode
537537
site_name: Vapor 中文文档
538538
reconfigure_material: true
539-
reconfigure_search: false
539+
reconfigure_search: true
540540
nav:
541541
- Welcome: "index.md"
542542
- Install:

0 commit comments

Comments
 (0)