diff --git a/uSync/README.md b/uSync/README.md index 3127beb3..ed68c03e 100644 --- a/uSync/README.md +++ b/uSync/README.md @@ -1,30 +1,33 @@ -# About +# About Keep your Umbraco settings in sync - uSync in an Umbraco package that takes the bits of Umbraco that are stored in a database and moves them to disk, so you can source control, copy and move your Umbraco site between computers and servers. ![Importing with uSync](https://raw.githubusercontent.com/KevinJump/uSync/v9/main/screenshots/importing.gif) -uSync will read/write +uSync will read/write + - Document Types, - Media Types, - Data Types - Macros - Member Types - Templates +- Relation types + +With content syncing enabled it will also do : -With content syncing enabled it will also do : - Content - Media - Dictionary Items - Languages - Domains +## Config -## Config +To sync everything, minimal config should be required. you can [look at the documentation](https://docs.jumoo.co.uk/usync/intro) to get a better idea of what can be configured. -for v10 everything minimal config should be required. +### Turn of content syncing -### Turn of content syncing If you only want to sync settings update the appsettings.json file: setup uSync so it will only save changes to "Settings" items. @@ -35,4 +38,4 @@ setup uSync so it will only save changes to "Settings" items. "ExportOnSave": "Settings", } } -``` \ No newline at end of file +``` diff --git a/uSync/readme.txt b/uSync/readme.txt index df577051..4a7aa8f6 100644 --- a/uSync/readme.txt +++ b/uSync/readme.txt @@ -3,9 +3,9 @@ / / / |__ \/ / / / __ \/ ___/ / /_/ /__/ / /_/ / / / / /__ \__,_/____/\__, /_/ /_/\___/ - /____/ v15.x + /____/ - Thanks for Installing uSync Fifteen, + Thanks for Installing uSync, All the bits of your Umbraco settings and content will now be saved to disk.