Skip to content

Commit 88c038c

Browse files
committed
remove features from server plan page that aren't supported
1 parent 310c93b commit 88c038c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

‎docs/guides/modules/ROOT/partials/shared-sections/features-of-circleci.adoc‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,22 @@ CircleCI runners allow you to use your own infrastructure for running jobs. Circ
1111

1212
For more information about using CircleCI runners, see the xref:guides:execution-runner:runner-overview.adoc[CircleCI Runner Overview] page.
1313

14+
ifndef::server[]
1415
=== Flaky test detection
1516
The average failed workflow wastes approximately 30 minutes. Detecting flaky tests can save you significant amounts of time in your builds and workflows. Advanced insights are available to help you troubleshoot failed and flaky tests.
1617

1718
For more detailed information about flaky tests, refer to the xref:guides:insights:insights-tests.adoc#flaky-tests[Test Insights] page.
19+
endif::server[]
1820

1921
=== Docker layer caching
2022
Reducing the time it takes to build a Docker image is an important consideration for developers who consistently use these images in their workflows. Consider using Docker Layer Caching (DLC) if building Docker images is a regular part of your CI/CD process. DLC saves image layers created within your jobs, rather than impact the actual container used to run your job. Efficiency features have been specifically designed to take advantage of Docker performance so you can build faster.
2123

2224
For more information about Docker Layer Caching, refer to the xref:guides:optimize:docker-layer-caching.adoc[Enabling Docker Layer Caching] page.
2325

26+
ifndef::server[]
2427
=== Deploys
2528

2629
Visualise and control your deployments with CircleCI deploys. Deployments to Kubernetes are supported.
2730

2831
Start with the xref:guides:deploy:deployment-overview.adoc[Deploys overview] for more information.
32+
endif::server[]

‎docs/guides/modules/plans-pricing/pages/plan-server.adoc‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
:experimental:
55
:concurrency:
66
:orbs:
7+
:server:
78

89
This document describes the Server Plan available to developers.
910

0 commit comments

Comments
 (0)