Skip to content

Commit

Permalink
Remove client pages from 1.1 (#6106)
Browse files Browse the repository at this point in the history
Signed-off-by: Fanit Kolchina <[email protected]>
  • Loading branch information
kolchfa-aws authored Jan 9, 2024
1 parent b7531f6 commit 9b45210
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1 deletion.
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

0 comments on commit 9b45210

Please sign in to comment.