Skip to content

Commit

Permalink
Merge pull request #2714 from buildkite/pie-2342-update-docs-to-add-j…
Browse files Browse the repository at this point in the history
…ava-to-language-nav

Adding Java to TA language nav
  • Loading branch information
meghan-kradolfer committed Mar 18, 2024
2 parents 198c2eb + 4d14202 commit 6f57c1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/routes.rb
Expand Up @@ -125,7 +125,8 @@
get "/docs/agent/uploading-pipelines", to: redirect("/docs/agent/v3/cli-pipeline", status: 301)
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/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)

# 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

0 comments on commit 6f57c1c

Please sign in to comment.