We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ee6ad commit 6398526Copy full SHA for 6398526
.github/workflows/release-latest.yml
@@ -9,5 +9,5 @@ jobs:
9
uses: NordicSemiconductor/pc-nrfconnect-shared/.github/workflows/release-app.yml@main
10
with:
11
source: latest (internal)
12
- doc_bundle_name: ""
+ doc_bundle_name: "matter-cluster-editor"
13
secrets: inherit
.github/workflows/release.yml
@@ -23,5 +23,5 @@ jobs:
23
24
source: ${{ inputs.source }}
25
ref: ${{ inputs.ref }}
26
27
doc/mkdocs.yml
@@ -0,0 +1,3 @@
1
+site_name: Matter Cluster Editor
2
+site_url:
3
+use_directory_urls: false
0 commit comments