Skip to content

Commit

Permalink
Remove Fuse documentation (#350)
Browse files Browse the repository at this point in the history
* Revert "Add doc about env profile (#349)"

This reverts commit c8f2fde.

* Revert "Add Fuse 0.6 docs (#347)"

This reverts commit 06706a5.

* Revert "Fix homepage description (#346)"

This reverts commit 4a22f30.

* Revert "Improve homepage content (#345)"

This reverts commit 5b91768.

* Revert "Introduce Fuse docs (#344)"

This reverts commit 766536a.

* Remove Fuse announcement bar

* Archive Botkube versions older than 1.13
  • Loading branch information
pkosiec authored Nov 5, 2024
1 parent c8f2fde commit 855ef65
Show file tree
Hide file tree
Showing 1,009 changed files with 1,221 additions and 21,815 deletions.
76 changes: 0 additions & 76 deletions .github/workflows/fuse-release.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Botkube Chat Platform Release
name: Release

on:
workflow_dispatch:
inputs:
version:
type: string
description: Version of the next release (e.g. 1.13)
description: Version of the next release
required: true

env:
Expand All @@ -30,15 +30,23 @@ jobs:
with:
go-version-file: magefiles/go.mod

- name: Validate release version
uses: magefile/mage-action@v2
with:
version: latest
args: "release:ensureBotkubeReleased"
env:
BOTKUBE_RELEASE_VERSION: "${{ inputs.version }}.0"

- name: Set git 'user.name' and 'user.email'
run: |
git config user.name "${{ env.git-user }}"
git config user.email ${{ env.git-email }}
- name: Create a release branch
run: |
git checkout -b fuse-release/${{ inputs.version }}
git push --set-upstream origin fuse-release/${{ inputs.version }}
git checkout -b release/${{ inputs.version }}
git push --set-upstream origin release/${{ inputs.version }}
npm install
- name: Update versions in installation docs
Expand All @@ -47,7 +55,7 @@ jobs:
uses: magefile/mage-action@v2
with:
version: latest
args: "release:updateBotkubeChatPlatformDocsVersion"
args: "release:updateDocsVersion"

- name: Synchronize helm parameters
uses: magefile/mage-action@v2
Expand All @@ -65,9 +73,9 @@ jobs:
env:
BOTKUBE_RELEASE_BRANCH: release-${{ inputs.version }}

- name: Run Docusaurus versioning
- name: Run docusaurus versioning
run: |
npm run docusaurus docs:version:chatPlatform ${{ inputs.version }}
npm run docusaurus docs:version ${{ inputs.version }}
- name: Prettier check
run: |
Expand All @@ -76,7 +84,7 @@ jobs:
- name: Push changes to remote
run: |
git add .
git commit -m "Prepare docs for Botkube ${{ inputs.version }} release"
git commit -m "Prepare docs for ${{ inputs.version }} release"
git push
git push origin release/${{ inputs.version }}
Expand All @@ -85,8 +93,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
gh pr create \
--title "Prepare docs for Botkube ${{ inputs.version }} release" \
--title "Prepare docs for ${{ inputs.version }} release" \
--head "release/${{ inputs.version }}" \
--base main \
--label release-automation \
--body "This Pull Request is created by release automation to prepare release for Botkube ${{ inputs.version }} documentation"
--body "This Pull Request is created by release automation to prepare release for ${{ inputs.version }} documentation"
52 changes: 0 additions & 52 deletions chat-platform-docs/architecture/index.md

This file was deleted.

4 changes: 0 additions & 4 deletions chat-platform-docs/cli/_category_.json

This file was deleted.

4 changes: 0 additions & 4 deletions chat-platform-docs/community/_category_.json

This file was deleted.

4 changes: 0 additions & 4 deletions chat-platform-docs/examples-and-tutorials/_category_.json

This file was deleted.

4 changes: 0 additions & 4 deletions chat-platform-docs/features/_category_.json

This file was deleted.

4 changes: 0 additions & 4 deletions chat-platform-docs/installation/_category_.json

This file was deleted.

66 changes: 0 additions & 66 deletions chat-platform-docs/overview.mdx

This file was deleted.

Loading

0 comments on commit 855ef65

Please sign in to comment.