diff --git a/en/cozy-desktop/developer/log_analysis/index.html b/en/cozy-desktop/developer/log_analysis/index.html index ec9228b68..a02817785 100644 --- a/en/cozy-desktop/developer/log_analysis/index.html +++ b/en/cozy-desktop/developer/log_analysis/index.html @@ -3274,7 +3274,7 @@
Debugging synchronization issues mostly means analysing logs. -Logs are in JSON lines format, generated by bunyan, and can be quite huge +Logs are in JSON lines format, generated by winston, and can be quite huge (this is a known issue).
We use jq to filter them. See jq manual to get all the
basic and advanced filters. A yarn jq
script is also available which
diff --git a/en/cozy-doctypes/cc.cozycloud.announcements.uploads/request b/en/cozy-doctypes/cc.cozycloud.announcements.uploads/request
new file mode 100644
index 000000000..38d82f423
--- /dev/null
+++ b/en/cozy-doctypes/cc.cozycloud.announcements.uploads/request
@@ -0,0 +1 @@
+GET https://announcements.cozycloud.cc/uploads/{{ url }}
\ No newline at end of file
diff --git a/en/cozy-doctypes/cc.cozycloud.announcements/request b/en/cozy-doctypes/cc.cozycloud.announcements/request
new file mode 100644
index 000000000..9440d716b
--- /dev/null
+++ b/en/cozy-doctypes/cc.cozycloud.announcements/request
@@ -0,0 +1 @@
+GET https://announcements.cozycloud.cc/api/public-announcements?lang={{ lang }}&channels={{ channels }}
\ No newline at end of file
diff --git a/en/cozy-doctypes/docs/io.cozy.home.settings/index.html b/en/cozy-doctypes/docs/io.cozy.home.settings/index.html
index b791a0497..19bba8b18 100644
--- a/en/cozy-doctypes/docs/io.cozy.home.settings/index.html
+++ b/en/cozy-doctypes/docs/io.cozy.home.settings/index.html
@@ -3385,6 +3385,7 @@