Skip to content

Commit 7e016fc

Browse files
committed
Fix documentation URL
1 parent abdcce4 commit 7e016fc

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ jobs:
6060
"$DOCCARCHIVE" \
6161
--output-path ./public \
6262
--hosting-base-path extensions
63+
64+
cat > ./public/index.html <<'EOF'
65+
<!doctype html>
66+
<meta http-equiv="refresh" content="0; url=/extensions/documentation/extensions/" />
67+
<title>Extensions Documentation</title>
68+
EOF
6369
- name: Upload Pages artifact
6470
uses: actions/upload-pages-artifact@v4
6571
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![xcode-version](https://img.shields.io/badge/xcode-26.2-50ace8.svg?logo=xcode&logoColor=white)](https://developer.apple.com/xcode/)
33
[![spm-ready](https://img.shields.io/badge/spm-ready-b68f6a.svg?logo=gitlfs&logoColor=white)](https://developer.apple.com/documentation/xcode/swift-packages)
44
[![platforms](https://img.shields.io/badge/platforms-iOS%2018+%20%7C%20macOS%2015+%20-lightgrey.svg?logo=apple&logoColor=white)](https://en.wikipedia.org/wiki/List_of_Apple_operating_systems)
5-
[![docc](https://img.shields.io/badge/docc-documentation-0288D1.svg?logo=bookstack&logoColor=white)](https://thatfactory.github.io/extensions/)
5+
[![docc](https://img.shields.io/badge/docc-documentation-0288D1.svg?logo=bookstack&logoColor=white)](https://thatfactory.github.io/extensions/documentation/extensions/)
66
[![license](https://img.shields.io/badge/license-MIT-67ac5b.svg?logo=googledocs&logoColor=white)](https://en.wikipedia.org/wiki/MIT_License)
77
[![release](https://github.com/thatfactory/extensions/actions/workflows/release.yml/badge.svg)](https://github.com/thatfactory/extensions/actions/workflows/release.yml)
88

0 commit comments

Comments
 (0)