From 18e74399fac45430f6d1b07c7d40549dd18ee63a Mon Sep 17 00:00:00 2001 From: aetter Date: Fri, 9 Jul 2021 13:31:12 -0700 Subject: [PATCH] Walk back some changes since they're in another PR --- .gitignore | 1 + _config.yml | 2 +- _layouts/default.html | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba3d9259..ae2249e7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ _site .DS_Store Gemfile.lock .idea +.jekyll-cache diff --git a/_config.yml b/_config.yml index 1c648582..38fc03db 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ baseurl: "" # the subpath of your site, e.g. /blog url: "https://docs-beta.opensearch.org" # the base hostname & protocol for your site, e.g. http://example.com permalink: /:path/ -opensearch_version: 1.0.0 +opensearch_version: 1.0.0-rc1 opensearch_major_minor_version: 1.0 # Build settings diff --git a/_layouts/default.html b/_layouts/default.html index fe35f3f5..bc9c8147 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -140,6 +140,7 @@ layout: table_wrappers {% if site.heading_anchors != false %} {% include vendor/anchor_headings.html html=content beforeHeading="true" anchorBody="" anchorClass="anchor-heading" anchorAttrs="aria-labelledby=\"%html_id%\"" %} {% else %} +

This documentation remains in a beta state. It has content gaps and might contain bugs.

{{ content }} {% endif %}