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

Docs: Fix <title> tag having docs version #7350

Merged
merged 2 commits into from
Jan 13, 2025
Merged

Conversation

NigelBreslaw
Copy link
Member

The version was being set not just as a visual title, but also as part of the meta tag for every page on the docs site. Which will then change for each release as the version number changes.

Other sites have a static label here that is indepedent of the version e.g. Slint UI or Slint docs. 'Slint Docs' is now used.

@@ -31,10 +31,9 @@ export default defineConfig({
},
integrations: [
starlight({
title: "1.9.2",
title: "Slint Docs",
Copy link
Member

Choose a reason for hiding this comment

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

Please also adjust .github/workflows/upgrade_version.yaml to not touch this file anymore.

The version was being set not just as a visual title, but also as part of the meta tag for every page on the docs site. Which will then change for each release as the version number changes.

Other sites have a static label here that is indepedent of the version e.g. Slint UI or Slint docs. 'Slint Docs' is now used.
@NigelBreslaw NigelBreslaw merged commit a390118 into master Jan 13, 2025
37 checks passed
@NigelBreslaw NigelBreslaw deleted the nigel/docs-title-seo branch January 13, 2025 15:07
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.

2 participants