Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Reorganize docs #42

Merged
merged 2 commits into from
Mar 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,14 @@ wsk action invoke demo -r -p password passw0rd
```

## Getting started
* [Introduction to Serverless Composition](docs/README.md): Setting up your
programming environment and getting started with Shell and Composer.
* [Introduction to Serverless Composition](docs/tutorials/introduction/README.md):
Setting up your programming environment and getting started with Shell and
Composer.
* [Building a Translation Slack Bot with Serverless
Composition](docs/tutorials/translateBot/README.md): A more advanced tutorial
using Composition to build a serverless Slack chatbot that does language
translation.
* [Composer Reference](docs/COMPOSER.md): A comprehensive reference manual for
* [Composer Reference](docs/README.md): A comprehensive reference manual for
the Node.js programmer.

## Videos
Expand Down
360 changes: 0 additions & 360 deletions docs/COMPOSER.md

This file was deleted.

636 changes: 264 additions & 372 deletions docs/README.md

Large diffs are not rendered by default.

Loading