Skip to content

Commit 13df2ed

Browse files
committed
add checks for title and description length for SEO
1 parent 6cd85ed commit 13df2ed

30 files changed

+63
-28
lines changed

docs/guides/modules/about-circleci/pages/concepts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Concepts
22
:page-platform: Cloud, Server v4+
3-
:description: CircleCI concepts
3+
:page-description: CircleCI concepts
44
:experimental:
55

66
[#introduction]

docs/guides/modules/deploy/pages/deploy-service-update-to-aws-ecs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Deploy service update to AWS ECS
22
:page-platform: Cloud, Server v4+
3-
:description: A how to guide for deploying changes to AWS ECS using CircleCI orbs.
3+
:page-description: A how to guide for deploying changes to AWS ECS using CircleCI orbs.
44
:experimental:
55

66
In this how-to guide, you will learn how to configure CircleCI to deploy to AWS ECS using CircleCI orbs.

docs/guides/modules/deploy/pages/publish-packages-to-packagecloud.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Publish packages to Packagecloud
22
:page-platform: Cloud, Server v4+
3-
:description: How to publish packages to Packagecloud using CircleCI.
3+
:page-description: How to publish packages to Packagecloud using CircleCI.
44
:experimental:
55

66
In this how-to guide, you will learn how to configure CircleCI to publish packages to Packagecloud.

docs/guides/modules/execution-managed/pages/docker-to-machine.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Migrating from Docker to Machine
22
:page-platform: Cloud, Server v4+
3-
:description: Best practices and considerations when migrating your executor from Docker to machine
3+
:page-description: Best practices and considerations when migrating your executor from Docker to machine
44
:experimental:
55

66
This page contains some general guidelines and considerations to make when moving from the Docker executor to machine, or vice versa.

docs/guides/modules/execution-managed/pages/hello-world-windows.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Hello world on Windows
22
:page-platform: Cloud, Server v4+
3-
:description: First Windows project on CircleCI
3+
:page-description: First Windows project on CircleCI
44
:experimental:
55

66
This document describes how to get started with continuous integration on *Windows execution environments* on CircleCI. If this is your first time setting up CircleCI, we recommend checking out the xref:getting-started:getting-started.adoc[Getting Started guide].

docs/guides/modules/execution-managed/pages/using-linuxvm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Using the Linux VM execution environment
22
:page-platform: Cloud, Server v4+
3-
:description: Learn how to configure a your jobs to run in the Linux VM execution environment using the machine executor.
3+
:page-description: Learn how to configure a your jobs to run in the Linux VM execution environment using the machine executor.
44
:experimental:
55

66
You can run your jobs in the Linux VM (virtual machine) execution environment by using the machine executor and specifying a Linux image. Using the machine executor runs your jobs in a dedicated, ephemeral VM.

docs/guides/modules/execution-runner/pages/runner-feature-comparison-matrix.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Self-hosted runner feature comparison
22
:page-platform: Cloud, Server v4+
3-
:description: A comparison table of the features available for CircleCI runners.
3+
:page-description: A comparison table of the features available for CircleCI runners.
44
:experimental:
55

66
This page offers a comparison of the features available for CircleCI machine runner vs. CircleCI container runner.

docs/guides/modules/getting-started/pages/language-javascript.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Configure a Node.js application on CircleCI
22
:page-platform: Cloud, Server v4+
3-
:description: Building and Testing with JavaScript and Node.js on CircleCI
3+
:page-description: Building and Testing with JavaScript and Node.js on CircleCI
44
:experimental:
55

66
This quickstart guide covers integrating a Node.JS project with CircleCI. This guide is designed to help you create a basic CircleCI configuration file to build, test and deploy your Node.JS project. After completing this quickstart you can edit and optimize the config to fit the requirements of your project.

docs/guides/modules/getting-started/pages/language-python.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Configure a Python application on CircleCI
22
:page-platform: Cloud, Server v4+
3-
:description: Continuous integration with Python on CircleCI
3+
:page-description: Continuous integration with Python on CircleCI
44
:experimental:
55

66
This quickstart guide covers integrating a Python project with CircleCI. This guide is designed to help you create a basic CircleCI configuration file to build, test and deploy your Python project. After completing this quickstart you can edit and optimize the config to fit the requirements of your project.

docs/guides/modules/integration/pages/authorize-google-cloud-sdk.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Authorize Google Cloud SDK
22
:page-platform: Cloud, Server v4+
3-
:description: How to authorize the Google Cloud SDK
3+
:page-description: How to authorize the Google Cloud SDK
44
:experimental:
55

66
This tutorial explains how to install and authorize the link:https://cloud.google.com/sdk/[Google Cloud SDK] in your primary container.

0 commit comments

Comments
 (0)