Merge branch 'main' into docs_cn

# Conflicts:
#	_config.yml
This commit is contained in:
YuCheng Hu 2024-03-19 09:41:54 -04:00
commit c538965b40
3 changed files with 3 additions and 25 deletions

View File

@ -1,20 +0,0 @@
name: Jekyll site CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the site in the jekyll/builder container
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"

View File

@ -1,9 +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: ""
url: "https://opensearch.ossez.com" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "/docs/latest" # the subpath of your site, e.g. /blog
url: "https://opensearch.isharkfly.com" # the base hostname & protocol for your site, e.g. http://example.com
permalink: /:path/
opensearch_version: '2.12.0'
@ -281,7 +280,7 @@ search:
# Google Analytics Tracking (optional)
# e.g, UA-1234567-89
ga_tracking: GTM-W3NL9V
ga_tracking: G-BQV14XK08F
# Disable the just-the-docs theme anchor links in favor of our custom ones
# See _includes/head_custom.html

View File

@ -13,4 +13,3 @@
<script src="{{ '/docs/latest/assets/js/version-selector.js' }}"></script>
{% endif %}
<!-- Last-Modified: {% last_modified_at %} -->