This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed Bug #5 with Some Pipelet Labels getting cut off - Swapped order of Navigation as suggested in #2 - Fixed z-index issues reported in #2 - Fixed issue on server where direct links were throwing 404 errors - Updated Tester Menu with some helpful options - Fixed mobile issues with Open Menu and missing Debug Option - Fixed broken page rendering reported in #1 - Updated font size in menu reported in #2
- Loading branch information
1 parent
f98c132
commit 3a6cc30
Showing
22 changed files
with
317 additions
and
70 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Change Log | ||
|
||
> Here's our record of all notable changes made to to this project | ||
## v0.2.0 | ||
|
||
- Fixed Bug #5 with Some Pipelet Labels getting cut off | ||
- Swapped order of Navigation as suggested in #2 | ||
- Fixed z-index issues reported in #2 | ||
- Fixed issue on server where direct links were throwing 404 errors | ||
- Updated Tester Menu with some helpful options | ||
- Fixed mobile issues with Open Menu and missing Debug Option | ||
- Fixed broken page rendering reported in #1 | ||
- Updated font size in menu reported in #2 | ||
|
||
## v0.1.0 | ||
|
||
- Initial Release for Testers |
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
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
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 +1,6 @@ | ||
{ | ||
"name": "@sfccdevops/sfcc-docs", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Unofficial community edition of the Salesforce Commerce Cloud developer documentation.", | ||
"license": "MIT", | ||
"author": "Peter Schmalfeldt <[email protected]>", | ||
|
@@ -72,6 +72,7 @@ | |
"eslint-config-next": "13.0.2", | ||
"glob": "^10.3.3", | ||
"html-minifier": "^4.0.0", | ||
"html-to-text": "^9.0.5", | ||
"markdownlint": "^0.30.0", | ||
"node-html-parser": "^6.1.5", | ||
"prettier": "^2.8.7", | ||
|
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
Oops, something went wrong.