This is an automated email from the ASF dual-hosted git repository.
djensen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new a845463 Docfx (#205)
a845463 is described below
commit a8454631940dbd6419f4457f6d3e3d23c8f1f3d2
Author: entvex <[email protected]>
AuthorDate: Mon Feb 12 10:08:24 2024 +0100
Docfx (#205)
Co-authored-by: David Jensen <[email protected]>
---
.asf.yaml | 2 +-
.github/workflows/publish-to-nuget.yml | 2 +-
NOTICE | 2 +-
docs/api/docfx.json | 6 +++---
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 6382baa..86fe969 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,7 +21,7 @@ github:
description: "The official .NET client library for Apache Pulsar"
homepage: https://pulsar.apache.org/
ghp_branch: gh-pages
- ghp_path: /docs
+ ghp_path: docs/api/_site
labels:
- pulsar
- pubsub
diff --git a/.github/workflows/publish-to-nuget.yml
b/.github/workflows/publish-to-nuget.yml
index ff5cae4..85c4f16 100644
--- a/.github/workflows/publish-to-nuget.yml
+++ b/.github/workflows/publish-to-nuget.yml
@@ -83,4 +83,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: ./docs
\ No newline at end of file
+ publish_dir: docs/api/_site
\ No newline at end of file
diff --git a/NOTICE b/NOTICE
index abd746e..9c07313 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache Pulsar .NET client (DotPulsar)
-Copyright 2019-2023 The Apache Software Foundation
+Copyright 2019-2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/docs/api/docfx.json b/docs/api/docfx.json
index 5187694..e11ab2b 100644
--- a/docs/api/docfx.json
+++ b/docs/api/docfx.json
@@ -3,9 +3,9 @@
{
"src": [
{
- "src": "..",
+ "src": "../../",
"files": [
- "src/DotPulsar/bin/**/net7.0/DotPulsar.dll"
+ "src/DotPulsar/**.csproj"
]
}
],
@@ -44,7 +44,7 @@
"dest": "_site",
"globalMetadata": {
"_appTitle": "Official DotPulsar Documentation",
- "_appFooter": "Copyright © 2019-2023 The Apache Software
Foundation. All Rights Reserved. Apache, Pulsar, Apache Pulsar, and the Apache
feather logo are trademarks or registered trademarks of The Apache Software
Foundation.",
+ "_appFooter": "Copyright © 2019-2024 The Apache Software
Foundation. All Rights Reserved. Apache, Pulsar, Apache Pulsar, and the Apache
feather logo are trademarks or registered trademarks of The Apache Software
Foundation.",
"_appLogoPath": "assets/pulsar.svg",
"_appFaviconPath": "assets/favicon.ico"
},