Plugin broke search

This commit is contained in:
Tim Condon 2022-05-06 10:57:04 +01:00 committed by GitHub
parent 652eb0b74a
commit c9a202f58c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 25 deletions

View File

@ -58,31 +58,31 @@ markdown_extensions:
- toc:
permalink: true
# Plugins
plugins:
# i18n plugin documentation
# https://github.com/ultrabug/mkdocs-static-i18n
- i18n:
default_language: 'en'
# Add the new languages here. DON'T CHANGE THE DEFAULT LANGUAGE
languages:
en:
name: English
build: true
nl:
name: Nederlands
site_name: Vapor Documentatie
build: true
fr:
name: Français
site_name: Documentation Vapor
build: true
# Add navigation translations here
nav_translations:
nl:
Welcome: Welkom
fr:
Welcome: Bienvenue
# # Plugins
# plugins:
# # i18n plugin documentation
# # https://github.com/ultrabug/mkdocs-static-i18n
# - i18n:
# default_language: 'en'
# # Add the new languages here. DON'T CHANGE THE DEFAULT LANGUAGE
# languages:
# en:
# name: English
# build: true
# nl:
# name: Nederlands
# site_name: Vapor Documentatie
# build: true
# fr:
# name: Français
# site_name: Documentation Vapor
# build: true
# # Add navigation translations here
# nav_translations:
# nl:
# Welcome: Welkom
# fr:
# Welcome: Bienvenue
nav: