mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 09:15:47 +00:00
1de33c469e
- 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.
49 lines
1011 B
JSON
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
|
|
}
|
|
}
|
|
}
|