mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Upgrade microsite
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
---
|
||||
layout: docs
|
||||
position: 5
|
||||
title: Api
|
||||
---
|
||||
|
10
modules/microsite/docs/demo.md
Normal file
10
modules/microsite/docs/demo.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: docs
|
||||
title: Demo
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
|
||||
|
||||
|
||||
<img width="100%" src="img/docspell-demo.gif" title="Demo">
|
@ -1,12 +1,6 @@
|
||||
---
|
||||
layout: home
|
||||
position: 3
|
||||
section: quickstart
|
||||
layout: docs
|
||||
title: Quickstart
|
||||
technologies:
|
||||
- first: ["Scala + Elm", "Backend is in Scala with Cats/Fs2, Webapp in Elm"]
|
||||
- second: ["Unpaper + Tesseract", "Text is extracted using OCR provided by tesseract"]
|
||||
- third: ["Stanford NLP", "Documents are analyzed using Stanford NLP classifiers"]
|
||||
---
|
||||
|
||||
## Download
|
@ -1,12 +1,9 @@
|
||||
---
|
||||
layout: home
|
||||
position: 1
|
||||
section: home
|
||||
title: Home
|
||||
technologies:
|
||||
- first: ["Scala + Elm", "Backend is in Scala with Cats/Fs2, Webapp in Elm"]
|
||||
- second: ["Unpaper + Tesseract", "Text is extracted using OCR provided by tesseract"]
|
||||
- third: ["Stanford NLP", "Documents are analyzed using Stanford NLP classifiers"]
|
||||
layout: homeFeatures
|
||||
features:
|
||||
- first: ["Stow documents away", "Most of the time documents (emails, postal mail) are received or created. It should be fast to stow them away, knowing that they can be found if necessary."]
|
||||
- second: ["Semi-Automatic Tagging", "Documents are analyzed and tagged automatically. “Semi–”, because it may not always be correct; results can be reviewed and corrected."]
|
||||
- third: ["Find them", "If there is a document needed, you can search for it. Usually, restricting to a date range and a correspondent will result in only a few documents to sift through. Alternatively, you can add your own tags, names etc to better match your workflow."]
|
||||
---
|
||||
|
||||
# A Document Organizer
|
@ -1,18 +1,27 @@
|
||||
.jumbotron {
|
||||
#masthead {
|
||||
background: url(../img/back-master-small.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 800px;
|
||||
}
|
||||
|
||||
.content-wrapper h1, .h1 {
|
||||
border-bottom: 1px solid #d8dfe5;
|
||||
padding-bottom: 0.8rem;
|
||||
.docs #sidebar-wrapper .sidebar-nav .sidebar-nav-item.open>a, .docs #sidebar-wrapper .sidebar-nav .sidebar-nav-item.open button {
|
||||
background: #495680;
|
||||
}
|
||||
.docs #sidebar-wrapper .sidebar-nav .sidebar-nav-item .sub-section {
|
||||
background: #172651;
|
||||
}
|
||||
.docs #sidebar-wrapper .sidebar-nav .sidebar-nav-item .sub-section a.active {
|
||||
font-weight: bold;
|
||||
}
|
||||
.docs #sidebar-wrapper {
|
||||
background: #172651;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 1.75em;
|
||||
.docs #sidebar-wrapper #sidebar-brand {
|
||||
background: #495680;
|
||||
|
||||
}
|
||||
|
||||
h4 {
|
||||
.docs h4 {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
@ -2,7 +2,10 @@ options:
|
||||
- title: Home
|
||||
url: index.html
|
||||
|
||||
- title: Getit
|
||||
- title: Demo
|
||||
url: demo.html
|
||||
|
||||
- title: Quickstart
|
||||
url: getit.html
|
||||
|
||||
- title: Documentation
|
||||
|
@ -0,0 +1 @@
|
||||
../../../../../../../artwork/logo-only.svg
|
@ -0,0 +1 @@
|
||||
../../../../../../../artwork/stow.svg
|
@ -0,0 +1 @@
|
||||
../../../../../../../artwork/logo-only-36.svg
|
@ -0,0 +1 @@
|
||||
light-navbar-brand.svg
|
@ -1 +0,0 @@
|
||||
../../../../../../../artwork/logo-96.png
|
@ -1 +0,0 @@
|
||||
../../../../../../../artwork/logo-96.png
|
@ -0,0 +1 @@
|
||||
../../../../../../../artwork/tag.svg
|
@ -1 +0,0 @@
|
||||
../../../../../../../artwork/logo-96.png
|
@ -1 +0,0 @@
|
||||
../../../../../../../artwork/logo-96.png
|
@ -0,0 +1 @@
|
||||
../../../../../../../artwork/search.svg
|
@ -1,16 +0,0 @@
|
||||
---
|
||||
layout: home
|
||||
position: 2
|
||||
section: demo
|
||||
title: Demo
|
||||
technologies:
|
||||
- first: ["Scala + Elm", "Backend is in Scala with Cats/Fs2, Webapp in Elm"]
|
||||
- second: ["Unpaper + Tesseract", "Text is extracted using OCR provided by tesseract"]
|
||||
- third: ["Stanford NLP", "Documents are analyzed using Stanford NLP classifiers"]
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
|
||||
|
||||
|
||||
<img width="100%" src="img/docspell-demo.gif" title="Demo">
|
@ -99,7 +99,7 @@ span.small-info {
|
||||
.login-layout .login-view, .register-layout .register-view, .newinvite-view {
|
||||
background: #fff;
|
||||
position: relative;
|
||||
top: 20vh;
|
||||
top: 2vh;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
|
Reference in New Issue
Block a user