Skip to content

Commit

Permalink
Update-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hhpatel14 committed Jan 30, 2025
1 parent a81fcb3 commit 15cd0b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

### Running Kai RPC server

1. Users will land on the welcome page after installation as shown below.
1. Users will land on the welcome page after installation as shown below. If the Welcome Page does not appear, proceed to the step 2.
![walkthrough](images/walkthrough-1.png)
If "Set up Konveyor" is not available in the list, click the More button for additional options.
![walkthrough](images/walkthrough-2.png)
If the welcome page does not appear, open the command palette by pressing Command + Shift + P. This will bring up a list of commands.
2. If the welcome page does not appear, open the command palette by pressing Command + Shift + P. This will bring up a list of commands.
![walkthrough](images/walkthrough-3.png)
From the command palette, locate and select the "Set up Konveyor" option. This will guide you through the configuration process.
![walkthrough](images/walkthrough-4.png)
2. Configure Konveyor for your project.
3. Configure Konveyor for your project.
- User has an option to override binaries and custom rules, however it comes with the default packaged binaries and custom rules.
![setup-konveyor](images/setup-konveyor.png)
- The Konveyor extension allows you to add custom rules to the analyzer. This is useful when you want to apply your own rules during analysis.
Expand All @@ -27,5 +27,5 @@
![setup-konveyor](images/setup-konveyor-2.png)
- Next, set up the Generative AI key for your project. This step will open the `provider-settings.yaml` file. By default, it is configured to use OpenAI. To change the model, update the anchor `&active` to the desired block. Modify this file with the required arguments, such as the model and API key, to complete the setup. Sample of the `provider-settings.yaml` can be found [here.](https://github.com/konveyor/editor-extensions/blob/main/vscode/resources/sample-provider-settings.yaml)
- As the final step, select "Get Solution Parameters".
3. Once the configuration is done, click on start server button. Logs are collected at output channel named konveyor-analyzer.
4. Once the configuration is done, click on start server button. Logs are collected at output channel named konveyor-analyzer.
![start-server](images/start-server.png)
Binary file added docs/scenarios/shoppingCartOrderProcessor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 15cd0b3

Please sign in to comment.