What do you need help with?
+ +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +diff --git a/docs/.buildinfo b/docs/.buildinfo index 2fe8b339..032ef001 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: cff11e9fc2e77dc3c3e082d3bb070f67 +config: 548cf2fe48c4f676f1a0c391e8813ec0 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index a57a78c9..00000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -support.kobotoolbox.org \ No newline at end of file diff --git a/docs/_images/kobotoolbox_logo.png b/docs/_images/kobotoolbox_logo.png deleted file mode 100644 index 4b108398..00000000 Binary files a/docs/_images/kobotoolbox_logo.png and /dev/null differ diff --git a/docs/_sources/enketo.md.txt b/docs/_sources/enketo.md.txt new file mode 100644 index 00000000..8f081c61 --- /dev/null +++ b/docs/_sources/enketo.md.txt @@ -0,0 +1,2 @@ +# What are Enketo webforms? + diff --git a/docs/_sources/row_level_permissions.md.txt b/docs/_sources/row_level_permissions.md.txt new file mode 100644 index 00000000..7f3b27f4 --- /dev/null +++ b/docs/_sources/row_level_permissions.md.txt @@ -0,0 +1,2 @@ +# Row-level permissions + diff --git a/docs/_static/css/kobo_theme.css b/docs/_static/css/kobo_theme.css index f122d0dd..ed7036e9 100644 --- a/docs/_static/css/kobo_theme.css +++ b/docs/_static/css/kobo_theme.css @@ -84,6 +84,26 @@ img { max-width: 100%; } +svg { + max-width: 100%; + color: inherit; + shape-rendering: geometricPrecision; + fill: currentColor; +} + +i.icon { + display: inline-block; + vertical-align: top; + color: inherit; + line-height: 0; +} + +i.icon svg { + color: inherit; + shape-rendering: geometricPrecision; + fill: currentColor; +} + html body header.main-header { position: fixed; height: 70px; @@ -154,8 +174,138 @@ html body header.main-header .main-header__navigation ul li a:hover { } } -html body div.document { +.main-search { + width: 100%; + margin-bottom: 2.5rem; +} + +.main-search.main-search--big { + background-image: url("../images/scott-graham-5fNmWej4tAA-unsplash.jpg"); + background-repeat: no-repeat; + background-position: center 25%; + background-size: cover; +} + +.main-search.main-search--big .main-search__wrapper { + background-color: rgba(0, 74, 141, 0.6); +} + +.main-search .main-search__wrapper { + width: 100%; + background-color: rgba(0, 74, 141, 0.7); +} + +.main-search:not(.main-search--big) .main-search__header, +.main-search:not(.main-search--big) .main-search__paragraph, +.main-search:not(.main-search--big) .main-search__arrow { + display: none; +} + +.main-search .main-search__header, +.main-search .main-search__paragraph { + line-height: 1; + color: #fff; + text-align: center; + margin: 0; + padding: 0; +} + +.main-search .main-search__header { + font-family: "Source Sans Pro", sans-serif; + font-weight: 700; + font-size: 2.25rem; + padding-top: 4rem; +} + +.main-search .main-search__paragraph { + font-size: 1.125rem; + padding-top: 0.5rem; +} + +.main-search .main-search__arrow { + display: block; + text-align: center; + color: #fff; + padding-bottom: 1.5rem; +} + +.main-search .main-search__arrow svg { + width: 1.875rem; +} + +.main-search .main-search__form { + width: 100%; + max-width: 1000px; + margin: 0 auto; + padding: 1.875rem 0.5rem; +} + +.main-search .main-search__magnifying-glass { + position: absolute; + top: 1.125rem; + left: 1.25rem; + color: #8a8fa3; + -webkit-transition: all 0.2s; + -o-transition: all 0.2s; + transition: all 0.2s; + pointer-events: none; +} + +.main-search .main-search__magnifying-glass svg { + width: 1.875rem; + height: 1.875rem; +} + +.main-search .main-search__text-box-wrapper { + position: relative; +} + +.main-search .main-search__text-box { + font-size: 1.125rem; + line-height: 1.25rem; + height: 3.75rem; + width: 100%; + padding: 1.25rem 2rem 1.25rem 4rem; + border-radius: 1.875rem; + border: 1px solid #cfd5e3; + color: #414453; + background-color: #fff; +} + +.main-search .main-search__text-box:focus + .main-search__magnifying-glass { + color: #414453; +} + +.main-search .main-search__text-box::-webkit-input-placeholder { + color: #8a8fa3; +} + +.main-search .main-search__text-box::-moz-placeholder { + color: #8a8fa3; +} + +.main-search .main-search__text-box:-ms-input-placeholder { + color: #8a8fa3; +} + +.main-search .main-search__text-box::-ms-input-placeholder { + color: #8a8fa3; +} + +.main-search .main-search__text-box::placeholder { + color: #8a8fa3; +} + +.main-search .main-search__submit-button { + visibility: hidden; + position: fixed; +} + +html body { padding-top: 70px; +} + +html body div.document { margin: 0 auto; width: 100%; max-width: 1000px; @@ -319,6 +469,10 @@ div.document div.body code { vertical-align: middle; } +div.document div.sphinxsidebarwrapper { + padding-top: 0; +} + @media screen and (min-width: 876px) { div.document div.sphinxsidebarwrapper { padding-left: 0.5em; diff --git a/docs/_static/css/kobo_theme.css.map b/docs/_static/css/kobo_theme.css.map index 04d7501f..686b9926 100644 --- a/docs/_static/css/kobo_theme.css.map +++ b/docs/_static/css/kobo_theme.css.map @@ -1 +1 @@ -{"version":3,"sources":["../../../theme_source/sass/theme.scss","../../../theme_source/sass/_general.scss","kobo_theme.css","../../../theme_source/sass/_mixins.scss","../../../theme_source/sass/_variables.scss","../../../theme_source/sass/_header.scss","../../../theme_source/sass/_document.scss","../../../theme_source/sass/_footer.scss"],"names":[],"mappings":"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","file":"kobo_theme.css"} \ No newline at end of file +{"version":3,"sources":["../../../theme_source/sass/theme.scss","../../../theme_source/sass/_general.scss","kobo_theme.css","../../../theme_source/sass/_mixins.scss","../../../theme_source/sass/_variables.scss","../../../theme_source/sass/_icons.scss","../../../theme_source/sass/_header.scss","../../../theme_source/sass/_search.scss","../../../theme_source/sass/_document.scss","../../../theme_source/sass/_footer.scss"],"names":[],"mappings":"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","file":"kobo_theme.css"} \ No newline at end of file diff --git a/docs/_static/icons/chevron-down.svg b/docs/_static/icons/chevron-down.svg new file mode 100644 index 00000000..553fe09e --- /dev/null +++ b/docs/_static/icons/chevron-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/_static/icons/magnifying-glass.svg b/docs/_static/icons/magnifying-glass.svg new file mode 100644 index 00000000..50370b47 --- /dev/null +++ b/docs/_static/icons/magnifying-glass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/_static/images/scott-graham-5fNmWej4tAA-unsplash.jpg b/docs/_static/images/scott-graham-5fNmWej4tAA-unsplash.jpg new file mode 100644 index 00000000..02328912 Binary files /dev/null and b/docs/_static/images/scott-graham-5fNmWej4tAA-unsplash.jpg differ diff --git a/docs/activation_link.html b/docs/activation_link.html index 1762716c..76426726 100644 --- a/docs/activation_link.html +++ b/docs/activation_link.html @@ -19,7 +19,7 @@ - + @@ -41,6 +41,38 @@
Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ + + + + + +Search the knowledge base, browse our resources and visit our forum for more detail information
+ +