Skip to content

Commit 3cf3ece

Browse files
Merge pull request #12 from hellofresh/readthedocs
Add Read the Docs configuration
2 parents bd811dd + a2ee3b4 commit 3cf3ece

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# GoEngine
2+
3+
GoEngine is an Event Sourcing library written for GoLang.
4+
5+
The goal of this library is to reduce the amount of time you have to spend thinking about the infrastructure so you can focus on
6+
implementing your Domains and Business logic!

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mkdocs==1.0.4

mkdocs.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
site_name: GoEngine
2+
docs_dir: docs
3+
repo_url: https://github.com/hellofresh/goengine
4+
copyright: Copyright (c) 2019 HelloFresh
5+
theme:
6+
name: readthedocs
7+
highlightjs: true
8+
hljs_languages:
9+
- golang
10+
nav:
11+
- Home: README.md
12+
- Quick Start: quick-start.md
13+
- Extensions:
14+
- Overview: extension/README.md
15+
- Database: extension/database.md
16+
- Logging: extension/logging.md

0 commit comments

Comments
 (0)