Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/candidate-9.8.x'
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Oct 18, 2024
2 parents 33db4c0 + 396705c commit 4317673
Show file tree
Hide file tree
Showing 6 changed files with 793 additions and 599 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,12 @@ jobs:
run: |
community_tag=$( echo ${{ github.ref }} | cut -d'/' -f3 )
hpcc_version=$( echo $community_tag | sed 's/community_//' | sed 's/-[0-9]$//' )
data="{\"ref\":\"main\", \"inputs\":{ \"hpccVersion\":\"$hpcc_version\",\"hpccSrcBranch\":\"$community_tag\" }}"
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GAHT_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/xwang2713/github-action-hpcc-terraform/actions/workflows/$WF_YAML_FILE/dispatches \
-d '{"ref":"main", "inputs": { "hpccVersion":"$hpcc_version", "hpccSrcBranch":"$community_tag" }}'
-d "${data}"
26 changes: 26 additions & 0 deletions devdoc/docs/DocTemplate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Feature Documentation Template
Use this template to create new documentation for a feature, function, or process. Not every feature will require all six sections. Delete the ones that are not applicaple.

## Overview

[In this section, provide a brief introduction to the new feature, highlighting its purpose and benefits.]

## Setup & Configuration

[If applicable, explain the steps required to set up and configure the new feature, including any dependencies or prerequisites.]

## User Guide

[Provide detailed instructions on how to use the new feature, including its functionality, options, and any relevant examples.]

## API/CLI/Parameter Reference

[If applicable, document the references for the new feature, including any classes, methods, or parameters.]

## Tutorial

[Offer a step-by-step tutorial on how to implement or utilize the new feature, with code snippets or screenshots if appropriate.]

## Troubleshooting

[Address common issues or errors that users may encounter while using the new feature, along with possible solutions or workarounds.]
Loading

0 comments on commit 4317673

Please sign in to comment.