diff --git a/.github/labeler.yml b/.github/labeler.yml index 3d70159e2e..0e34d6298f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,8 +2,8 @@ agent: - pages/agent/**/* cli: - pages/cli/**/* -test-analytics: - - pages/test_analytics/**/* +test-engine: + - pages/test_engine/**/* pipelines: - pages/pipelines/**/* - pages/tutorials/**/* diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4732ae574c..a4ebab359e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -122,8 +122,8 @@ For example: ``` [ 'pipelines/some-new-beta-feature', - 'test-analytics/some-new-beta-feature', - 'packages/some-new-beta-feature' + 'test-engine/some-new-beta-feature', + 'package-registries/some-new-beta-feature' ] ``` diff --git a/Gemfile.lock b/Gemfile.lock index 4540b336f2..74934cb494 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,7 +190,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.3.3p89 + ruby 3.3.5p100 BUNDLED WITH 2.4.7 diff --git a/app/frontend/css/pages/homepage/_products.scss b/app/frontend/css/pages/homepage/_products.scss index cc509aed9f..7aac6b6aae 100644 --- a/app/frontend/css/pages/homepage/_products.scss +++ b/app/frontend/css/pages/homepage/_products.scss @@ -55,6 +55,6 @@ .ProductCard__img { @media (min-width: $screen-xs) { - width: 148px; + height: 50px; } } diff --git a/app/models/beta_pages.rb b/app/models/beta_pages.rb index 67eb97cc0a..952c7cc0bd 100644 --- a/app/models/beta_pages.rb +++ b/app/models/beta_pages.rb @@ -1,14 +1,8 @@ class BetaPages def self.all [ - 'pipelines/cluster-queue-metrics', - 'test-analytics/test-ownership', - 'apis/rest-api/team-pipelines', - 'apis/rest-api/organizations/members', - 'apis/rest-api/teams', - 'apis/rest-api/teams/members', - 'apis/rest-api/teams/pipelines', - 'apis/rest-api/teams/suites' + 'path/page-name', + 'path/last-page-name-in-list-without-trailing-comma' ] end end diff --git a/app/views/homepage/_popular_guides.html.erb b/app/views/homepage/_popular_guides.html.erb index 3382ac42a9..3426fc904b 100644 --- a/app/views/homepage/_popular_guides.html.erb +++ b/app/views/homepage/_popular_guides.html.erb @@ -32,7 +32,7 @@ }, { id: "glossary", - title: "Glossary", + title: "Pipelines glossary", summary: "A list of common terms that describe key concepts", link: "/docs/pipelines/glossary", } diff --git a/app/views/homepage/_products.html.erb b/app/views/homepage/_products.html.erb index a4ccac6a10..dc7d22dc0f 100644 --- a/app/views/homepage/_products.html.erb +++ b/app/views/homepage/_products.html.erb @@ -3,18 +3,24 @@
- Pipelines graphic
-

Pipelines

-

Powerful CI/CD built to scale on your infrastructure

+ Pipelines graphic +

Powerful CI/CD built to scale on your choice of infrastructure

-
+
- Test Analytics graphic
-

Test Analytics

-

Real-time tracking and monitoring for your tests

+ Test Engine graphic +

Real-time, scalable tracking and monitoring for your tests

+
+
+
+ +
+
+ Packages graphic +

Scale out asset management across any ecosystem

diff --git a/app/views/homepage/_references.html.erb b/app/views/homepage/_references.html.erb index b40ef3be60..87715513c8 100644 --- a/app/views/homepage/_references.html.erb +++ b/app/views/homepage/_references.html.erb @@ -1,7 +1,7 @@ <% references = [ { - title: "Pipeline", + title: "Pipelines", links: [ { title: "Step types", @@ -23,28 +23,29 @@ ] }, { - title: "Agent", + title: "Test Engine", links: [ { - title: "Configuration settings", - link: "/docs/agent/v3/configuration" - }, - { - title: "Lifecycle hooks", - link: "/docs/agent/v3/hooks" + title: "JSON test results", + link: "/docs/test-engine/importing-json" }, { - title: "CLI commands", - link: "/docs/agent/v3/cli-reference" - }, + title: "Environment variables", + link: "/docs/test-engine/ci-environments" + } + ] + }, + { + title: "Packages", + links: [ { - title: "Elastic Stack template parameters", - link: "/docs/agent/v3/elastic-ci-aws/parameters" + title: "Package ecosystems", + link: "/docs/package-registries/ecosystems" } ] }, { - title: "API", + title: "APIs", links: [ { title: "REST API", @@ -61,15 +62,23 @@ ] }, { - title: "Test Analytics", + title: "Agent", links: [ { - title: "JSON test results", - link: "/docs/test-analytics/importing-json" + title: "Configuration settings", + link: "/docs/agent/v3/configuration" }, { - title: "Environment variables", - link: "/docs/test-analytics/ci-environments" + title: "Lifecycle hooks", + link: "/docs/agent/v3/hooks" + }, + { + title: "CLI commands", + link: "/docs/agent/v3/cli-reference" + }, + { + title: "Elastic Stack template parameters", + link: "/docs/agent/v3/elastic-ci-aws/parameters" } ] } @@ -78,7 +87,7 @@
-

APIs and references

+

References and APIs