Added base for automated documentation

This commit is contained in:
2025-08-07 16:24:37 +02:00
parent 90d8320abc
commit 658e4b6cda
11 changed files with 131 additions and 0 deletions

22
docs/index.md Normal file
View File

@@ -0,0 +1,22 @@
---
_layout: landing
---
# Cloudflare API for .NET
## NuGet packages
Here is an overview of the latest packages.
| Package URL | Version | Short Description |
|-------------|---------|-------------------|
| [AMWD.Net.API.Cloudflare] | ![NuGet Version: Core](https://img.shields.io/nuget/v/AMWD.Net.API.Cloudflare?style=flat-square&logo=nuget) | Core features to access the Cloudflare API. |
| [AMWD.Net.API.Cloudflare.Dns] | ![NuGet Version: DNS](https://img.shields.io/nuget/v/AMWD.Net.API.Cloudflare.Dns?style=flat-square&logo=nuget) | The DNS section of the Cloudflare API. |
| [AMWD.Net.API.Cloudflare.Zones] | ![NuGet Version: Zones](https://img.shields.io/nuget/v/AMWD.Net.API.Cloudflare.Zones?style=flat-square&logo=nuget) | The Domain/Zone Management section of the Cloudflare API. |
[AMWD.Net.API.Cloudflare]: https://www.nuget.org/packages/AMWD.Net.API.Cloudflare
[AMWD.Net.API.Cloudflare.Dns]: https://www.nuget.org/packages/AMWD.Net.API.Cloudflare.Dns
[AMWD.Net.API.Cloudflare.Zones]: https://www.nuget.org/packages/AMWD.Net.API.Cloudflare.Zones