-
Notifications
You must be signed in to change notification settings - Fork 8.2k
docs: draft build for versioning #11103
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
base: main
Are you sure you want to change the base?
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
…low-ai/langflow into docs-docusaurus-versioning
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not familiar with this configuration tbh.
-
I see this pill thing but I don't see a version switcher or version in the URL. Is that because there's only one version?
-
You might want to check that slugs are working (maybe not able to check this until we have 2 versions published): https://docusaurus.io/docs/versioning#link-docs-by-file-paths
-
Should we only do this when we cut 1.8 (and then serve version 1.7 and "lastVersion" 1.8)? Per Docusaurus, we shouldn't version patch releases. Since we will still need to update the docs for regular edits and patch release changes during 1.7, we don't want to "lock" the 1.7 docs yet.
- Alternatively, should
lastVersionbe 1.7 andNextbe 1.8?
- Alternatively, should
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Build successful! ✅ |
|
|
@mendonk Can the version switcher be on top of the left sidebar? It gets lost by the social icons. |
| items: [ | ||
| { | ||
| type: 'docsVersionDropdown', | ||
| position: 'right', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| position: 'right', | |
| position: 'left', |

No description provided.