Skip to content

Commit 38505f1

Browse files
authored
fix: Arcade Managing Package Versions (#2877)
## Description Provide a concise summary of the changes made in this pull request - ## Pull request type Check the appropriate box: - [ ] Review Fixes - [ ] Documentation Overhaul - [ ] Feature/Story - Link one or more Engineering Tickets * - [ ] A-Force - [ ] Error in documentation - [ ] Maintenance ## Documentation tickets Link to one or more documentation tickets: - ## Checklist From the below options, select the ones that are applicable: - [ ] Checked for Grammarly suggestions. - [ ] Adhered to the writing checklist. - [ ] Adhered to the media checklist. - [ ] Verified and updated cross-references or added redirect rules. - [ ] Tested the redirect rules on deploy preview. - [ ] Validated the modifications made to the content on the deploy preview. - [ ] Validated the CSS modifications on different screen sizes.
1 parent 828ede6 commit 38505f1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

website/docs/packages/reference/versioning.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ You can manage versions of a Git-connected Package using the Commit button in th
1212
If the Package is not Git-connected, the Deploy button appears instead of Commit. Deploying applies changes immediately without version control.
1313

1414

15+
<div style={{ position: "relative", paddingBottom: "calc(50.52% + 41px)", height: 0, width: "100%" }}>
16+
<iframe
17+
src="https://demo.arcade.software/Qk3L0I0ilxeF6rvFvgb0?embed"
18+
frameBorder="0"
19+
loading="lazy"
20+
webkitAllowFullScreen
21+
mozAllowFullScreen
22+
allowFullScreen
23+
allow="fullscreen"
24+
style={{ position: "absolute", top: 0, left: 0, width: "100%", height: "100%" }}
25+
title="Appsmith | Connect Data"
26+
/>
27+
</div>
1528

1629

1730
#### Deploy

0 commit comments

Comments
 (0)