diff --git a/_config.yml b/_config.yml index a982abb636..e44096ec90 100644 --- a/_config.yml +++ b/_config.yml @@ -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 the current version. This is version-specific. For example, for 2.19, the base URL is /docs/2.19. +latesturl: "/docs/latest" # The subpath of the latest version. Used for non-version-specific documentation, like Data Prepper, etc. url: "https://docs.opensearch.org" # the base hostname & protocol for your site, e.g. http://example.com permalink: /:path/ diff --git a/_data/migration-assistant/breaking-changes.yml b/_data/migration-assistant/breaking-changes.yml index 2f2322b20b..3ae86412b4 100644 --- a/_data/migration-assistant/breaking-changes.yml +++ b/_data/migration-assistant/breaking-changes.yml @@ -22,22 +22,22 @@ breaking_changes: introducedIn: "OpenSearch 1.3" comp: [] - title: "OpenSearch 2.0: Remove mapping types parameter" - url: "/docs/latest/breaking-changes/#remove-mapping-types-parameter" + url: "https://docs.opensearch.org/docs/latest/breaking-changes/#remove-mapping-types-parameter" introducedIn: "OpenSearch 2.19" comp: [] transformation: title: "Type Mapping Deprecation" - url: "/docs/latest/migration-assistant/migration-phases/planning-your-migration/handling-type-mapping-deprecation/" + url: "https://docs.opensearch.org/docs/latest/migration-assistant/migration-phases/planning-your-migration/handling-type-mapping-deprecation/" - title: "OpenSearch 3.0: Breaking Changes" url: "/docs/latest/breaking-changes/#300" introducedIn: "OpenSearch 3.0" comp: [] - title: "OpenSearch Notifications Plugins" - url: "/breaking-changes/#add-opensearch-notifications-plugins" + url: "https://docs.opensearch.org/docs/latest/breaking-changes/#add-opensearch-notifications-plugins" introducedIn: "OpenSearch 2.19" comp: [] - title: "OpenSearch 2.0: Client JDK 8 Support Dropped" - url: "/docs/latest/breaking-changes/#drop-support-for-jdk-8" + url: "https://docs.opensearch.org/docs/latest/breaking-changes/#drop-support-for-jdk-8" introducedIn: "OpenSearch 2.19" comp: [] - title: "Removal of Types in Elasticsearch 7.x" @@ -46,7 +46,7 @@ breaking_changes: comp: [] transformation: title: "Type Mapping Deprecation" - url: "/docs/latest/migration-assistant/migration-phases/planning-your-migration/handling-type-mapping-deprecation/" + url: "https://docs.opensearch.org/docs/latest/migration-assistant/migration-phases/planning-your-migration/handling-type-mapping-deprecation/" - title: "Elasticsearch 6.0 - 6.6 Breaking Changes" url: "https://www.elastic.co/guide/en/elasticsearch/reference/6.8/breaking-changes.html" introducedIn: "Elasticsearch 6.8" diff --git a/_data/top_nav.yml b/_data/top_nav.yml index 6552d90359..832e689d2a 100644 --- a/_data/top_nav.yml +++ b/_data/top_nav.yml @@ -1,82 +1,58 @@ items: - - label: OpenSearchCon - children: - - label: 2024 Europe - url: /events/opensearchcon/2024/europe/index.html - - label: 2024 North America - url: /events/opensearchcon/2024/north-america/index.html - # children: - # - label: Speakers - # url: /events/opensearchcon/2024/north-america/speakers/index.html - # - label: Sessions - # url: /events/opensearchcon/2024/north-america/sessions/index.html - # - label: Exhibitors - # url: /events/opensearchcon/2024/north-america/exhibitors/index.html - # - label: Workshops - # url: /events/opensearchcon/2024/north-america/workshops/index.html - # - label: Unconference - # url: /events/opensearchcon/2024/north-america/unconference/index.html - - label: 2024 India - url: /events/opensearchcon/2024/india/index.html - - label: Archive - children: - - label: 2023 North America - url: /events/opensearchcon/2023/north-america/index.html - - label: 2022 North America - url: /events/opensearchcon/2022/north-america/index.html - - label: Download - url: /downloads.html - label: About - url: /about.html + url: https://opensearch.org/about.html children: - label: Releases - url: /releases.html + url: https://opensearch.org/releases.html - label: Roadmap url: https://github.com/orgs/opensearch-project/projects/1 - label: FAQ - url: /faq/ + url: https://opensearch.org/faq/ + - label: Platform + url: https://opensearch.org/platform/index.html + children: + - label: Search + url: https://opensearch.org/platform/search/index.html + - label: Observability + url: https://opensearch.org/platform/observability/index.html + - label: Security Analytics + url: https://opensearch.org/platform/security-analytics/index.html + - label: Vector Database + url: https://opensearch.org/platform/search/vector-database.html + - label: Playground Demo + url: https://playground.opensearch.org/ + - label: Performance Benchmarks + url: https://opensearch.org/benchmarks/ - label: Community + url: https://opensearch.org/community/ children: - - label: Blog - url: /blog/ - label: Forum url: https://forum.opensearch.org/ - label: Slack - url: /slack.html + url: https://opensearch.org/slack.html - label: Events - url: /events + url: https://opensearch.org/events/ class_name: events-page-menu-link__device-based - - label: Partners - url: /partners/ + - label: Solutions Providers + url: https://opensearch.org/solutions-providers/ - label: Projects - url: /community_projects/ + url: https://opensearch.org/community_projects/ - label: Members - url: /community/members/index.html + url: https://opensearch.org/authors-list/ - label: Documentation - url: /docs/latest/ + url: https://docs.opensearch.org/docs/latest/ children: - label: OpenSearch and Dashboards - url: /docs/latest/about/ + url: https://docs.opensearch.org/docs/latest/about/ - label: Data Prepper - url: /docs/latest/data-prepper/ + url: https://docs.opensearch.org/docs/latest/data-prepper/ - label: Clients - url: /docs/latest/clients/ + url: https://docs.opensearch.org/docs/latest/clients/ - label: Benchmark - url: /docs/latest/benchmark/ + url: https://docs.opensearch.org/docs/latest/benchmark/ - label: Migration Assistant - url: /docs/latest/migration-assistant/ - - label: Platform - url: /platform/index.html - children: - - label: Search - url: /platform/search/index.html - - label: Observability - url: /platform/observability/index.html - - label: Security Analytics - url: /platform/security-analytics/index.html - - label: Vector Database - url: /platform/search/vector-database.html - - label: Playground Demo - url: https://playground.opensearch.org/ - - label: Performance Benchmarks - url: /benchmarks/ \ No newline at end of file + url: https://docs.opensearch.org/docs/latest/migration-assistant/ + - label: Blog + url: https://opensearch.org/blog/ + - label: Download + url: https://opensearch.org/downloads.html \ No newline at end of file diff --git a/_includes/head_custom.html b/_includes/head_custom.html index 92f9a84944..dfbb473d28 100755 --- a/_includes/head_custom.html +++ b/_includes/head_custom.html @@ -9,7 +9,7 @@ {% if jekyll.environment == "development" %} {% else %} - + {% endif %} diff --git a/_includes/home_cards.html b/_includes/home_cards.html index fb3639005a..098472d4c8 100644 --- a/_includes/home_cards.html +++ b/_includes/home_cards.html @@ -39,14 +39,14 @@
- +

Data Prepper

Filter, mutate, and sample your data for ingestion into OpenSearch.

- +

Clients

Interact with OpenSearch from your application using language APIs.

@@ -54,14 +54,14 @@
- +

OpenSearch Benchmark

Measure OpenSearch cluster performance metrics.

- +

Migration Assistant

Migrate to OpenSearch.

diff --git a/_includes/redesign_buttons.html b/_includes/redesign_buttons.html deleted file mode 100644 index 0a6bc2f5b9..0000000000 --- a/_includes/redesign_buttons.html +++ /dev/null @@ -1,176 +0,0 @@ -{% case include.name %} - {% when 'download' %} - - - {% when 'documentation' %} - - - {% when 'documentation-dark' %} - - - {% when 'community' %} - - - {% when 'community-dark' %} - - - {% when 'project' %} - - - {% when 'expand-collapse-toggle' %} - - {% when 'opensearchcon-stay-informed' %} - - {% when 'opensearchcon-archive-2023' %} - - {% when 'opensearchcon-archive-2022' %} - - {% when 'upcoming-events-dark' %} - - {% when 'opensearchcons' %} - - {% when 'join-slack' %} - -{% endcase %} diff --git a/_layouts/default.html b/_layouts/default.html index 7f2bf0a2a8..44adf85799 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -52,7 +52,7 @@