Skip to content

Commit

Permalink
Remove loose punctuation mark from documentation
Browse files Browse the repository at this point in the history
Fix couper version to latest release
  • Loading branch information
Marcel Ludwig committed Dec 8, 2020
1 parent 54a2da9 commit 7cdd41c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Couper Docs - Version 0.1
# Couper Docs - Version 0.2

## Table of contents

Expand Down Expand Up @@ -88,16 +88,16 @@ server "my_project" {
definitions { ... }
```

* `server`: main configuration block
* `files`: configuration block for file serving
* `spa`: configuration block for web serving (spa assets)
* `api`: configuration block that bundles endpoints under a certain base path
* `access_control`: attribute that sets access control for a block context
* `endpoint`: configuration block for Couper's entry points
* `backend`: configuration block for connection to local/remote backend service(s)
* `definitions`: block for predefined configurations, that can be referenced
* `defaults`: block for default configurations
* `settings`: block for server configuration which applies to the running instance
* `server` main configuration block
* `files` configuration block for file serving
* `spa` configuration block for web serving (spa assets)
* `api` configuration block that bundles endpoints under a certain base path
* `access_control` attribute that sets access control for a block context
* `endpoint` configuration block for Couper's entry points
* `backend` configuration block for connection to local/remote backend service(s)
* `definitions` block for predefined configurations, that can be referenced
* `defaults` block for default configurations
* `settings` block for server configuration which applies to the running instance

### Variables <a name="variables_conf"></a>

Expand Down

0 comments on commit 7cdd41c

Please sign in to comment.