-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed links ad frontmatter for reference. tbc
- Loading branch information
Showing
11 changed files
with
82 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
RewriteEngine on | ||
|
||
# Redirect HTTP to HTTPS | ||
RewriteCond %{HTTPS} !=on | ||
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R] | ||
|
||
# Redirect 404 errors to Hugo's 404 page | ||
ErrorDocument 404 /404.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
--- | ||
title: Advanced | ||
title: Advanced Reference Guide | ||
description: Advanced documentation | ||
#weight: 60 | ||
draft: false | ||
--- | ||
# Advanced Reference Guides | ||
In this section, you can find advanced reference documentations here. | ||
|
||
You can find advanced reference documentations here: | ||
|
||
- [Naming and Limits](#reference.adoc) | ||
|
||
- [Advanced CLI](#cli.adoc) | ||
|
||
- [Rest API](#rest_api.adoc) | ||
|
||
- [Runtimes under the hood](#actions-new.adoc) | ||
|
||
- [Building your runtime](#actions-actionloop.adoc) | ||
Please follow the links below. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
--- | ||
title: Runtimes | ||
description: List of OpenServerless' supported runtimes | ||
#weight: 60 | ||
draft: false | ||
--- | ||
|
||
## Supported Runtimes | ||
This document is still π§ **work in progress** π§ | ||
|
||
The programming languages currently directly supported by OpenServerless are: | ||
|
||
- [π§ Node](#actions-nodejs.adoc) | ||
- [π§ Node](actions-nodejs) | ||
|
||
- [π§ Python](#actions-python.adoc) | ||
- [π§ Python](actions-python) | ||
|
||
- [π§ Go](#actions-go.adoc) | ||
- [π§ Go](actions-go) | ||
|
||
- [π§ Java](#actions-java.adoc) | ||
- [π§ Java](actions-java) | ||
|
||
- [π§ PHP](#actions-php.adoc) | ||
- [π§ PHP](actions-php) |