This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation and setup updates for v1.1 (#780)
* Add missing pages to documentations & minor edits * Pin down v1.1 version into docs and docker-related files * Update Upgrade guide on readme * Language fixes
- Loading branch information
Showing
10 changed files
with
41 additions
and
91 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
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Documentation | ||
|
||
Below are the main areas of the documentation. Navigate through the links below to see more details. | ||
|
||
- **[Design](design/):** Design and philosophy behind the eWallet Server. | ||
- **[Guides](guides/):** Using the eWallet Server to its full potential. | ||
- **[Setup](setup/):** Details on the different eWallet Server setup approaches. | ||
- **[Running the tests](tests/):** Running the tests bundled with the eWallet Server. | ||
- **[Demo](demo.md):** Sample setup that demonstrates how the eWallet Server can be used. | ||
- **[FAQ](faq.md):** Top frequently asked questions about the eWallet Server. |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Setup | ||
|
||
See [Getting started](../../#getting-started) for our recommended way to setup the eWallet Server. | ||
|
||
The following links cover the setup in more details. | ||
|
||
- [Bare-metal setup](bare_metal.md). | ||
- [Upgrading](upgrading/) | ||
- [Settings](advanced/settings.md) | ||
- [Environment variables](advanced/env.md) | ||
- [Generating API specifications](advanced/api_specs.md) | ||
- [Clustering](advanced/clustering.md) | ||
- [Troubleshooting](troubleshooting.md) |
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 was deleted.
Oops, something went wrong.
File renamed without changes.