-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add Breaking Change Book (#326)
* ready for first review * ready for first review * Update scripts/generate-links/getDocs.mjs * removal of old guide * fix * fixes coming
- Loading branch information
1 parent
3a3df6b
commit 41e25fe
Showing
16 changed files
with
98 additions
and
29 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
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
Submodule breaking-change-log
added at
915326
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
Submodule breaking-change-log
deleted from
72f4d5
This file was deleted.
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,11 +1,43 @@ | ||
{ | ||
"menu": ["Contract Quickstart", "Frontend Quickstart", "Counter Dapp", "Running a Node", "Installation", "Migration Guide", "Intro to Sway"], | ||
"menu": [ | ||
"Contract Quickstart", | ||
"Frontend Quickstart", | ||
"Counter Dapp", | ||
"Running a Node", | ||
"Installation", | ||
"Intro to Sway" | ||
], | ||
"installation": ["Fuel Github Codespace"], | ||
"counter-dapp": ["Building a Smart Contract", "Building a Frontend"], | ||
"contract-quickstart": [], | ||
"frontend-quickstart": [], | ||
"running_a_node": ["Running a Local Node", "Running a Testnet Node"], | ||
"migration_guide": ["Breaking Changes Log"], | ||
"intro_to_sway": ["Introduction to Sway", "Prerequisites", "Imports", "Structs", "ABI", "Storage", "Errors", "Functions", "Checkpoint", "Rust Testing", "Typescript Frontend", "Explore Fuel"], | ||
"intro_to_predicates": ["Introduction to Sway", "Prerequisites", "Predicate Root", "Predicate Limitations", "Imports", "Configurables", "Signature Verification", "Main", "Checkpoint", "Debugging with Scripts", "Logging in Rust tests", "Rust Testing"] | ||
"intro_to_sway": [ | ||
"Introduction to Sway", | ||
"Prerequisites", | ||
"Imports", | ||
"Structs", | ||
"ABI", | ||
"Storage", | ||
"Errors", | ||
"Functions", | ||
"Checkpoint", | ||
"Rust Testing", | ||
"Typescript Frontend", | ||
"Explore Fuel" | ||
], | ||
"intro_to_predicates": [ | ||
"Introduction to Sway", | ||
"Prerequisites", | ||
"Predicate Root", | ||
"Predicate Limitations", | ||
"Imports", | ||
"Configurables", | ||
"Signature Verification", | ||
"Main", | ||
"Checkpoint", | ||
"Debugging with Scripts", | ||
"Logging in Rust tests", | ||
"Rust Testing" | ||
] | ||
} |
Submodule breaking-change-log
added at
915326
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
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