Browse Source

Doc index created

pull/398/head
Eduard Tomàs 7 years ago
parent
commit
3a54fb8730
2 changed files with 18 additions and 0 deletions
  1. +0
    -0
      readme/README.ENV.md
  2. +18
    -0
      readme/readme.md

README.ENV.md → readme/README.ENV.md View File


+ 18
- 0
readme/readme.md View File

@ -0,0 +1,18 @@
# Documentation index
This file contains links to the documentation of the project.
* **Wiki**: The wiki contains detailed step-by-step information about how to set up the project. Read it at: [https://github.com/dotnet-architecture/eShopOnContainers/wiki](https://github.com/dotnet-architecture/eShopOnContainers/wiki)
## Documentation included in files
* [Branch Guide](../branch-guide.md): List of branches used and their purpose.
* [vsts-docs folder](.,/vsts-docs/readme.md): Information about how to setup a CI/CD procedure using VSTS
* [Kubernetes](,./k8s/readme.md): Information about how to deploy eShopOnContainers in a kubernetes cluster, and how to setup a CI/CD for k8s using VSTS
* [deploy](../deploy/readme.md): Information about how deploy Azure resources using the Azure CLI 2.0.
* [.env file](./README.ENV.md): What is the `.env` file and how to use it to configure eShopOnContainers to use external resources (like Azure)
## Docs folder
The `/docs` folder contains the pdfs versions of the books

Loading…
Cancel
Save