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

Adding Java to TA language nav #2714

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions config/routes.rb
Expand Up @@ -126,6 +126,7 @@
get "/docs/agent/upgrading", to: redirect("/docs/agent/v3/upgrading", status: 301)
get "/docs/agent/upgrading-to-v3", to: redirect("/docs/agent/v3/upgrading", status: 301)
get "/docs/clusters/queue-metrics", to: redirect("/docs/pipelines/cluster-queue-metrics", status: 301)
get "/docs/test-analytics/java", to: redirect("/docs/test-analytics/importing-junit-xml", status: 301)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a biggie but it would be nice to align the to: on this line and the line previous!


# Old docs routes that we changed around during the development of the v3 agent docs
get "/docs/agent/upgrading-to-v2", to: redirect("/docs/agent/v2/upgrading-to-v2", status: 301)
Expand Down
2 changes: 2 additions & 0 deletions data/nav.yml
Expand Up @@ -409,6 +409,8 @@
path: "test-analytics/elixir-collectors"
- name: "Rust"
path: "test-analytics/rust-collectors"
- name: "Java"
path: "test-analytics/java"
- name: "Other languages"
path: "test-analytics/other-collectors"
- name: "References"
Expand Down
2 changes: 2 additions & 0 deletions data/tiles.yml
Expand Up @@ -30,6 +30,8 @@ test_analytics_guides:
url: "/docs/test-analytics/elixir-collectors"
- text: "Rust"
url: "/docs/test-analytics/rust-collectors"
- text: "Java"
url: "/docs/test-analytics/java"
- text: "Other languages"
url: "/docs/test-analytics/other-collectors"
- title: "References"
Expand Down