diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2024-02-26 16:38:02 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-03-08 11:06:34 +0000 |
commit | 59752ca693a647f8aefead6cdb1d17a593cd1051 (patch) | |
tree | 2de709c0bae631eb9b58a97515cb6a6986343b72 /docs/index.html | |
parent | 52d24703331e78b1a9a422f4d0c06633e6bf1dff (diff) |
Small corrections to avoid warnings
- index.html is not needed
- fixing relative links
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I1464ec731149ea8b914ef0ba9b3e7cc1a3ab399f
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29721
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Lisandro Perez Meyer <lpmeyer@ics.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 40b8bb0..0000000 --- a/docs/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -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 }}/docs/6. Reference/under-construction.png" /> --> - <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 --> |