Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"baseUrl": "https://harp-tech.org/generators"
},
"globalMetadata": {
"_appName": "Harp.Generators",
"_appName": "Generators",
"_appTitle": "Harp.Generators",
"_appFooter": "&copy; harp-tech and Contributors. Made with <a href=\"https://dotnet.github.io/docfx\">docfx</a>",
"_enableNewTab": true,
Expand Down
Loading