Skip to content

Commit

Permalink
update the readme files. (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump authored Feb 14, 2025
1 parent 2fc48d3 commit 96b6b7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
17 changes: 10 additions & 7 deletions uSync/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -35,4 +38,4 @@ setup uSync so it will only save changes to "Settings" items.
"ExportOnSave": "Settings",
}
}
```
```
4 changes: 2 additions & 2 deletions uSync/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 96b6b7c

Please sign in to comment.