Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ WORKDIR /docs
COPY . .

RUN mkdocs build
RUN swift fixSearchIndex.swift
RUN cp googlefc012e5d94cfa05f.html site/googlefc012e5d94cfa05f.html;
RUN swift setUpRedirects.swift

Expand Down
86 changes: 0 additions & 86 deletions fixSearchIndex.swift

This file was deleted.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ plugins:
Xcode: Xcode
site_name: Vapor 中文文档
reconfigure_material: true
reconfigure_search: false
reconfigure_search: true
nav:
- Welcome: "index.md"
- Install:
Expand Down
Loading