Skip to content

Commit 3368190

Browse files
committed
Kersten Richter: Merge pull request #1396 from coligo/spacing
1 parent b3ef71b commit 3368190

File tree

93 files changed

+4279
-3459
lines changed

Some content is hidden

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

93 files changed

+4279
-3459
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ External documentation: https://cloud.ibm.com/docs/codeengine?topic=codeengine-g
1111
You can leave feedback by creating an issue in this repository. We use automation for many of our files so please do not open a PR directly. For more ways to contact us, see <a href="https://cloud.ibm.com/docs/codeengine?topic=codeengine-get-support">Getting support</a>.
1212

1313

14+
15+

Diff for: about.md

+19-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2021
5-
lastupdated: "2021-06-17"
5+
lastupdated: "2021-08-19"
66

77
keywords: benefits, terminology, developers, capabilities, code engine
88

@@ -19,15 +19,19 @@ subcollection: codeengine
1919
{:app_name: data-hd-keyref="app_name"}
2020
{:app_secret: data-hd-keyref="app_secret"}
2121
{:app_url: data-hd-keyref="app_url"}
22+
{:audio: .audio}
2223
{:authenticated-content: .authenticated-content}
2324
{:beta: .beta}
25+
{:c#: .ph data-hd-programlang='c#'}
2426
{:c#: data-hd-programlang="c#"}
2527
{:cli: .ph data-hd-interface='cli'}
2628
{:codeblock: .codeblock}
29+
{:curl: #curl .ph data-hd-programlang='curl'}
2730
{:curl: .ph data-hd-programlang='curl'}
2831
{:deprecated: .deprecated}
2932
{:dotnet-standard: .ph data-hd-programlang='dotnet-standard'}
3033
{:download: .download}
34+
{:external: .external target="_blank"}
3135
{:external: target="_blank" .external}
3236
{:faq: data-hd-content-type='faq'}
3337
{:fuzzybunny: .ph data-hd-programlang='fuzzybunny'}
@@ -40,20 +44,26 @@ subcollection: codeengine
4044
{:hide-in-docs: .hide-in-docs}
4145
{:important: .important}
4246
{:ios: data-hd-operatingsystem="ios"}
47+
{:java: #java .ph data-hd-programlang='java'}
4348
{:java: .ph data-hd-programlang='java'}
4449
{:java: data-hd-programlang="java"}
4550
{:javascript: .ph data-hd-programlang='javascript'}
4651
{:javascript: data-hd-programlang="javascript"}
52+
{:middle: .ph data-hd-position='middle'}
53+
{:navgroup: .navgroup}
4754
{:new_window: target="_blank"}
48-
{:note .note}
55+
{:node: .ph data-hd-programlang='node'}
4956
{:note: .note}
50-
{:objectc data-hd-programlang="objectc"}
57+
{:objectc: .ph data-hd-programlang='Objective C'}
58+
{:objectc: data-hd-programlang="objectc"}
5159
{:org_name: data-hd-keyref="org_name"}
60+
{:php: .ph data-hd-programlang='PHP'}
5261
{:php: data-hd-programlang="php"}
5362
{:pre: .pre}
5463
{:preview: .preview}
5564
{:python: .ph data-hd-programlang='python'}
5665
{:python: data-hd-programlang="python"}
66+
{:right: .ph data-hd-position='right'}
5767
{:route: data-hd-keyref="route"}
5868
{:row-headers: .row-headers}
5969
{:ruby: .ph data-hd-programlang='ruby'}
@@ -71,15 +81,18 @@ subcollection: codeengine
7181
{:shortdesc: .shortdesc}
7282
{:space_name: data-hd-keyref="space_name"}
7383
{:step: data-tutorial-type='step'}
84+
{:step: data-tutorial-type='step'}
7485
{:subsection: outputclass="subsection"}
7586
{:support: data-reuse='support'}
87+
{:swift: #swift .ph data-hd-programlang='swift'}
7688
{:swift: .ph data-hd-programlang='swift'}
7789
{:swift: data-hd-programlang="swift"}
7890
{:table: .aria-labeledby="caption"}
7991
{:term: .term}
8092
{:terraform: .ph data-hd-interface='terraform'}
8193
{:tip: .tip}
8294
{:tooling-url: data-tooling-url-placeholder='tooling-url'}
95+
{:topicgroup: .topicgroup}
8396
{:troubleshoot: data-hd-content-type='troubleshoot'}
8497
{:tsCauses: .tsCauses}
8598
{:tsResolve: .tsResolve}
@@ -120,7 +133,7 @@ Review the capabilities that {{site.data.keyword.codeengineshort}} provides to r
120133
{: #terminology}
121134

122135
Learn the basics about {{site.data.keyword.codeengineshort}} by reviewing the following key terms. Afterward, you can test your knowledge and [take a quiz!](https://ibm.biz/BdfFxR){: external}
123-
136+
124137
| Term | Description |
125138
| --------- | ------------------- |
126139
| Application | An application, or app, runs your code to serve HTTP requests. In addition to traditional HTTP requests, {{site.data.keyword.codeenginefull}} also supports applications that use WebSockets as their communications protocol. The number of running instances of an app are automatically scaled up or down (to zero) based on incoming workloads and your configuration settings. An app contains one or more revisions. A revision represents an immutable version of the configuration properties of the app. Each update of an app configuration property creates a new revision of the app. |
@@ -134,3 +147,5 @@ Learn the basics about {{site.data.keyword.codeengineshort}} by reviewing the fo
134147
| Service binding | Service bindings provide applications and jobs access to {{site.data.keyword.cloud_notm}} services. |
135148
| Subscription | A subscription provides a way of signing up to receive events from a particular event producer. For more information about the different types of event producers and how to subscribe to them, see [Subscribing to event producers](/docs/codeengine?topic=codeengine-subscribing-events). |
136149
{: caption="Table 2. {{site.data.keyword.codeengineshort}} Terms" caption-side="bottom"}
150+
151+

0 commit comments

Comments
 (0)