From 0d04518805808df987a783a3cbd1de446674b660 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Wed, 19 Oct 2022 19:35:07 +0000 Subject: [PATCH] GitBook: [#173] No subject --- SUMMARY.md | 2 +- concepts/{terms-of-service.md => abstract-syntax-trees.md} | 0 how-to/on-premise-agent/configure-an-agent-with-github.md | 2 +- .../maven-repository-integration-overview.md | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename concepts/{terms-of-service.md => abstract-syntax-trees.md} (100%) diff --git a/SUMMARY.md b/SUMMARY.md index 9cfa8ea4..914fdcd7 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -39,7 +39,7 @@ ## Concepts -* [Abstract Syntax Trees](concepts/terms-of-service.md) +* [Abstract Syntax Trees](concepts/abstract-syntax-trees.md) ## Legal diff --git a/concepts/terms-of-service.md b/concepts/abstract-syntax-trees.md similarity index 100% rename from concepts/terms-of-service.md rename to concepts/abstract-syntax-trees.md diff --git a/how-to/on-premise-agent/configure-an-agent-with-github.md b/how-to/on-premise-agent/configure-an-agent-with-github.md index d192c286..facf5acc 100644 --- a/how-to/on-premise-agent/configure-an-agent-with-github.md +++ b/how-to/on-premise-agent/configure-an-agent-with-github.md @@ -18,7 +18,7 @@ This guide will walk you through configuring a new OAuth Application in GitHub 3. Click the `New OAuth App` button in the upper right of your screen. 4. Supply the required fields and Register the application. (See examples below) ![](<../../.gitbook/assets/Screen Shot 2022-05-19 at 1.01.11 PM.png>) 5. On your newly created application click the `Generate a new client secret` button\ - ![](<../../.gitbook/assets/Screen Shot 2022-05-19 at 1.17.35 PM.png>) + ![](<../../.gitbook/assets/Screen Shot 2022-05-19 at 1.17.35 PM (1).png>) 6. Copy the Client ID and Client secret from this page; they will be used as arguments for the Moderne Agent. #### **Example values** diff --git a/how-to/on-premise-agent/maven-repository-integration/maven-repository-integration-overview.md b/how-to/on-premise-agent/maven-repository-integration/maven-repository-integration-overview.md index 1caaa3a8..e6803c9e 100644 --- a/how-to/on-premise-agent/maven-repository-integration/maven-repository-integration-overview.md +++ b/how-to/on-premise-agent/maven-repository-integration/maven-repository-integration-overview.md @@ -4,7 +4,7 @@ Maven repositories are potential sources of both Abstract Syntax Tree (AST) arti A particular Maven repository may contain either ASTs or recipe artifacts, or a mixture of both. Several open source and commercial products exist to serve artifacts using the Maven repository format. A single instance of one of these products may contain multiple Maven repositories. -![](<../../../.gitbook/assets/image (12) (1).png>)![](<../../../.gitbook/assets/image (4) (1) (1).png>) +![](<../../../.gitbook/assets/image (12) (1).png>)![](<../../../.gitbook/assets/image (21).png>) ### Comparison of two Maven integrations