diff options
author | Daniel Schadt <kingdread@gmx.de> | 2022-07-25 19:46:24 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2022-07-25 19:46:24 +0200 |
commit | f507cd972b4a839e78af19a1030562fe203d22c4 (patch) | |
tree | 1e19e1e197d32a4303ccee78d0ed18421c344591 /doc | |
parent | 02676f841c10b20e1a69b6936acb60dfc46da5c4 (diff) | |
download | fietsboek-f507cd972b4a839e78af19a1030562fe203d22c4.tar.gz fietsboek-f507cd972b4a839e78af19a1030562fe203d22c4.tar.bz2 fietsboek-f507cd972b4a839e78af19a1030562fe203d22c4.zip |
include changelog in docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.rst | 1 | ||||
-rw-r--r-- | doc/index.rst | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst new file mode 100644 index 0000000..565b052 --- /dev/null +++ b/doc/changelog.rst @@ -0,0 +1 @@ +.. include:: ../CHANGELOG.rst diff --git a/doc/index.rst b/doc/index.rst index a0b9d4f..9ce95b9 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -13,6 +13,11 @@ Welcome to Fietsboek's documentation! administration developer +.. toctree:: + :maxdepth: 1 + + changelog + Fietsboek is a self-hostable sharing site for GPX track recordings with social features. The goal is to have an application like `MyTourbook <https://mytourbook.sourceforge.io/mytourbook/>`__ that runs as a web-service |