Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
6b62df65
Unverified
Commit
6b62df65
authored
Mar 13, 2026
by
Neal Vaidya
Committed by
GitHub
Mar 13, 2026
Browse files
docs: use a different assets folder for each version (#7333)
Signed-off-by:
Neal Vaidya
<
nealv@nvidia.com
>
parent
947939c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
.github/workflows/fern-docs.yml
.github/workflows/fern-docs.yml
+0
-11
No files found.
.github/workflows/fern-docs.yml
View file @
6b62df65
...
...
@@ -172,9 +172,7 @@ jobs:
rm -rf docs-checkout/fern/pages-dev
mkdir -p docs-checkout/fern/pages-dev
rsync -a \
--exclude='assets' \
--exclude='blogs' \
--exclude='diagrams' \
--exclude='index.yml' \
source-checkout/docs/ docs-checkout/fern/pages-dev/
...
...
@@ -182,15 +180,6 @@ jobs:
echo "Syncing index.yml to docs-website branch as versions/dev.yml..."
cp source-checkout/docs/index.yml docs-checkout/fern/versions/dev.yml
# Sync assets/ directory
echo "Syncing assets/ to docs-website branch..."
rm -rf docs-checkout/fern/assets
cp -r source-checkout/docs/assets docs-checkout/fern/assets
# Symlink assets into pages-dev/ so relative image paths in markdown resolve correctly
# (e.g. ../../assets/img/foo.png from pages-dev/observability/metrics.md)
ln -sfn ../assets docs-checkout/fern/pages-dev/assets
# Sync fern.config.json
echo "Syncing fern.config.json to docs-website branch..."
cp source-checkout/fern/fern.config.json docs-checkout/fern/fern.config.json
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment