From 7adef1d5fa149ba0898923b9377f078451d13651 Mon Sep 17 00:00:00 2001 From: HavenDV Date: Sat, 7 Sep 2024 19:25:30 +0400 Subject: [PATCH] fix: Fixed small issues with cli init command. --- .../OpenApiGenerator.Cli/Resources/mkdocs.yml | 28 +------------------ .../Resources/src_libs_Directory.Build.props | 2 +- 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/src/libs/OpenApiGenerator.Cli/Resources/mkdocs.yml b/src/libs/OpenApiGenerator.Cli/Resources/mkdocs.yml index 09569f8b8c..35d9bdbf9b 100644 --- a/src/libs/OpenApiGenerator.Cli/Resources/mkdocs.yml +++ b/src/libs/OpenApiGenerator.Cli/Resources/mkdocs.yml @@ -1,33 +1,7 @@ -site_name: HuggingFace .NET Documentation +site_name: $SolutionName$ .NET Documentation nav: - Overview: index.md # EXAMPLES # - -# - Quick Start: QuickStart.md -# - Architecture: Architecture.md -# - FAQ: FAQ.md -# - Contributing Guide: ContributingGuide.md -# - Tutorials: -# - Configure the native library loading: Tutorials/NativeLibraryConfig.md -# - Use executors: Tutorials/Executors.md -# - Use ChatSession: Tutorials/ChatSession.md -# - Understand LLamaContext: Tutorials/UnderstandLLamaContext.md -# - Get embeddings: Tutorials/GetEmbeddings.md -# - Quantize the model: Tutorials/Quantization.md -# -# - Advanced Tutorials: -# - Customize the native library loading: AdvancedTutorials/CustomizeNativeLibraryLoading.md -# -# - Integrations: -# - semantic-kernel integration: Integrations/semantic-kernel.md -# - kernel-memory integration: Integrations/kernel-memory.md -# - BotSharp integration: Integrations/BotSharp.md -# - Langchain integration: Integrations/Langchain.md -# -# - Examples: -# - Bacthed executor - multi-output to one input: Examples/BatchedExecutorFork.md -# - Batched executor - basic guidance: Examples/BatchedExecutorGuidance.md -# - Batched executor - rewinding to an earlier state: Examples/BatchedExecutorRewind.md theme: name: material diff --git a/src/libs/OpenApiGenerator.Cli/Resources/src_libs_Directory.Build.props b/src/libs/OpenApiGenerator.Cli/Resources/src_libs_Directory.Build.props index cca858d7d0..b4bdcdb6b9 100644 --- a/src/libs/OpenApiGenerator.Cli/Resources/src_libs_Directory.Build.props +++ b/src/libs/OpenApiGenerator.Cli/Resources/src_libs_Directory.Build.props @@ -23,7 +23,7 @@ - +