Skip to content

Commit 680bab7

Browse files
authored
Add deprecation documentation (from Best Practices - SDKv2) (#684)
* added deprecations with some TODOs, some conversion done * update code examples for all sections but last 2 * added removal docs * update code examples * added note about deprecation messages
1 parent cbd1cfe commit 680bab7

File tree

3 files changed

+1289
-1
lines changed

3 files changed

+1289
-1
lines changed

website/data/plugin-framework-nav-data.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@
179179
"title": "Debugging",
180180
"path": "debugging"
181181
},
182+
{
183+
"title": "Deprecations, Removals, and Renames",
184+
"path": "deprecations"
185+
},
182186
{
183187
"title": "Migrating from SDK",
184188
"routes": [

0 commit comments

Comments
 (0)