diff --git a/Gemfile b/Gemfile index 053f5b20..0a71be5e 100644 --- a/Gemfile +++ b/Gemfile @@ -8,15 +8,17 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -# gem "jekyll", "~> 3.9.0" +gem "jekyll", "~> 4.2.0" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "just-the-docs", "~> 0.3.3" +gem "jekyll-remote-theme", "~> 0.4" +gem "jekyll-redirect-from", "~> 0.16" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. -gem 'github-pages', group: :jekyll_plugins +# gem 'github-pages', group: :jekyll_plugins # If you have any plugins, put them here! # group :jekyll_plugins do diff --git a/_config.yml b/_config.yml index 1c648582..0a87c966 100644 --- a/_config.yml +++ b/_config.yml @@ -1,8 +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: "" # 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 +baseurl: "/docs" # the subpath of your site, e.g. /blog +url: "https://opensearch.org" # the base hostname & protocol for your site, e.g. http://example.com permalink: /:path/ opensearch_version: 1.0.0 @@ -20,8 +20,7 @@ logo: "/assets/images/logo.svg" # Aux links for the upper right navigation aux_links: - "Back to OpenSearch.org": - - "https://opensearch.org" + color_scheme: opensearch # Define Jekyll collections diff --git a/_data/alert.yml b/_data/alert.yml new file mode 100644 index 00000000..475e2c1a --- /dev/null +++ b/_data/alert.yml @@ -0,0 +1 @@ +message: "🔥 [OpenSearch RC1 released on June 7th! Get it now!](/downloads.html)" \ No newline at end of file diff --git a/_data/footer.yml b/_data/footer.yml new file mode 100644 index 00000000..3024dcb7 --- /dev/null +++ b/_data/footer.yml @@ -0,0 +1,49 @@ +columns: + - + title: 'Get Involved' + links: + - + title: Code of Conduct + url: '/codeofconduct.html' + - + title: 'Forums' + url: 'https://discuss.opendistrocommunity.dev/' + - + title: 'Github' + url: 'https://github.com/opensearch-project' + - + title: 'Partners' + url: '/partners/' + - + title: 'Community Projects' + url: '/community_projects' + - + title: 'Resources' + links: + #- + # title: 'Documentation' + # url: 'https://github.com/opensearch/documentation' + - + title: FAQ + url: '/faq/' + - + title: 'Brand Guidelines' + url: '/brand.html' + - + title: 'Trademark Usage Policy' + url: '/trademark-usage.html' + - + title: OpenSearch Disambiguation + url: '/disambiguation.html' + - + title: 'Connect' + links: + # - + # title: 'Twitter' + # url: 'https://twitter.com/opensearch_project' + #- + # title: 'Facebook' + # url: 'http://www.facebook.com/opensearch' + - + title: 'E-mail' + url: 'mailto:opensearch@amazon.com' \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 00000000..1966ff1b --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,45 @@ + +