|
4 | 4 |
|
5 | 5 | If you are a developer using Fn through the API, this section is for you.
|
6 | 6 |
|
| 7 | +### Getting Started |
7 | 8 | * [Quickstart](https://github.com/fnproject/fn)
|
8 |
| -* [Usage](usage.md) |
9 |
| -* [Writing functions](writing.md) |
10 |
| -* [Testing functions](testing.md) |
11 |
| -* [Hot functions](hot-functions.md) |
12 |
| -* [Async functions](async.md) |
| 9 | +* [API Reference](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/fnproject/fn/master/docs/swagger.yml) |
| 10 | +* [FAQ](faq.md) |
| 11 | +* [Object Model](developers/model.md) |
13 | 12 | * [Configuration](developers/configs.md)
|
14 |
| -* [fn (CLI Tool)](https://github.com/fnproject/cli/blob/master/README.md) |
| 13 | +* [FDKs](developers/clients.md) |
| 14 | +* [Function file (func.yaml)](function-file.md) |
15 | 15 | * [Hot functions](hot-functions.md)
|
| 16 | +* [Testing functions](testing.md) |
| 17 | +* [Writing functions](writing.md) |
| 18 | + |
| 19 | +### Advanced |
| 20 | +* [Open Function Format](function-format.md) |
| 21 | +* [Packaging functions](packaging.md) |
| 22 | +* [CLI Source](https://github.com/fnproject/cli/) |
16 | 23 | * [Async functions](async.md)
|
17 | 24 | * [Organizing functions into an application](developers/apps.md)
|
18 |
| -* [Function file (func.yaml)](function-file.md) |
19 |
| -* [Client Libraries](developers/clients.md) |
20 |
| -* [Packaging functions](packaging.md) |
21 |
| -* [Open Function Format](function-format.md) |
22 |
| -* [API Reference](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/fnproject/fn/master/docs/swagger.yml) |
23 |
| -* [Object Model](developers/model.md) |
24 |
| -* [FAQ](faq.md) |
25 |
| -* [Setting up development environment with Docker compose](./operating/compose.md) |
26 | 25 |
|
27 | 26 | ## For Operators
|
28 | 27 |
|
29 | 28 | If you are operating Fn, this section is for you.
|
30 | 29 |
|
31 |
| -* [Running in Production Overview](operating/production.md) |
32 |
| -* [Runtime Options](operating/options.md) |
33 |
| -* [Databases](operating/databases/README.md) |
34 |
| -* [Message Queues](operating/mqs/README.md) |
35 |
| -* [UI](operating/ui.md) |
| 30 | +### Getting Started |
| 31 | +* [Running in Production](operating/production.md) |
36 | 32 | * [Logging](operating/logging.md)
|
| 33 | +* [Message Queues](operating/mqs/README.md) |
37 | 34 | * [Metrics](operating/metrics.md)
|
38 |
| -* [Triggers](operating/triggers.md) |
| 35 | +* [Operating on Windows](operating/windows.md) |
| 36 | +* [Runtime Options](operating/options.md) |
| 37 | +* [User Interface](operating/ui.md) |
| 38 | + |
| 39 | +### Advanced |
39 | 40 | * [Extending Fn](operating/extending.md)
|
40 |
| -* [Docker Configuration](operating/docker.md) |
41 |
| -* [Operating On Windows](operating/windows.md) |
42 | 41 | * [Running Fn on Kubernetes](operating/kubernetes/README.md)
|
| 42 | +* [Setting up development environment with Docker compose](./operating/compose.md) |
| 43 | +* [OpenStack Triggers](operating/triggers.md) |
| 44 | +* [Docker Configuration](operating/docker.md) |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | +## Learn More |
| 49 | + |
| 50 | +* [Examples](../examples) |
| 51 | +* [Getting Started Series](../examples/tutorial) |
| 52 | +* [Tutorials](https://github.com/fnproject/tutorials) |
| 53 | + |
| 54 | + |
0 commit comments