Add usage examples for CfDnsClient in API documentation

Expanded the API documentation by including practical examples for the `CfDnsClient` class. Updated Javadoc metadata and modified the index.html title for better context.
This commit is contained in:
2025-03-23 13:11:27 +01:00
parent a443c0feae
commit 042678a6d7
50 changed files with 121 additions and 101 deletions
+2 -2
View File
@@ -3,10 +3,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cloudflare DNS Client</title>
<title>Cloudflare DNS Client - java</title>
</head>
<body>
<h1>Cloudflare DNS Client</h1>
<h1>Cloudflare DNS Client - java</h1>
<p>A Java-based client for interacting with the Cloudflare DNS API.</p>
<p>
<a href="apidocs/index.html" target="_blank">View API Documentation</a>