mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 17:25:51 +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.
9 lines
158 B
JavaScript
9 lines
158 B
JavaScript
export default {
|
|
iconLinks: [
|
|
{
|
|
icon: 'github',
|
|
href: 'https://github.com/sshnet/SSH.NET',
|
|
title: 'GitHub'
|
|
}
|
|
]
|
|
} |