Commit 84a8fb84 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DOC] Documentation

parent 15eed678
...@@ -70,7 +70,7 @@ instance Show DataField where ...@@ -70,7 +70,7 @@ instance Show DataField where
instance Doc DataField where instance Doc DataField where
doc Gargantext = "All Gargantext Database" doc Gargantext = "All Gargantext Database"
doc (External _) = "External (scientific) databases" doc (External _) = "External (scientific) databases"
doc Web = "All the web crawled with meta-search-engine SearX" doc Web = "To launch an analysis on french news (FR only supported for now): put your query, select FR and launch with button on bottom."
doc Files = "Zip files with formats.." doc Files = "Zip files with formats.."
derive instance Eq DataField derive instance Eq DataField
instance JSON.WriteForeign DataField where instance JSON.WriteForeign DataField where
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment