Skip to content

Commit d97e874

Browse files
kgilpinpetecheslock
authored andcommitted
feat: Sync docs from applandinc.appmap.io (#2026)
Co-authored-by: petecheslock <511733+petecheslock@users.noreply.github.com>
1 parent e80ab50 commit d97e874

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

docs/get-started-with-appmap/navie-ai-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ redirect_from: [/docs/setup-appmap-in-your-code-editor/navie-ai-quickstart]
2020

2121
By default, Navie uses an AppMap proxy of the latest OpenAI supported AI models. If you would like to customize your own model, you can leverage a variety of other AI model providers such as [Azure OpenAI](https://appmap.io/docs/navie-reference#azure-openai), [Fireworks.ai](https://appmap.io/docs/navie-reference#fireworks-ai), [LM Studio](https://appmap.io/docs/navie-reference#lm-studio), and more.
2222

23-
If you have an active GitHub Copilot subscription, you can use Navie with the [Copilot Lanauage Model](/docs/navie-reference/navie-bring-your-own-model-examples.html#github-copilot-language-model) as a supported backend. Refer to the [Navie Copilot documentation](/docs/navie-reference/navie-bring-your-own-model-examples.html#github-copilot-language-model) for instructions on how to enable.
23+
If you have an active GitHub Copilot subscription, you can use Navie with the [Copilot Language Model](/docs/navie-reference/navie-bring-your-own-model-examples.html#github-copilot-language-model) as a supported backend. Refer to the [Navie Copilot documentation](/docs/navie-reference/navie-bring-your-own-model-examples.html#github-copilot-language-model) for instructions on how to enable.
2424

2525
## Open AppMap Navie AI
2626

docs/navie-reference/navie-github-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: docs
33
title: Docs - AppMap Navie
44
description: "Reference Guide to AppMap Navie AI, a link to the code repository for AppMap Navie AI."
5-
name: Github Repository
5+
name: GitHub Repository
66
navie-reference: true
77
step: 8
88
---

docs/reference/appmap-airgapped-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,11 @@ After completing the install steps, you can confirm the installation was done co
274274
### Open a Navie Chat
275275

276276
Follow the [getting started instructions](/docs/using-navie-ai/how-to-open-navie) to open a new Navie chat window.
277-
If the AppMap binaries are installed and executable, you should see a new Navie chat window open sucessfully.
277+
If the AppMap binaries are installed and executable, you should see a new Navie chat window open successfully.
278278

279279
<img class="video-screenshot" src="/assets/img/docs/offline-install-14.webp"/>
280280

281-
If the binaries are not installed in the correct location, or are not exectuable, you will show a new Navie window prompt attempting to open but will hang until timeout.
281+
If the binaries are not installed in the correct location, or are not executable, you will show a new Navie window prompt attempting to open but will hang until timeout.
282282

283283
<img class="video-screenshot" src="/assets/img/docs/offline-install-15.webp"/>
284284

docs/reference/appmap-client-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ using the `--filter` option. Here are the steps for using this technique:
455455

456456
1. Open an AppMap in the code editor.
457457
2. Use the filtering available in the AppMap to hide certain events. ![AppMap Filtering](/assets/img/docs/using_appmap_filter.jpg)
458-
3. Open the command pallette using `CTRL+SHIFT+P` or `COMMAND+SHIFT+P` on macOS, type `AppMap: Copy Current AppMap State to Clipboard`, then hit `Enter`.
458+
3. Open the command palette using `CTRL+SHIFT+P` or `COMMAND+SHIFT+P` on macOS, type `AppMap: Copy Current AppMap State to Clipboard`, then hit `Enter`.
459459
4. Use the copied state as the `--filter` argument to the `prune` command. The `prune` command will remove whatever was filtered in the AppMap in your code editor.
460460

461461
```shell

docs/reference/appmap-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ attribute is ignored.
218218
The `appmap-java` annotations are provided in the package `com.appland:appmap-annotation`, available on [Maven Central](https://search.maven.org/artifact/com.appland/appmap-annotation). To use them, add that package as a dependency in your build configuration file (`pom.xml`, `build.gradle`).
219219

220220
### @Labels
221-
`appmap-java` suports the addition of [code labels](/docs/reference/appmap-java.html#annotations) through the `com.appland.appmap.annotation.Labels` annotation.
221+
`appmap-java` supports the addition of [code labels](/docs/reference/appmap-java.html#annotations) through the `com.appland.appmap.annotation.Labels` annotation.
222222

223223
#### Usage
224224
Once the `Labels` annotation is available, you can apply it to methods in your application. For example:

docs/reference/guides/navigating-code-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ There are three sections to the Code Objects view. The first section is the Code
3636

3737
In the HTTP Service request list, you can see basically a mini spec file showing you what routes are available across all of your AppMap Diagrams.
3838

39-
If this route only exists in a single AppMap, you’ll be taken directly to the AppMap for this request, but if the route exists in multiple diagrams you’ll get a VScode picker to choose which one to open.
39+
If this route only exists in a single AppMap, you’ll be taken directly to the AppMap for this request, but if the route exists in multiple diagrams you’ll get a VSCode picker to choose which one to open.
4040

4141
Here is this route, and here it is shown in a trace view, and you’ll see the status code for that is 302 which is a redirect.
4242

docs/reference/guides/using-appmap-diagrams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Flame Graphs make it easy to see how much time is spent in each function, and wh
264264

265265
### How to read a Flame Graph
266266

267-
The lowest layer in a Flame Graph represents the AppMap Data recording, and it contains the recordings’s name. For an AppMap Flame Graph created from tests, this will usually be the same name as the test from which it was generated. In the example below, the AppMap was recorded from a test related to an application’s account activation capability.
267+
The lowest layer in a Flame Graph represents the AppMap Data recording, and it contains the recording's name. For an AppMap Flame Graph created from tests, this will usually be the same name as the test from which it was generated. In the example below, the AppMap was recorded from a test related to an application’s account activation capability.
268268

269269
![flame graph image](/assets/img/docs/flamegraph-8.webp)
270270

docs/reference/integrations/smartbear-swaggerhub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ env:
115115

116116
Refer to [this project on GitHub](https://github.com/land-of-apps/rails_tutorial_sample_app_7th_ed/blob/smartbear-api-comparison/.github/workflows/openapi-compare.yml) for a fully working example of this GitHub Action.
117117

118-
With this configuratino enabled, when a user makes a commit which changes the routes that are NOT currently in the published API spec on SwaggerHub this build will fail and the user will be unable to deploy unless they update the API spec on SwaggerHub or remove the offending changes.
118+
With this configuration enabled, when a user makes a commit which changes the routes that are NOT currently in the published API spec on SwaggerHub this build will fail and the user will be unable to deploy unless they update the API spec on SwaggerHub or remove the offending changes.
119119

120120
<img class="video-screenshot" src="/assets/img/swaggerhub-github-build-failure.webp"/>

docs/reference/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Learn more about AppMap in GitHub Codespaces:
121121

122122
## Generate OpenAPI Definitions
123123

124-
After [recording AppMap Data](/docs/recording-methods.html) for your project, open the command pallette using `CTRL+SHIFT+P` or `COMMAND+SHIFT+P` on macOS, type `AppMap: Generate OpenAPI`, then hit `Enter`. This will open a new file with your OpenAPI definition document. Save this file locally, share with your team, or ingest as a [new collection into API tools like Postman.](https://blog.postman.com/new-postman-integration-with-appmap-create-and-manage-always-accurate-collections/)
124+
After [recording AppMap Data](/docs/recording-methods.html) for your project, open the command palette using `CTRL+SHIFT+P` or `COMMAND+SHIFT+P` on macOS, type `AppMap: Generate OpenAPI`, then hit `Enter`. This will open a new file with your OpenAPI definition document. Save this file locally, share with your team, or ingest as a [new collection into API tools like Postman.](https://blog.postman.com/new-postman-integration-with-appmap-create-and-manage-always-accurate-collections/)
125125

126126
![alt_text](/assets/img/openapi/openapi-1.webp "OpenAPI export to file")
127127

docs/using-navie-ai/bring-your-own-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ After your code editor reloads, you can confirm your requests are being routed t
8282

8383
AppMap generally uses the latest OpenAI models as the default, but if you want to use an alternative model like `gpt-3.5` or a preview model like `gpt-4-vision-preview` you can modify the `APPMAP_NAVIE_MODEL` environment variable after configuring your own OpenAI API key to use other OpenAI models.
8484

85-
After setting your `APPMAP_NAVIE_MODEL` with your chosen model reload/restart your code editor and then confirm it's configuration by opening a new Navie chat window. In this example i've configured my model to be `gpt-4o` with my personal OpenAI API Key.
85+
After setting your `APPMAP_NAVIE_MODEL` with your chosen model reload/restart your code editor and then confirm it's configuration by opening a new Navie chat window. In this example I've configured my model to be `gpt-4o` with my personal OpenAI API Key.
8686

8787
![JetBrains OpenAI key modal](/assets/img/product/custom-model.webp)
8888

0 commit comments

Comments
 (0)