Change not provide baseurl

This commit is contained in:
YuCheng Hu 2021-10-29 13:22:04 -04:00
parent 4b5e0e7110
commit a4183497e1
3 changed files with 13 additions and 1 deletions

View File

@ -30,3 +30,5 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem "webrick", "~> 1.7"

View File

@ -1,7 +1,8 @@
title: OpenSearch documentation
description: >- # this means to ignore newlines until "baseurl:"
Documentation for OpenSearch, the Apache 2.0 search, analytics, and visualization suite with advanced security, alerting, SQL support, automated index management, deep performance analysis, and more.
baseurl: "/docs/latest" # the subpath of your site, e.g. /blog
# baseurl: "/docs/latest" # the subpath of your site, e.g. /blog
baseurl: ""
url: "https://opensearch.ossez.com" # the base hostname & protocol for your site, e.g. http://example.com
permalink: /:path/

9
opensearch-docs-cn.iml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>