diff --git a/ej2-javascript-toc.html b/ej2-javascript-toc.html index 05e5e31c2..5506ad0a5 100644 --- a/ej2-javascript-toc.html +++ b/ej2-javascript-toc.html @@ -177,6 +177,9 @@
  • Ollama LLM
  • +
  • + Ollama LLM +
  • Toolbar items
  • diff --git a/ej2-javascript/code-snippet/ai-assistview/ai-integrations/llm-model/index.js b/ej2-javascript/code-snippet/ai-assistview/ai-integrations/llm-model/index.js index f058048ca..a1b46c4e8 100644 --- a/ej2-javascript/code-snippet/ai-assistview/ai-integrations/llm-model/index.js +++ b/ej2-javascript/code-snippet/ai-assistview/ai-integrations/llm-model/index.js @@ -74,4 +74,4 @@ function toolbarItemClicked(args) { } // Append the AI AssistView to the container -aiAssist.appendTo('#llmAssist'); \ No newline at end of file +aiAssist.appendTo('#llmAssist'); diff --git a/ej2-javascript/code-snippet/ai-assistview/ai-integrations/llm-model/index.ts b/ej2-javascript/code-snippet/ai-assistview/ai-integrations/llm-model/index.ts index fd91e678a..ca9bede8e 100644 --- a/ej2-javascript/code-snippet/ai-assistview/ai-integrations/llm-model/index.ts +++ b/ej2-javascript/code-snippet/ai-assistview/ai-integrations/llm-model/index.ts @@ -77,4 +77,4 @@ function toolbarItemClicked(args: ToolbarItemClickedEventArgs) { } // Append the AI AssistView to the container -aiAssist.appendTo('#llmAssist'); \ No newline at end of file +aiAssist.appendTo('#llmAssist'); diff --git a/ej2-javascript/grid/getting-started.md b/ej2-javascript/grid/getting-started.md index 4013a9f2f..58260d9aa 100644 --- a/ej2-javascript/grid/getting-started.md +++ b/ej2-javascript/grid/getting-started.md @@ -32,11 +32,7 @@ Following is the list of minimum dependencies required to use the grid. ## Setup for local development -<<<<<<< HEAD -Clone the Essential® JS 2 quickstart application project from [GitHub](https://github.com/syncfusion/ej2-quickstart.git), and install the necessary npm packages using the following command line scripts. -======= Clone the Essential JS 2 quickstart application project from [GitHub](https://github.com/syncfusion/ej2-quickstart), and install the necessary npm packages using the following command line scripts. ->>>>>>> dffb264cd8572d95b7b8d4750a807381c4a16357 ``` git clone https://github.com/syncfusion/ej2-quickstart.git quickstart diff --git a/ej2-typescript-toc.html b/ej2-typescript-toc.html index 36b8a39ac..ca2cfbc52 100644 --- a/ej2-typescript-toc.html +++ b/ej2-typescript-toc.html @@ -182,6 +182,9 @@
  • Ollama LLM
  • +
  • + Ollama LLM +
  • Toolbar items