Skip to content

Commit eec9f9c

Browse files
authored
Merge branch 'main' into test-52/impact-key
2 parents 026fb19 + f5513e9 commit eec9f9c

File tree

52 files changed

+801
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+801
-104
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.21.1
1+
24.11.1

.vale.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Vocab = Docs
44

55
MinAlertLevel = suggestion
66

7-
Packages = Readability
7+
Packages = Readability, AsciiDoc
88

99
[asciidoctor]
1010
# attribute = value
@@ -18,4 +18,4 @@ experimental = YES
1818
attribute-missing = drop
1919

2020
[*.adoc]
21-
BasedOnStyles = circleci-docs, Vale, Readability, Openly
21+
BasedOnStyles = circleci-docs, Vale, Readability, Openly, AsciiDoc

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.

0 commit comments

Comments
 (0)