From 51d95a19ded9f6205161316c2276fff3fff0e09d Mon Sep 17 00:00:00 2001 From: glopesdev Date: Fri, 13 Mar 2026 10:28:31 +0000 Subject: [PATCH 1/2] Update installation instructions --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 880e477..76aa746 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,7 +6,7 @@ Provides a device and IO pin configuration metadata model and a set of [T4 runti Installation can be done through the `Harp.Generators` NuGet package. ``` -dotnet new install Harp.Generators +dotnet add package Harp.Generators ``` ## Editing device metadata From 41e2c6fe3cc50ce360aca8fec770a678e0907e23 Mon Sep 17 00:00:00 2001 From: glopesdev Date: Fri, 13 Mar 2026 10:35:01 +0000 Subject: [PATCH 2/2] Remove redundant title from nav bar --- docs/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docfx.json b/docs/docfx.json index 0dc0a28..6413597 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -54,7 +54,7 @@ "baseUrl": "https://harp-tech.org/generators" }, "globalMetadata": { - "_appName": "Harp.Generators", + "_appName": "Generators", "_appTitle": "Harp.Generators", "_appFooter": "© harp-tech and Contributors. Made with docfx", "_enableNewTab": true,