mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Fix microsite and add changelog
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
---
|
||||
layout: docs
|
||||
position: 4
|
||||
title: Documentation
|
||||
---
|
||||
|
||||
# {{page.title}}
|
||||
|
||||
This is the documentation for Docspell @VERSION@.
|
||||
This is the documentation for Docspell @VERSION@. There is a
|
||||
[changelog](changelog).
|
||||
|
||||
Docspell assists in organizing large amounts of PDF files that are
|
||||
typically scanned paper documents. You can associate tags, set
|
||||
|
@ -1,7 +1,9 @@
|
||||
#masthead {
|
||||
background: url(../img/back-master-small.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 800px;
|
||||
background-size: 100% 100%;
|
||||
animation: none;
|
||||
height: 25vh;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
@ -9,7 +11,7 @@
|
||||
}
|
||||
|
||||
.features-image {
|
||||
max-height: 250px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.docs #sidebar-wrapper .sidebar-nav .sidebar-nav-item.open>a, .docs #sidebar-wrapper .sidebar-nav .sidebar-nav-item.open button {
|
||||
|
Reference in New Issue
Block a user