Files
ssh.net/docfx/docfx.json
T
Rob Hague 1de33c469e Documentation updates (#1395)
- Update README to point to https://sshnet.github.io/SSH.NET rather than the CHM file
- Add a CONTRIBUTING.md with some how-tos

For https://sshnet.github.io/SSH.NET:

- Use the repo README as the landing page to keep them in sync
- Combine the API-per-TFM pages to just one "API" page
- Add a couple more examples
- Add a GitHub link in the header.
2024-05-10 11:38:47 +02:00

49 lines
1011 B
JSON

{
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
"metadata": [
{
"src": [
{
"src": "../src",
"files": [
"**/*.csproj"
]
}
],
"outputFormat": "apiPage",
"output": "api"
}
],
"build": {
"content": [
{
"files": "**/*.{md,yml}",
"exclude": [
"_site/**"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"output": "_site",
"template": [
"default",
"modern",
"template"
],
"globalMetadata": {
"_appName": "SSH.NET",
"_appTitle": "SSH.NET - A Secure Shell (SSH) library for .NET, optimized for parallelism",
"_appLogoPath": "images/logo.png",
"_appFaviconPath": "images/icon.png",
"_appFooter": "Copyright (c) Renci, Oleg Kapeljushnik, Gert Driesen and contributors",
"_enableSearch": true
}
}
}