diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/_includes/head.html | 2 | ||||
-rw-r--r-- | site/_includes/header.html | 6 | ||||
-rw-r--r-- | site/_includes/toc_recursive_dropdown.html | 2 | ||||
-rw-r--r-- | site/_layouts/base.html | 2 | ||||
-rw-r--r-- | site/_layouts/doc.html | 2 | ||||
-rw-r--r-- | site/contribute/contribute_guidelines.md | 3 | ||||
-rw-r--r-- | site/static/img/under-construction.png | bin | 0 -> 233438 bytes | |||
-rw-r--r-- | site/under-construction.html | 32 |
8 files changed, 43 insertions, 6 deletions
diff --git a/site/_includes/head.html b/site/_includes/head.html index fb81bfa..d82765c 100644 --- a/site/_includes/head.html +++ b/site/_includes/head.html @@ -40,7 +40,7 @@ <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/static/styles/main.css"> <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/static/styles/syntax.css"> <!-- Algolia Search CSS --> - <link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" /> + <!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" /> --> <!-- Fonts --> <!-- For attribution information, see www/attributions.html --> diff --git a/site/_includes/header.html b/site/_includes/header.html index a421f1c..78387ad 100644 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -66,7 +66,7 @@ <a href="{{ site.baseurl }}/contribute">Contribute</a> </li> <li> - <form class="navbar-form navbar-right" id="header-search-form" role="search"> +<!-- <form class="navbar-form navbar-right" id="header-search-form" role="search"> <div class="input-group"> {% if page.version %} {% assign version = page.version %} @@ -75,7 +75,9 @@ {% endif %} <input id="header-search-field" type="text" placeholder="Search '{{ version }}' docs..." class="form-control hidden-xs" autocomplete="off"> </div> - </form> + </form> --> + <!--<script async src="https://cse.google.com/cse.js?cx=015035502323899441113:l83yxim-aao"></script> + <div class="gcse-search"></div>--> </li> </ul> </div> diff --git a/site/_includes/toc_recursive_dropdown.html b/site/_includes/toc_recursive_dropdown.html index b0983e1..2228c7e 100644 --- a/site/_includes/toc_recursive_dropdown.html +++ b/site/_includes/toc_recursive_dropdown.html @@ -8,6 +8,6 @@ </li> {% endif %} {% if entry.children %} -{% include toc_recursive_dropdown.html entries=entry.children my_entry=include.my_entry version_root=version_root %} +{% include toc_recursive_dropdown.html entries=entry.children my_entry=include.my_entry version_root=include.version_root %} {% endif %} {% endfor %} diff --git a/site/_layouts/base.html b/site/_layouts/base.html index 1ccb6b5..f3ec5d6 100644 --- a/site/_layouts/base.html +++ b/site/_layouts/base.html @@ -8,7 +8,7 @@ analytics_id: {{ site.ganalytics }} <body> {{ content }} <script defer type="text/javascript" src="{{ site.baseurl }}/static/js/twitter.js"></script> - {% include algolia.html %} + <!-- {% include algolia.html %} --> {% for script in layout.scripts %} <script defer src="{{ site.baseurl }}/static/js/{{script}}"></script> diff --git a/site/_layouts/doc.html b/site/_layouts/doc.html index 2b6cf39..fb02386 100644 --- a/site/_layouts/doc.html +++ b/site/_layouts/doc.html @@ -205,6 +205,8 @@ set some constants {% capture other_version_root %}{{site.docsurl}}/{{ page.language }}/{{ other_version_string }}/{% endcapture %} {% assign other_version_url = page.url | replace:VERSION_URL,other_version_root %} + {% assign other_version_url = VERSION_ROOT | replace: page.version, other_version_string %} + {% comment %} {% unless ALL_PAGES contains other_version_url %} {% assign other_version_url = other_version_root %} diff --git a/site/contribute/contribute_guidelines.md b/site/contribute/contribute_guidelines.md index 4506828..1b2ed8c 100644 --- a/site/contribute/contribute_guidelines.md +++ b/site/contribute/contribute_guidelines.md @@ -57,7 +57,8 @@ Registered users in gerrit without any of the above access levels may fetch the #### Patch Review and Merge Policy -In addition to providing comments and suggestions for improvement, reviewers are encouraged to respond to changes with an overall +1, -1 type value. The meaning of these numbers is explained in the [https://gerrit.baserock.org/Documentation/config-labels.html#label_Code-Review](Gerrit documentation) +In addition to providing comments and suggestions for improvement, reviewers are encouraged to respond to changes with an overall +1, -1 type value. The meaning of these numbers is explained in the +[Gerrit documentation](https://gerrit.automotivelinux.org/gerrit/Documentation/config-labels.html). Here is a brief summary of the values: diff --git a/site/static/img/under-construction.png b/site/static/img/under-construction.png Binary files differnew file mode 100644 index 0000000..0c514ff --- /dev/null +++ b/site/static/img/under-construction.png diff --git a/site/under-construction.html b/site/under-construction.html new file mode 100644 index 0000000..6311714 --- /dev/null +++ b/site/under-construction.html @@ -0,0 +1,32 @@ +--- +title: Reference +--- + +<div id="hero_bottom_strip"> + <div class="container"> + <div id="hero_section" class="row vertical-center-child"> + <div class="col-xs-12 col-sm-5 agl-bot"> + <img src="{{ site.baseurl }}{{ site.logo.underconstruction }}" style="width:100%" style="margin:50px 50px"/> + </div> + <div class="col-xs-12 col-sm-7 hero_content"> + <!-- <img class="hero_logo hidden-xs" src="{{ site.baseurl }}{{ site.logo.textonly }}"/> --> + <!-- <img class="hero_logo visible-xs" src="{{ site.baseurl }}/static/img/logo_full_2.svg" /> --> + <p>This page is under construction...</p> + </div> + </div> + <div class="row" style="margin:50px 50px"> + </div> + </div> +</div> +<div class="blue-divider"></div> + + +<!-- /container --> + +<div class="container-fluid dark vertical-aligned-columns"> + <div class="container"> + </div><!-- /container --> + +<!-- {% include tools_and_showcase.html %} --> + +</div><!-- /container-fluid --> |