Disclaimer: Unendorsed community content.
-
-## Books
-
-Here are a few of the many books on Express:
-
-- **[Express.js in Action](http://www.manning.com/hahn/)**,
-Manning Publications, April 2016.
- - **[Getting MEAN with Mongo, Express, Angular, and Node](http://www.manning.com/sholmes/)**,
-Manning Publications, early 2015.
- - **[Getting MEAN with Mongo, Express, Angular, and Node, Second Edition](http://www.manning.com/sholmes2/)**,
-Manning Publications, April 2017.
- - **[Pro Express.js: Master Express.js: The Node.js Framework For Your Web Development](http://www.apress.com/9781484200384)**,
-Apress, December 2014.
- - **[Mastering Web Application Development with Express](https://www.packtpub.com/web-development/mastering-web-application-development-express-raw)**,
-Packt Publishing, September 2014.
- - **[Web Development with Node and Express](http://shop.oreilly.com/product/0636920032977.do)**,
-O'Reilly Media, July 2014.
- - **[Node.js in Action](http://www.manning.com/cantelon/)**,
-Manning Publications, October 2013.
- - **[Express Web Application Development](https://www.packtpub.com/web-development/express-web-application-development)**,
-Packt Publishing, June 2013.
-- **[express - Middleware für node.js](http://www.amazon.de/express-Middleware-node-js-J%C3%B6rg-Krause/dp/1517281342/ref=sr_1_1?ie=UTF8&qid=1442001556&sr=8-1&keywords=1517281342)**,
-texxtoor, September 2015. In deutscher Sprache / in German language
-- **[JADE - die Template Engine für node.js](http://www.amazon.de/JADE-Die-Template-Engine-node-js/dp/1517282098/ref=sr_1_1?ie=UTF8&qid=1442001592&sr=8-1&keywords=1517282098)**,
-texxtoor, September 2015. In deutscher Sprache / in German language
-- **[Node Web Development, 2nd edition](https://www.packtpub.com/web-development/node-web-development-second-edition)**, Packt Publishing, August 2013
-
-### Add your book here!
-
-[Edit the Markdown file](https://github.com/expressjs/expressjs.com/blob/gh-pages/{{ page.lang }}/resources/learning.md) and add a link to your book, then submit a pull request (GitHub login required). Follow the format of the above listings.
-
-## Blogs
-
-- [StrongLoop Blog: Express category](https://strongloop.com/strongblog/tag_Express.html)
-- [Hage Yaapa's Blog: Express category](http://www.hacksparrow.com/category/express-js)
-- [Codeforgeek Blog: Express category](http://codeforgeek.com/code/nodejs/express/)
-- [Node-tricks Blog: Express category](http://node-tricks.com/category/express/)
-- [Baboon Blog: Express category](http://www.baboon.ir/tutorials/expressjs/) (Persian language)
-- [Techforgeek Blog: Express category](http://techforgeek.com/expressjs/)
-- [RoseHosting.com Blog: Express tag](https://www.rosehosting.com/blog/tag/express/)
-- [ThisHosting.Rocks: Express tag](https://thishosting.rocks/tag/express-js/)
-### Add your blog here!
-
-[Edit the Markdown file](https://github.com/expressjs/expressjs.com/blob/gh-pages/{{ page.lang }}/resources/learning.md) and add a link to your blog, then submit a pull request (GitHub login required). Follow the format of the above listings.
diff --git a/tr/advanced/best-practice-performance.md b/tr/advanced/best-practice-performance.md
index 8ecf4c515c..651e6c3ee4 100644
--- a/tr/advanced/best-practice-performance.md
+++ b/tr/advanced/best-practice-performance.md
@@ -228,7 +228,7 @@ Node için en popüler süreç yöneticileri aşağıdakilerdir:
* [PM2](https://github.com/Unitech/pm2)
* [Forever](https://www.npmjs.com/package/forever)
-Bu üç süreç yöneticisinin özellik bazında bir karşılaştırması için bakınız [http://strong-pm.io/compare/](http://strong-pm.io/compare/). Her üçü ile ilgili daha detaylı bir giriş için bakınız [Express uygulamaları için süreç yöneticileri](/{{ page.lang }}/advanced/pm.html).
+Bu üç süreç yöneticisinin özellik bazında bir karşılaştırması için bakınız [http://strong-pm.io/compare/](http://strong-pm.io/compare/).
Uygulamanız zaman zaman patlasa bile, bu süreç yöneticilerinden birini kullanmanız uygulamanızı ayakta tutmak için yeterli olacaktır.
diff --git a/tr/advanced/pm.md b/tr/advanced/pm.md
deleted file mode 100644
index b9e484abc1..0000000000
--- a/tr/advanced/pm.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-layout: page
-title: Express uygulamaları için Süreç yöneticileri
-menu: advanced
-lang: tr
-redirect_from: "/advanced/pm.html"
----
-
-# Express uygulamaları için Süreç yöneticileri
-
-{% include community-caveat.html %}
-
-Canlı ortam için Express uygulamaları koştuğunuzda aşağıdaki nedenlerden ötürü bir _süreç yöneticisi_ kullanmak faydalı olacaktır:
-
-- Uygulama patladığında otomatik olarak tekrar başlatmak.
-- Çalışma zamanı performansı ve kaynak tüketimi hakkında daha iyi bilgiler elde edinmek.
-- Performansı iyileştirmek için ayarları dinamik olarak değiştirmek.
-- Kümelemeyi (clustering) kontrol etmek.
-
-Süreç yöneticisi, bir nevi bir uygulama sunucusuna benzer: dağıtımı kolaylaştıran, yüksek kullanılabilirlik sağlayan ve uygulamayı çalışma zamanında (runtime) yönetmenizi sağlayan, uygulamalar için bir "kapsayıcı" (container)dır.
-
-Express ve diğer Node.js uygulamaları için en popüler süreç yöneticileri şunlardır:
-
-- **[Forever](https://github.com/foreverjs/forever){: target="_blank"}**: Bir komut dosyasının sürekli (sonsuza kadar) çalışmasını sağlamak için basit bir komut satırı arayüzü aracı. Forever'ın basit arayüzü, Node.js uygulamalarının ve komut dosyalarının küçük dağıtımlarını çalıştırmak için idealdir.
-- **[PM2](https://github.com/Unitech/pm2){: target="_blank"}**: Gömülü bir yük dengeleyiciye (load balancer) sahip, Node.js uygulamaları için bir canlı ortam süreç yöneticisi. PM2, uygulamaları sonsuza kadar canlı tutmanıza olanak tanır, kesinti olmadan yeniden yükler, loglamayı, izleme (monitoring) ve kümelemeyi yönetmenize yardımcı olur.
-- **[StrongLoop Process Manager (Strong-PM)](http://strong-pm.io/)**: Gömülü yük dengeleme (load balancer), izleme (monitoring) ve çoklu dağıtıma özelliklerine sahip, Node.js uygulamaları için bir canlı ortam süreç yöneticisi. Node.js uygulamalarını oluşturmak (build), paketlemek ve yerel (local) veya uzak bir sisteme dağıtmak için bir CLI içerir.
-- **SystemD**: Modern Linux dağıtımlarındaki varsayılan süreç yöneticisi, bir Node uygulamasının servis olarak çalıştırılmasını kolaylaştırır. Daha fazla bilgi için bakınız ["Run node.js service with systemd" by Ralph Slooten (@axllent)](https://www.axllent.org/docs/view/nodejs-service-with-systemd/).
diff --git a/tr/index.md b/tr/index.md
index 4038203677..2a245e4c3c 100644
--- a/tr/index.md
+++ b/tr/index.md
@@ -37,7 +37,6 @@ lang: tr
-# Companies using Express in production
-
-
-
diff --git a/tr/resources/frameworks.md b/tr/resources/frameworks.md
deleted file mode 100644
index ff9b16e1b7..0000000000
--- a/tr/resources/frameworks.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-layout: page
-title: Frameworks built on Express
-menu: frameworks
-lang: tr
----
-
-# Frameworks built on Express
-
-Several popular Node.js frameworks are built on Express:
-
-- **[Feathers](http://feathersjs.com)**: Build prototypes in minutes and production ready real-time apps in days.
-- **[ItemsAPI](https://www.itemsapi.com/)**: Search backend for web and mobile applications built on Express and Elasticsearch.
-- **[KeystoneJS](http://keystonejs.com/)**: Website and API Application Framework / CMS with an auto-generated React.js Admin UI.
-- **[Kraken](http://krakenjs.com/)**: Secure and scalable layer that extends Express by providing structure and convention.
-- **[LEAN-STACK](http://lean-stack.io)**: The Pure JavaScript Stack.
-- **[LoopBack](http://loopback.io)**: Highly-extensible, open-source Node.js framework for quickly creating dynamic end-to-end REST APIs.
-- **[MEAN](http://mean.io/)**: Opinionated fullstack JavaScript framework that simplifies and accelerates web application development.
-- **[Sails](http://sailsjs.org/)**: MVC framework for Node.js for building practical, production-ready apps.
-- **[Bottr](http://bottr.co/)**: Framework that simplifies building chatbot applications.
-- **[Hydra-Express](https://github.com/flywheelsports/fwsp-hydra-express)**: Hydra-Express is a light-weight library which facilitates building Node.js Microservices using ExpressJS.
-- **[Blueprint](http://github.com/onehilltech/blueprint)**: Highly-configurable MVC framework for composing production-ready services from reusable components
-- **[Locomotive](http://locomotivejs.org/)**: Powerful MVC web framework for Node.js from the maker of Passport.js
-
diff --git a/tr/resources/learning.md b/tr/resources/learning.md
deleted file mode 100644
index 544d5e7a33..0000000000
--- a/tr/resources/learning.md
+++ /dev/null
@@ -1,56 +0,0 @@
----
-layout: page
-title: Ek öğrenme
-menu: resources
-lang: tr
----
-
-
-# Ek öğrenme
-
-
Disclaimer: Unendorsed community content.
-
-## Books
-
-Here are a few of the many books on Express:
-
-- **[Express.js in Action](http://www.manning.com/hahn/)**,
-Manning Publications, April 2016.
- - **[Getting MEAN with Mongo, Express, Angular, and Node](http://www.manning.com/sholmes/)**,
-Manning Publications, early 2015.
- - **[Getting MEAN with Mongo, Express, Angular, and Node, Second Edition](http://www.manning.com/sholmes2/)**,
-Manning Publications, April 2017.
- - **[Pro Express.js: Master Express.js: The Node.js Framework For Your Web Development](http://www.apress.com/9781484200384)**,
-Apress, December 2014.
- - **[Mastering Web Application Development with Express](https://www.packtpub.com/web-development/mastering-web-application-development-express-raw)**,
-Packt Publishing, September 2014.
- - **[Web Development with Node and Express](http://shop.oreilly.com/product/0636920032977.do)**,
-O'Reilly Media, July 2014.
- - **[Node.js in Action](http://www.manning.com/cantelon/)**,
-Manning Publications, October 2013.
- - **[Express Web Application Development](https://www.packtpub.com/web-development/express-web-application-development)**,
-Packt Publishing, June 2013.
-- **[express - Middleware für node.js](http://www.amazon.de/express-Middleware-node-js-J%C3%B6rg-Krause/dp/1517281342/ref=sr_1_1?ie=UTF8&qid=1442001556&sr=8-1&keywords=1517281342)**,
-texxtoor, September 2015. In deutscher Sprache / in German language
-- **[JADE - die Template Engine für node.js](http://www.amazon.de/JADE-Die-Template-Engine-node-js/dp/1517282098/ref=sr_1_1?ie=UTF8&qid=1442001592&sr=8-1&keywords=1517282098)**,
-texxtoor, September 2015. In deutscher Sprache / in German language
-- **[Node Web Development, 2nd edition](https://www.packtpub.com/web-development/node-web-development-second-edition)**, Packt Publishing, August 2013
-
-### Add your book here!
-
-[Edit the Markdown file](https://github.com/expressjs/expressjs.com/blob/gh-pages/{{ page.lang }}/resources/learning.md) and add a link to your book, then submit a pull request (GitHub login required). Follow the format of the above listings.
-
-## Blogs
-
-- [StrongLoop Blog: Express category](http://strongloop.com/strongblog/category/express/)
-- [Hage Yaapa's Blog: Express category](http://www.hacksparrow.com/category/express-js)
-- [Codeforgeek Blog: Express category](http://codeforgeek.com/code/nodejs/express/)
-- [Node-tricks Blog: Express category](http://node-tricks.com/category/express/)
-- [Baboon Blog: Express category](http://www.baboon.ir/tutorials/expressjs/) (Persian language)
-- [Techforgeek Blog: Express category](http://techforgeek.com/expressjs/)
-- [RoseHosting.com Blog: Express tag](https://www.rosehosting.com/blog/tag/express/)
-
-### Add your blog here!
-
-[Edit the Markdown file](https://github.com/expressjs/expressjs.com/blob/gh-pages/{{ page.lang }}/resources/learning.md) and add a link to your blog, then submit a pull request (GitHub login required). Follow the format of the above listings.
-
diff --git a/uk/advanced/best-practice-performance.md b/uk/advanced/best-practice-performance.md
index f513409119..11045cae7c 100644
--- a/uk/advanced/best-practice-performance.md
+++ b/uk/advanced/best-practice-performance.md
@@ -239,7 +239,7 @@ The most popular process managers for Node are as follows:
* [PM2](https://github.com/Unitech/pm2)
* [Forever](https://www.npmjs.com/package/forever)
-For a feature-by-feature comparison of the three process managers, see [http://strong-pm.io/compare/](http://strong-pm.io/compare/). For a more detailed introduction to all three, see [Process managers for Express apps](/{{ page.lang }}/advanced/pm.html).
+For a feature-by-feature comparison of the three process managers, see [http://strong-pm.io/compare/](http://strong-pm.io/compare/).
Using any of these process managers will suffice to keep your application up, even if it does crash from time to time.
diff --git a/uk/advanced/pm.md b/uk/advanced/pm.md
deleted file mode 100755
index 8c6871d61a..0000000000
--- a/uk/advanced/pm.md
+++ /dev/null
@@ -1,240 +0,0 @@
----
-layout: page
-title: Менеджери процесів для Express застосунків
-menu: advanced
-lang: uk
----
-
-# Менеджери процесів для Express застосунків
-
-When you run Express apps for production, it is helpful to use a _process manager_ to achieve the following tasks:
-
-- Restart the app automatically if it crashes.
-- Gain insights into runtime performance and resource consumption.
-- Modify settings dynamically to improve performance.
-- Control clustering.
-
-A process manager is somewhat like an application server: it's a "container" for applications that facilitates deployment,
-provides high availability, and enables you to manage the application at runtime.
-
-The most popular process managers for Express and other Node.js applications are as follows:
-
-- [StrongLoop Process Manager](#sl)
-- [PM2](#pm2)
-- [Forever](#forever)
-
-
-Using any of these three tools can be very helpful, however StrongLoop Process Manager is the only tool that provides a comprehensive runtime and deployment solution that addresses the entire Node.js application life cycle, with tooling for every step before and after production, in a unified interface.
-
-Here's a brief look at each of these tools.
-For a detailed comparison, see [http://strong-pm.io/compare/](http://strong-pm.io/compare/).
-
-##