Skip to content

Commit

Permalink
Merge pull request #12 from rotty3000/main
Browse files Browse the repository at this point in the history
refactory the docs into a directory so we can manage more files more efficiently
  • Loading branch information
rotty3000 authored Jan 23, 2025
2 parents 574a54b + 2311ce2 commit b6405b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/scripts/publish_helm_index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ mv -f ${CHARTS_TMP_DIR}/index.yaml ${INDEX_DIR}/index.yaml
yq -i '.entries.liferay[].urls[] |= sub("-(\d+\.\d+\.\d+)\.tgz", ":$1")' ${INDEX_DIR}/index.yaml

# Copy the markdown files to the gh-pages branch
find ${SOURCE_DIR} -name "*.md" -exec cp -f '{}' . \;
find . -name "*.md" -exec rm -f '{}' \;
cp -R ${SOURCE_DIR}/docs/* ./docs
cp -R ${SOURCE_DIR}/README.md .

# Diff for observability
echo "=== Start of Diff ==="
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ NAME CHART VERSION APP VERSION DESCRIPTION
liferay-helm-chart-repo/liferay 0.1.0 latest A Liferay DXP Helm chart for Kubernetes
``` -->

### [For Local Development](FOR_LOCAL_DEVELOPMENT.md)
### [For Local Development](docs/FOR_LOCAL_DEVELOPMENT.md)

### [For Production](FOR_PRODUCTION.md)

### [Release Management](RELEASE_MANAGEMENT.md)
### [For Production](docs/FOR_PRODUCTION.md)
File renamed without changes.
File renamed without changes.

0 comments on commit b6405b5

Please sign in to comment.