Skip to content

Commit 9e48f3b

Browse files
docs: add unreleased banner to v2.0 documentation pages
Add banner: "unreleased" to version config for current (2.0) version. Result: All v2.0 docs pages at /docs/2.0/ now show a yellow warning banner: "This is unreleased documentation for Durable Workflow 2.0 version. For up-to-date documentation, see the latest version (1.x)." Improves user clarity for prerelease documentation. Users landing on v2 pages via search or direct links now have clear indication they are viewing unreleased docs with a link back to stable 1.x. Fixes #259 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent de8abba commit 9e48f3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const config = {
4242
current: {
4343
label: '2.0',
4444
path: '2.0',
45+
banner: 'unreleased',
4546
},
4647
'1.x': {
4748
label: '1.x',

0 commit comments

Comments
 (0)