Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT MERGE: practice run of 8.7/8.8 split #4958

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

pepopowitz
Copy link
Collaborator

@pepopowitz pepopowitz commented Feb 7, 2025

Notes

  • the first three commits in this branch were generated using this modified cutNewVersions.sh script:
    #!/bin/bash   
    set -e
    
    # Before running this script make sure these versions are correct!
    NEW_DOCS_VERSION="8.7"
    PREVIOUS_DOCS_VERSION="8.6"
    NEW_OPTIMIZE_VERSION="3.15.0"
    PREVIOUS_OPTIMIZE_VERSION="3.14.0"
    
    echo "1/6 Creating version $NEW_DOCS_VERSION of main docs..."
    npm run docusaurus docs:version $NEW_DOCS_VERSION
    
    echo "2/6 Creating version $NEW_OPTIMIZE_VERSION of Optimize docs..."
    npm run docusaurus docs:version:optimize $NEW_OPTIMIZE_VERSION
    
    echo "3/6 Correcting sidebars files of new versions..."
    sed -i '' 's/\"href\": \"\/optimize\/next\//\"href\": \"\/optimize\/3.15.0\//g' versioned_sidebars/version-$NEW_DOCS_VERSION-sidebars.json
    sed -i '' 's/\"href\": \"\/docs\/next\//\"href\": \"\/docs\/8.7\//g' optimize_versioned_sidebars/version-$NEW_OPTIMIZE_VERSION-sidebars.json
    

@pepopowitz pepopowitz self-assigned this Feb 7, 2025
@pepopowitz pepopowitz added the deploy Stand up a temporary docs site with this PR label Feb 7, 2025
@pepopowitz pepopowitz force-pushed the pepopowitz/4956-87-88-split-practice branch from e6ec21f to 8ee201a Compare February 7, 2025 19:37
@github-actions github-actions bot temporarily deployed to camunda-docs February 7, 2025 19:46 Destroyed
@github-actions github-actions bot temporarily deployed to camunda-docs February 7, 2025 21:02 Destroyed
@github-actions github-actions bot temporarily deployed to camunda-docs February 7, 2025 21:31 Destroyed
Copy link
Contributor

github-actions bot commented Feb 7, 2025

The preview environment relating to the commit 4ad5988 has successfully been deployed. You can access it at https://preview.docs.camunda.cloud/pr-4958/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy Stand up a temporary docs site with this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant