Skip to content

Conversation

reluctantfuturist
Copy link
Contributor

@reluctantfuturist reluctantfuturist commented Sep 29, 2025

  • Added new Docusaurus workflows (build-and-deploy YAML and a local test script)

@meta-cla meta-cla bot added the cla signed label Sep 29, 2025
@reluctantfuturist
Copy link
Contributor Author

reluctantfuturist commented Sep 29, 2025

VERSION=$(git for-each-ref --sort=-creatordate --format '%(refname:short)' refs/tags | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+$' | head -1)
echo "Using latest tag: $VERSION"
# Use main branch for latest
git checkout main
Copy link
Contributor

Choose a reason for hiding this comment

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

are you sure that this is what you want? shipping top-of-main as "latest" - this is break all the time?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The way Docusaurus does this canonically is they treat top of main as "v-Next", and point to the latest stable release by default. We can change this behavior if you want!

@reluctantfuturist reluctantfuturist changed the base branch from docusaurus-legacy-docs to graphite-base/2 September 29, 2025 22:32
@reluctantfuturist reluctantfuturist changed the base branch from graphite-base/2 to main September 29, 2025 22:32
Comment on lines +83 to +98
cat > versionsArchived.json << 'EOF'
{
"v0.2.22": "https://llamastack.github.io/legacy/v0.2.22/",
"v0.2.21": "https://llamastack.github.io/legacy/v0.2.21/",
"v0.2.20": "https://llamastack.github.io/legacy/v0.2.20/",
"v0.2.19": "https://llamastack.github.io/legacy/v0.2.19/",
"v0.2.18": "https://llamastack.github.io/legacy/v0.2.18/",
"v0.2.17": "https://llamastack.github.io/legacy/v0.2.17/",
"v0.2.16": "https://llamastack.github.io/legacy/v0.2.16/",
"v0.2.15": "https://llamastack.github.io/legacy/v0.2.15/",
"v0.2.14": "https://llamastack.github.io/legacy/v0.2.14/",
"v0.2.13": "https://llamastack.github.io/legacy/v0.2.13/",
"v0.2.12": "https://llamastack.github.io/legacy/v0.2.12/",
"v0.2.11": "https://llamastack.github.io/legacy/v0.2.11/"
}
EOF
Copy link
Contributor

Choose a reason for hiding this comment

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

do we need this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, should be resolved at the top of the stack

@reluctantfuturist
Copy link
Contributor Author

reluctantfuturist commented Oct 1, 2025

Merge activity

  • Oct 1, 5:54 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Oct 1, 5:54 PM UTC: @reluctantfuturist merged this pull request with Graphite.

@reluctantfuturist reluctantfuturist merged commit ffa2ee4 into main Oct 1, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants