autogen/dotnet/website
Xiaoyun Zhang 7f635b4309
[.Net] Update website for AutoGen.SemanticKernel and AutoGen.Ollama (#2814)
* update sk documents

* add ollama doc
2024-05-28 21:55:40 +00:00
..
articles [.Net] Update website for AutoGen.SemanticKernel and AutoGen.Ollama (#2814) 2024-05-28 21:55:40 +00:00
images [.Net] Add an example to show how to connect to third party OpenAI API endpoint + upgrade Azure.AI.OpenAI package (#2619) 2024-05-08 23:56:16 +00:00
.gitignore Bring Dotnet AutoGen (#924) 2024-04-26 16:21:46 +00:00
README.md Bring Dotnet AutoGen (#924) 2024-04-26 16:21:46 +00:00
docfx.json Bring Dotnet AutoGen (#924) 2024-04-26 16:21:46 +00:00
filterConfig.yml Bring Dotnet AutoGen (#924) 2024-04-26 16:21:46 +00:00
index.md Bring Dotnet AutoGen (#924) 2024-04-26 16:21:46 +00:00
toc.yml Bring Dotnet AutoGen (#924) 2024-04-26 16:21:46 +00:00
update.md [.Net] Release note for 0.0.14 (#2815) 2024-05-28 21:55:30 +00:00

README.md

How to build and run the website

Prerequisites

  • dotnet 7.0 or later

Build

Firstly, go to autogen/dotnet folder and run the following command to build the website:

dotnet tool restore
dotnet tool run docfx website/docfx.json --serve

After the command is executed, you can open your browser and navigate to http://localhost:8080 to view the website.