mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-20 09:19:54 +00:00
Update landing page
This commit is contained in:
parent
596290d1ff
commit
a86d1c32a3
@ -40,12 +40,12 @@ demo data =
|
||||
navigateDemo =
|
||||
{ title = "Navigation"
|
||||
, url = "/videos/docspell-dd-2020-08-09.mp4"
|
||||
, info = "Shows navigating through documents using tags and tag categories."
|
||||
, info = "Shows basic navigation through documents using tags and tag categories."
|
||||
}
|
||||
|
||||
|
||||
processDemo =
|
||||
{ title = "Processing"
|
||||
, url = "/videos/docspell-process-2020-08-09.mp4"
|
||||
, info = "Presents the basic idea: maintain an address book and let docspell find matches."
|
||||
, info = "Presents the basic idea: maintain an address book and let docspell find matches for new uploaded documents and attach them automatically."
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Markdown
|
||||
|
||||
getStarted : String -> List (Html msg)
|
||||
getStarted version =
|
||||
[ div [ class "content container is-size-5" ]
|
||||
[ div [ class "content container" ]
|
||||
[ Markdown.toHtml []
|
||||
"""Docspell consists of several components. The easiest way to get started is probably to use docker and
|
||||
[docker-compose](https://docs.docker.com/compose/)."""
|
||||
|
@ -130,8 +130,8 @@ view model =
|
||||
, demoHero
|
||||
, section [ class "section" ]
|
||||
[ div [ class "container" ]
|
||||
[ Demo.demo Demo.navigateDemo
|
||||
, Demo.demo Demo.processDemo
|
||||
[ Demo.demo Demo.processDemo
|
||||
, Demo.demo Demo.navigateDemo
|
||||
]
|
||||
]
|
||||
, getStartedHero model
|
||||
|
Loading…
x
Reference in New Issue
Block a user