From f4e04ffdb72b68ff4db6ee3f869baeda46b4c9ca Mon Sep 17 00:00:00 2001 From: Marius Felkner Date: Mon, 17 Jun 2024 11:10:27 +0200 Subject: [PATCH] remove: jazzy --- .github/workflows/documentation.yml | 25 ------------------------- .jazzy.yml | 17 ----------------- CHANGELOG.md | 4 ++++ 3 files changed, 4 insertions(+), 42 deletions(-) delete mode 100644 .github/workflows/documentation.yml delete mode 100644 .jazzy.yml diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml deleted file mode 100644 index 96d1809..0000000 --- a/.github/workflows/documentation.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: update-docs - -on: - push: - branches: - - main - paths: - - '**.swift' - -jobs: - document: - runs-on: macos-latest - steps: - - uses: actions/checkout@v4 - - - name: generate docs - uses: sersoft-gmbh/swifty-docs-action@v1 - with: - output: docs - - - name: deploy docs to github pages - uses: JamesIves/github-pages-deploy-action@4.1.4 - with: - branch: documentation - folder: docs diff --git a/.jazzy.yml b/.jazzy.yml deleted file mode 100644 index 88fc193..0000000 --- a/.jazzy.yml +++ /dev/null @@ -1,17 +0,0 @@ -module: VersionCompare -author: mflknr -author_url: https://www.mflknr.de/ -github_url: https://github.com/mflknr/swift-version-compare/ -readme: README.md -skip_undocumented: true -hide_documentation_coverage: false -theme: apple -output: docs/ -swift_version: 5.9.2 -clean: true -min_acl: public -xcodebuild_arguments: - - -project - - VersionCompare.xcodeproj - - -scheme - - VersionCompare-Package diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc30f7..524e068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,8 @@ - Support for VisionOS - `.spi.yml` for automated DocC generation on the Swift Package Index +### Removed + +- `jazzy` documentation generation + The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). \ No newline at end of file