diff --git a/pages/02.applications/02.docs/apps.json b/pages/02.applications/02.docs/apps.json
deleted file mode 120000
index c04b470c..00000000
--- a/pages/02.applications/02.docs/apps.json
+++ /dev/null
@@ -1 +0,0 @@
-/var/www/app_yunohost/apps/builds/default/v2/apps.json
\ No newline at end of file
diff --git a/pages/04.contribute/docs.md b/pages/04.contribute/docs.md
deleted file mode 100644
index b5ef2bc9..00000000
--- a/pages/04.contribute/docs.md
+++ /dev/null
@@ -1,123 +0,0 @@
----
-title: 'Get involved'
-template: docs
-taxonomy:
- category: docs
-routes:
- default: /contributordoc
- aliases:
- - /contribute
----
-
-
-YunoHost depends exclusively on the participation of people like you.
-
-
-
-
-[columns]
-[center]
-[size=30]
-[fa=heart /] Spread the word
-[/size]
-[/center]
-
-[center]
-Talk about software freedom, [self-hosting](/selfhosting) and YunoHost to your relatives and at your work. We rely on Datalove evangelists like you <3
-[/center]
-[/columns]
-
-
-
-[columns]
-[center]
-[size=30]
-[fa=user /] Helping users
-[/size]
-[/center]
-
-[center]
-Our support relies on contributors like you. Just come to [the support chatroom](/help) and help new users getting started, or pick a question on the Forum.
-[/center]
-[/columns]
-
-
-
-[columns]
-[center]
-[size=30]
-[fa=edit /] Write
-[/size]
-[/center]
-
-[center]
-Improve this documentation by [writing new pages](/write_documentation) or translating existing ones to your language.
-[/center]
-[/columns]
-
-
-
-[columns]
-[center]
-[size=30]
-[fa=globe /] Localization
-[/size]
-[/center]
-
-[center]
-Get involved by making YunoHost interfaces available in your language
-Get started!
-[/center]
-[/columns]
-
-
-
-[columns]
-[center]
-[size=30]
-[fa=flask /] Testing
-[/size]
-[/center]
-
-[center]
-We need people able to test YunoHost deeply. If you find a bug, try to identify it, and report it on our bug tracker.
-[/center]
-[/columns]
-
-
-
-[columns]
-[center]
-[size=30]
-[fa=gift /] Packaging
-[/size]
-[/center]
-
-[center]
-Extend YunoHost capabilities by [packaging new services and web applications](/packaging_apps).
-Have a look of [what has been done yet](/apps)!
-[/center]
-[/columns]
-
-
-
-[columns]
-[center]
-[size=30]
-[fa=cog /] Coding
-[/size]
-[/center]
-
-[center]
-You can involve in the YunoHost's development regardless of your skill.
-Sysadmins, web developers, designers and pythonists are welcome!
-Learn [how to contribute](/dev), and join us on the [development chat room](xmpp:dev@conference.yunohost.org?join).
-[/center]
-[/columns]
-
-
----
-
-[center]
-### In any case, please come chat with us on [the dev chatroom](/chat_rooms) :-)
-[/center]
diff --git a/pages/apps.json b/pages/apps.json
deleted file mode 120000
index c04b470c..00000000
--- a/pages/apps.json
+++ /dev/null
@@ -1 +0,0 @@
-/var/www/app_yunohost/apps/builds/default/v2/apps.json
\ No newline at end of file
diff --git a/themes/quark/CHANGELOG.md b/themes/quark/CHANGELOG.md
deleted file mode 100644
index 1fd5f215..00000000
--- a/themes/quark/CHANGELOG.md
+++ /dev/null
@@ -1,177 +0,0 @@
-# v2.0.3
-## 06/08/2020
-
-1. [](#improved)
- * Updated some JS libraries
- * Simplified navigation macro
- * Use `site.title` in logo alt text [#139](https://github.com/getgrav/grav-theme-quark/pull/109)
-
-# v2.0.2
-## 08/09/2019
-
-1. [](#improved)
- * Allow for overriding of `{% block content %}{% endblock %}`
- * Improved default `.table` styling
- * Simplified navigation macro
-1. [](#bugfix)
- * Fixed issue with Prism Highlight [prism-highlight#1](https://github.com/trilbymedia/grav-plugin-prism-highlight/issues/1)
- * Use slug for onpage links [#115](https://github.com/getgrav/grav-theme-quark/issues/115)
- * Fixed 2 minor YAML linting issues
-
-# v2.0.1
-## 05/09/2019
-
-1. [](#improved)
- * Typo in blueprints [#109](https://github.com/getgrav/grav-theme-quark/pull/109)
- * Added convenience scripts to `package.json` [#110](https://github.com/getgrav/grav-theme-quark/pull/110)
- * Added Czech translation [#106](https://github.com/getgrav/grav-theme-quark/pull/106)
- * Added Chinese translation [#114](https://github.com/getgrav/grav-theme-quark/pull/114)
- * Removed redundant code [#104](https://github.com/getgrav/grav-theme-quark/pull/104)
- * Updated to match Archives plugin translation output
-1. [](#bugfix)
- * Bugfix to class in macro [#105](https://github.com/getgrav/grav-theme-quark/pull/105)
- * Bugfix a z-index issue [#75](https://github.com/getgrav/grav-theme-quark/pull/75)
-
-# v2.0.0
-## 04/11/2019
-
-1. [](#improved)
- * Updated to use new `GRAV` core language prefix
- * Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.8` version
- * Support for 2FA panel styling
- * Updated to Yarn 4.0 syntax
- * Restructured SCSS to ensure easier Spectre updates in future
-1. [](#bugfix)
- * Some checkboxes fixes for Forms 3.0
- * More Twig 2.0 compatibility fixes
- * Fixed a Twig 2.0 issue with assets rendering
-
-# v1.2.6
-## 03/21/2019
-
-1. [](#new)
- * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension
- * Implement assets rendering using **Deferred Block** Twig extension
-
-# v1.2.5
-## 12/07/2018
-
-1. [](#improved)
- * Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.7` version
-1. [](#bugfix)
- * Fixed missing `