Skip to content

Add 6.0 to the version selector dropdown - #1165

Merged
rasika-chivate merged 2 commits into
6.0from
Add-6.0-to-the-version-selector-dropdown
Aug 17, 2026
Merged

Add 6.0 to the version selector dropdown#1165
rasika-chivate merged 2 commits into
6.0from
Add-6.0-to-the-version-selector-dropdown

Conversation

@rasika-chivate

Copy link
Copy Markdown
Collaborator

No description provided.

@it-percona
it-percona temporarily deployed to Add-6.0-to-the-version-selector-dropdown - psmdb-docs-6.0 PR #1165 August 17, 2026 12:37 — with Render Destroyed
@rasika-chivate
rasika-chivate requested a balanced review from Copilot August 17, 2026 12:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds automated deployment of the 6.0 documentation so it appears in the Mike version selector.

Changes:

  • Adds a 6.0 deployment workflow.
  • Ignores macOS metadata files.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
.gitignore Ignores .DS_Store.
.github/workflows/main.yml Builds and deploys version 6.0 to publish.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +20 to +42
# Prepare the environment
- name: Set up Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.x'

# Configure git
- name: Configure git
env:
ROBOT_TOKEN: ${{ secrets.ROBOT_TOKEN }}
run: |
git config --global url."https://percona-platform-robot:${ROBOT_TOKEN}@github.com".insteadOf "https://github.com"
git config user.name "GitHub Action"
git config user.email "github-action@users.noreply.github.com"
git config user.password "${ROBOT_TOKEN}"
echo "GIT_USER=percona-platform-robot:${ROBOT_TOKEN}" >> $GITHUB_ENV

# Set up MkDocs
- name: Install MkDocs
run: |
python -m pip install --upgrade pip
pip install wheel
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
@rasika-chivate
rasika-chivate marked this pull request as ready for review August 17, 2026 12:43
@rasika-chivate
rasika-chivate merged commit 8267e4c into 6.0 Aug 17, 2026
1 check passed
@rasika-chivate
rasika-chivate deleted the Add-6.0-to-the-version-selector-dropdown branch August 17, 2026 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants