From 7ad471d7608dc89c1efa9803c055123d7929f2bf Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sun, 7 Jul 2024 22:32:23 +0000 Subject: [PATCH 1/2] docs: documentation for v0.0.0 [skip ci] --- docs/manifest.json | 14 +++++++------- docs/public/main.css | 0 2 files changed, 7 insertions(+), 7 deletions(-) mode change 100755 => 100644 docs/public/main.css diff --git a/docs/manifest.json b/docs/manifest.json index ab57f9a..0f8c376 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1,5 +1,5 @@ { - "source_base_path": "C:/Users/sfree/software_projects/anthropic-client/docfx", + "source_base_path": "/home/runner/work/anthropic-client/anthropic-client/docfx", "xrefmap": "xrefmap.yml", "files": [ { @@ -644,11 +644,11 @@ "type": "Toc", "source_relative_path": "api/toc.yml", "output": { - ".html": { - "relative_path": "api/toc.html" - }, ".json": { "relative_path": "api/toc.json" + }, + ".html": { + "relative_path": "api/toc.html" } }, "version": "" @@ -667,11 +667,11 @@ "type": "Toc", "source_relative_path": "toc.yml", "output": { - ".html": { - "relative_path": "toc.html" - }, ".json": { "relative_path": "toc.json" + }, + ".html": { + "relative_path": "toc.html" } }, "version": "" diff --git a/docs/public/main.css b/docs/public/main.css old mode 100755 new mode 100644 From 2e64dcb7dbbc11180b8c6f56c50a77e2f6bdc13a Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:33:23 -0500 Subject: [PATCH 2/2] Create CNAME --- docs/CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/CNAME diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..176596f --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +anthropicclient.stevanfreeborn.com \ No newline at end of file