generated from bitwarden/template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redorder forms sidebar items, collapse all but login by default, and …
…fix incorrect filename for Create items
- Loading branch information
Showing
7 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
client/docs/forms/create/__category__.json → client/docs/forms/create/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"collapsed": true, | ||
"label": "Create", | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Common patterns for account creation forms" | ||
}, | ||
"collapsed": false | ||
"position": 5 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"collapsed": true, | ||
"label": "Identity", | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Common patterns for identity forms" | ||
}, | ||
"collapsed": false | ||
"position": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"collapsed": false, | ||
"label": "Login", | ||
"position": 1, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Common patterns for login forms" | ||
}, | ||
"collapsed": false | ||
"position": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"collapsed": true, | ||
"label": "Payment", | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Common patterns for payment forms" | ||
}, | ||
"collapsed": false | ||
"position": 3 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"collapsed": true, | ||
"label": "Search", | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Common patterns for search inputs" | ||
}, | ||
"collapsed": false | ||
"position": 4 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"collapsed": true, | ||
"label": "Update", | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Common patterns for authentication update forms" | ||
}, | ||
"collapsed": false | ||
"position": 6 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters