Skip to content

Commit

Permalink
Merge pull request #30 from ilter/dev
Browse files Browse the repository at this point in the history
feat: development tools pocket added
  • Loading branch information
damla authored Dec 9, 2020
2 parents bb77f59 + a5a6858 commit 9d83127
Show file tree
Hide file tree
Showing 9 changed files with 69 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/android-studio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
id: android-studio
title: Android Studio
sidebar_label: Android Studio
slug: /development-tools/android-studio
---

## Android Studio
8 changes: 8 additions & 0 deletions docs/aws.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
id: aws
title: AWS
sidebar_label: AWS
slug: /development-tools/aws
---

## AWS
8 changes: 8 additions & 0 deletions docs/azure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
id: azure
title: Azure
sidebar_label: Azure
slug: /development-tools/azure
---

## Azure
8 changes: 8 additions & 0 deletions docs/docker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
id: docker
title: Docker
sidebar_label: Docker
slug: /development-tools/docker
---

## Docker
8 changes: 8 additions & 0 deletions docs/git.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
id: git
title: Git
sidebar_label: Git
slug: /development-tools/git
---

## Git
8 changes: 8 additions & 0 deletions docs/visual-studio-code.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
id: visual-studio-code
title: Visual Studio Code
sidebar_label: Visual Studio Code
slug: /development-tools/visual-studio-code
---

## Visual Studio Code
8 changes: 8 additions & 0 deletions docs/visualstudio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
id: visualstudio
title: Visual Studio
sidebar_label: Visual Studio
slug: /development-tools/visualstudio
---

## Visual Studio
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ module.exports = {
label: "Web Development Pocket",
to: "docs/web-development/hosting-and-servers",
},
{
label: "Development Tools Pocket",
to: "docs/development-tools/azure",
},
],
},
{
Expand Down
9 changes: 9 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ module.exports = {
"typescript",
"vuejs",
],
"🛠 Development Tools Pocket": [
"azure",
"aws",
"android-studio",
"docker",
"git",
"visualstudio",
"visual-studio-code",
],
"😥 Not Categorized Yet": ["front-end", "design"],
},
};

0 comments on commit 9d83127

Please sign in to comment.