Skip to content

Commit

Permalink
update upgrade docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejch committed Mar 30, 2020
1 parent 6464c4a commit 894b791
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@ It is necessary to rename all Kontent taxonomy, type, and item names in all Grap

| 4.x.x pattern | 5.x.x pattern |
| -------------------------------------------- | ------------------------------ |
| KontentTaxonomy{PascalCasedTaxonomyCodename} | KontentTaxonomy_{raw_codename}|
| KontentTaxonomy{PascalCasedTaxonomyCodename} | kontent_taxonomy_{raw_codename}|

| 4.x.x example | 5.x.x example |
| -------------------------------------------- | ------------------------------ |
| KontentTaxonomyMyPersonas | KontentTaxonomy_my_personas |
| KontentTaxonomyMyPersonas | kontent_taxonomy_my_personas |

#### Type name

| 4.x.x pattern | 5.x.x pattern |
| -------------------------------------------- | ------------------------------ |
| KontentType{PascalCasedTypeCodename} | KontentType_{raw_codename} |
| KontentType{PascalCasedTypeCodename} | kontent_type_{raw_codename} |

| 4.x.x example | 5.x.x example |
| -------------------------------------------- | ------------------------------ |
| KontentTypeMyPerson | KontentType_my_person |
| KontentTypeMyPerson | kontent_type_my_person |

#### Item name

| 4.x.x pattern | 5.x.x pattern |
| -------------------------------------------- | ------------------------------ |
| KontentItem{PascalCasedItemCodename} | KontentItem_{raw_codename} |
| KontentItem{PascalCasedItemCodename} | kontent_item_{raw_codename} |

| 4.x.x example | 5.x.x example |
| -------------------------------------------- | ------------------------------ |
| KontentItemMyArticle | KontentItem_my_article |
| KontentItemMyArticle | kontent_item_my_article |

## From `3.x.x` to `4.x.x`

Expand Down

0 comments on commit 894b791

Please sign in to comment.