Files
screeps-scripts/docs/SUMMARY.md
Eduardo Asenjo Rodriguez 66a323425e Feature/remote container development (#154)
* feat: add Dockerfile, config & recommended extenion
* docs: add remote-development documentation
* docs: fix README & installation to match node versions package.json definition
2021-04-25 20:34:44 +03:00

24 lines
805 B
Markdown

# Table of contents
- [Introduction](README.md)
## Getting Started
- [Installation](getting-started/installation.md)
- [Authenticating with Screeps](getting-started/authenticating.md)
- [Deploying](getting-started/deploying.md)
## In-Depth
- [Module bundling](in-depth/module-bundling.md)
- [Deploy destinations](in-depth/deploy-destinations.md)
- [TypeScript](in-depth/typescript.md)
- [Prettier](in-depth/prettier.md)
- [Testing](in-depth/testing.md)
- [Cookbook](in-depth/cookbook/README.md)
- [Environment variables](in-depth/cookbook/environment-variables.md)
- [One-line PowerShell setup](in-depth/cookbook/one-line-powershell.md)
- [Remote Development](in-depth/remote-development.md)
- [Troubleshooting](in-depth/troubleshooting.md)
- [Contributing to the docs](in-depth/contributing.md)