Skip to content

Commit 0654434

Browse files
authored
chore: reverted changes to use markdown instead of html tag for Session Timeout to ensure anchor tag works. (#2967)
## Description In earlier PR, had added Enterprise Badge for Session Timeout. But with that, lost anchor tag to session-timeout. Reverted changes to use markdown instead of html tag, so that anchor tag is available for session timeout. ## 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 010448a commit 0654434

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

website/docs/getting-started/setup/instance-configuration/user-management.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,17 @@ For more details, see [Restrict Query Access](/advanced-concepts/granular-access
4040
<!-- vale off -->
4141

4242
<div className="tag-wrapper">
43-
<h4>Session Timeout</h4>
4443

44+
#### Session Timeout
4545
<Tags
46-
tags={[
47-
{ name: "Enterprise", link: "https://www.appsmith.com/pricing", additionalClass: "enterprise" }
48-
]}
46+
tags={[
47+
{
48+
name: "Enterprise",
49+
link: "https://www.appsmith.com/pricing",
50+
additionalClass: "enterprise",
51+
}
52+
]}
4953
/>
50-
5154
</div>
5255

5356
<!-- vale on -->

0 commit comments

Comments
 (0)