Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove client pages from 1.1 #6106

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 2 additions & 0 deletions _clients/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
layout: default
title: Go client
nav_order: 80
nav_exclude: true
redirect_to: https://opensearch.org/docs/latest/clients/go/
---

# Go client
Expand Down
2 changes: 2 additions & 0 deletions _clients/java-rest-high-level.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
layout: default
title: Java high-level REST client
nav_order: 60
nav_exclude: true
redirect_to: https://opensearch.org/docs/latest/clients/java-rest-high-level/
---

# Java high-level REST client
Expand Down
2 changes: 2 additions & 0 deletions _clients/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
layout: default
title: Java client
nav_order: 65
nav_exclude: true
redirect_to: https://opensearch.org/docs/latest/clients/java/
---

# Java client
Expand Down
2 changes: 2 additions & 0 deletions _clients/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
layout: default
title: JavaScript client
nav_order: 90
nav_exclude: true
redirect_to: https://opensearch.org/docs/latest/clients/javascript/
---

# JavaScript client
Expand Down
2 changes: 2 additions & 0 deletions _clients/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
layout: default
title: Python client
nav_order: 70
nav_exclude: true
redirect_to: https://opensearch.org/docs/latest/clients/python-low-level/
---

# Python client
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ just_the_docs:
name: Monitoring plugins
nav_fold: true
clients:
name: Clients and tools
name: Tools
nav_fold: true
troubleshoot:
name: Troubleshooting
Expand Down
Loading