diff --git a/README.md b/README.md index caff0a8f3e..4b4eb275d3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The layout of the site is mainly controlled by the css-files located in _include The history is not important, so publishing of the new site to ResInsight gh-pages is easiest done by manually copying your site changes into a single checkin on ResInsight/gh-pages. You will then have to delete all the files in ResInsight/gh-pages **exept** the .git directory and CNAME. -Then copy all the files from the new "site" **exept** the .git directory, CNAME and _config.yml. +Then copy all the files from the new "site" **exept** the .git directory and CNAME. # MathJax diff --git a/_data/docs.yml b/_data/docs.yml index a25318077d..bbaf0ab2d2 100644 --- a/_data/docs.yml +++ b/_data/docs.yml @@ -4,38 +4,43 @@ - title: Getting Started docs: - - gettingstarted - installation - installationlinux - + - gettingstarted + - gridimportexport + - modelnavigation + - title: Application docs: - - gridimportexport - reservoirviews - - modelnavigation + - cellresults - resultcolorlegend + - resultinspection - simulationwells - faults - intersections - filters - formations - wellpaths - - resultinspection - linkedviews - - exporteclipseproperties + - casegroupsandstatistics - summaryplots - welllogsandplots + - flowdiagnosticsplots + - preferences + +- title: Export and Interfaces + docs: - snapshots - - casegroupsandstatistics + - batchcommands + - exporteclipseproperties - octaveinterface - odbsupport - - derivedresults - - batchcommands - - preferences - title: Appendix docs: - commandlineparameters + - derivedresults - octaveinterfacereference - buildinstructions - regressiontestsystem diff --git a/_data/project.yml b/_data/project.yml index d4c7d13004..b7a08e28c7 100644 --- a/_data/project.yml +++ b/_data/project.yml @@ -1,8 +1,8 @@ - title: Project docs: - testimonials - - roadmap - contact + - releasenotification - about - title: Download docs: diff --git a/_includes/css/style.css b/_includes/css/style.css index bb9c26bdc0..bba0165c7f 100644 --- a/_includes/css/style.css +++ b/_includes/css/style.css @@ -724,7 +724,8 @@ a:hover { } strong { - font-weight: 700; + font-weight: 600; + color: #ccc; } p { @@ -1042,3 +1043,38 @@ code.option, code.flag, code.filter, code.output { padding: 0 10px; } } + +/* Search */ +input[type="search"] { + color: #ddd; + background-color: #444; + border: 1px solid #777; + border-radius: 3px; + width: 130px; + padding: 3px 5px; +} +#search-form, #search-box { + display: inline-block; +} +span.search-hilight { + background-color: rgba(0, 255, 0, 0.3); + display: inline-block; + padding: 1px 0px; +} +p.search-result-subtitle { + margin: 0; +} +p.search-result-subtitle a { + font-size: 15px; + font-style: italic; + color: #ca0; +} +h3.search-result-title { + margin-bottom: 2px; + margin-top: 20px; + font-style: italic; +} +p.search-result-data { + margin: 0; + font-size: 15px; +} diff --git a/_includes/header.html b/_includes/header.html index 646ae52a23..b2a7d2039e 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,7 +5,7 @@