From 51142e740a22102c58da802e16964fb8b63b6e5d Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Tue, 9 Oct 2018 10:26:03 +0200 Subject: [PATCH] new page: linux dev env --- docs/index.md | 1 + docs/linux-dev-env.md | 2 ++ mkdocs.yml | 1 + 3 files changed, 4 insertions(+) create mode 100644 docs/linux-dev-env.md diff --git a/docs/index.md b/docs/index.md index 259556fb..5a03eec8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -32,3 +32,4 @@ A curated list of awesome references collected in 2018. 14. [APIs and RESTful Architecture](apis-and-restful-architecture.md) - [Swagger code generator for REST APIs](swagger-code-generator-for-rest-apis.md) 15. [Public Cloud Solutions](public-cloud-solutions.md) +16. [Linux Dev Environment](linux-dev-env.md) diff --git a/docs/linux-dev-env.md b/docs/linux-dev-env.md new file mode 100644 index 00000000..6dbb5a0d --- /dev/null +++ b/docs/linux-dev-env.md @@ -0,0 +1,2 @@ +# Linux Dev Environment on Windows +* [Setting Up Docker for Windows and WSL to Work Flawlessly](https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly) diff --git a/mkdocs.yml b/mkdocs.yml index 34120e0e..75209bca 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -42,6 +42,7 @@ pages: - APIs and RESTful Architecture: apis-and-restful-architecture.md - Swagger code generator for REST APIs: swagger-code-generator-for-rest-apis.md - Public Cloud Solutions : public-cloud-solutions.md +- Linux Dev Environment: linux-dev-env.md - About: about.md copyright: Copyright © 2018 Red Hat Spain (Community Linkedin Group), about.