Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 7f285d1

Browse files
committed
Makes final edits to GS guide.
1 parent ede6967 commit 7f285d1

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

docs/modules/ROOT/pages/getting-started/get-started.adoc

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sectlinks
2-
31
= Getting started
42

53
{ProductName} is a multi-tenant, software as a service (SaaS) based continuous integration and continuous delivery (CI/CD) service with an emphasis on secure supply chain features.
@@ -39,6 +37,7 @@ There are many perks to forking one of our samples, for example:
3937
* Rebuilding dependencies from source
4038
* Scanning your build for vulnerabilities, viruses, and other checks
4139

40+
[#How to fork a sample]
4241
==== How to fork a sample
4342

4443
To fork the sample, complete the following steps:
@@ -52,14 +51,16 @@ To fork the sample, complete the following steps:
5251
Right now we support GitHub, but come back soon for other Git providers!
5352
====
5453

54+
5555
=== Importing the code from your forked repository
5656

5757
. Return to the app and scroll up to *Bring in your own code*.
5858
. In *Git repository URL*, paste the URL that you copied in the previous section.
5959
. Click *Import code*.
6060

61+
[#Reviewing and configuring]
6162
=== Reviewing and configuring
62-
We now scan your Git repository for source code and detect your runtime and other configuration settings for you to review. You have the option to use our default build pipeline or to customize the pipeline. In this getting started guide, we'll stick with the default option.
63+
We now scan your Git repository for source code and detect your runtime and other configuration settings for you to review. You have the option to use our default build pipeline or to customize the pipeline. Let's stick with the default option for now.
6364

6465
Complete the following steps to finish the process:
6566

@@ -80,15 +81,17 @@ Great work! You're done with the first steps.
8081

8182
Because your application can run on one or more components, you might want to add more.
8283

83-
The additional source code that you add can either be from the same repository that you used when you created your application, _or_ a different Git repository. Remember, we call source code _components_.
84+
The additional source code that you add can either be from the _same_ repository that you used when you created your application, or a _different_ Git repository. Remember, we call source code _components_.
8485

8586
In the *Overview* tab, select *Add component*:
8687

8788
image::Add_more_components.png[Overview tab that shows how you can add additional components to your application. The Overview button is on the bottom left and has a red arrow next to it.]
8889

90+
Follow the process in <<How to fork a sample>> to add any additional components.
91+
8992
=== Customizing your build pipeline
9093

91-
In this guide, we used the default built pipeline. To add automation, you can upgrade to custom build pipelines.
94+
In the <<Reviewing and configuring>> section, you used the default built pipeline. To add automation, you can upgrade to custom build pipelines.
9295

9396
Custom build pipelines are pipelines as code, set on your component's repository. With custom build pipelines, pull requests and commits to your main branch automatically rebuild.
9497

@@ -128,6 +131,8 @@ image::Application_route.png[In the Components tab, there is a link called Route
128131
=== Managing compliance with Enterprise Contract
129132
The Enterprise Contract (EC) is an artifact verifier and customizable policy checker. You can use EC to keep your software supply chain secure and to ensure that container images comply with your organization’s policies.
130133

134+
For more information about EC, refer to xref:how-to-guides/proc_managing-compliance-with-the-enterprise-contract.adoc[Managing compliance with the Enterprise Contract].
135+
131136
=== Deploying your app
132137
Check the status of your application in *Environments*. You can view information about your environment such as its type, strategy, and deployment status:
133138

@@ -141,7 +146,7 @@ For information about creating an application with your own cluster, refer to xr
141146

142147
A software bill of materials (SBOM) is a list of all the software libraries that a component uses. You can run 'cosign' in your command line interface (CLI) to inspect the image SBOM.
143148

144-
For more information on this topic, go to xref:how-to-guides/Secure-your-supply-chain/proc_inspect_sbom.adoc.
149+
For more information on this topic, go to xref:how-to-guides/Secure-your-supply-chain/proc_inspect_sbom.adoc[Inspecting SBOMs].
145150

146151
== Great work!
147152
Congrats on creating your first application!

0 commit comments

Comments
 (0)