Add a readme to the root dir of docs/
This will help us get the Runner in the docs website https://gitlab.com/gitlab-com/doc-gitlab-com/issues/47.
Current tree:
├── README.md
├── commands
│ └── README.md
├── configuration
│ ├── advanced-configuration.md
│ ├── autoscale.md
│ ├── img
│ │ ├── autoscale-example.png
│ │ └── autoscale-state-chart.png
│ └── tls-self-signed.md
├── development
│ └── README.md
├── examples
│ └── gitlab.md
├── executors
│ ├── README.md
│ ├── docker.md
│ ├── kubernetes.md
│ ├── parallels.md
│ ├── shell.md
│ ├── ssh.md
│ └── virtualbox.md
├── faq
│ └── README.md
├── install
│ ├── autoscaling.md
│ ├── bleeding-edge.md
│ ├── docker.md
│ ├── freebsd.md
│ ├── kubernetes.md
│ ├── linux-manually.md
│ ├── linux-repository.md
│ ├── osx.md
│ └── windows.md
├── security
│ └── index.md
└── shells
└── README.md