Skip to content

Commit ada5792

Browse files
authored
Merge branch 'main' into ttomar/trigger-directive
2 parents 678b431 + a374260 commit ada5792

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,9 @@ jobs:
297297
command: cp 1st-gen/projects/documentation/custom-elements.json 1st-gen/storybook/
298298
- run:
299299
name: Build documentation with path prefix
300-
command: echo "SWC_DIR=beta/docs" >> $BASH_ENV
300+
command: |
301+
echo "export SWC_DIR=beta/docs" >> $BASH_ENV
302+
source $BASH_ENV
301303
- run:
302304
name: Build documentation
303305
command: yarn workspace @spectrum-web-components/1st-gen docs:build

2nd-gen/packages/swc/.storybook/guides/welcome.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SWC is currently in transition from its first generation (1st-gen) to its second
2626

2727
2nd-gen SWC is currently in active development, with the first pre-releases expected in early 2026.
2828

29-
For more information on 2nd-gen plans and status, see the [CONTRIBUTOR-DOCS](https://github.com/adobe/spectrum-web-components/tree/barebones/CONTRIBUTOR-DOCS/README.md) in the [SWC repository](https://github.com/adobe/spectrum-web-components).
29+
For more information on 2nd-gen plans and status, see the [CONTRIBUTOR-DOCS](https://github.com/adobe/spectrum-web-components/tree/main/CONTRIBUTOR-DOCS/README.md) in the [SWC repository](https://github.com/adobe/spectrum-web-components).
3030

3131
## About these Guides
3232

0 commit comments

Comments
 (0)