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 7b1114a commit 7b80a83Copy full SHA for 7b80a83
Dockerfile
@@ -11,7 +11,6 @@ WORKDIR /docs
11
COPY . .
12
13
RUN mkdocs build
14
-RUN swift fixSearchIndex.swift
15
RUN cp googlefc012e5d94cfa05f.html site/googlefc012e5d94cfa05f.html;
16
RUN swift setUpRedirects.swift
17
fixSearchIndex.swift
mkdocs.yml
@@ -536,7 +536,7 @@ plugins:
536
Xcode: Xcode
537
site_name: Vapor 中文文档
538
reconfigure_material: true
539
- reconfigure_search: false
+ reconfigure_search: true
540
nav:
541
- Welcome: "index.md"
542
- Install:
0 commit comments