From fa20b2def4f4190ccf161cf55f5e626c3aecec8c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 31 May 2020 14:18:26 +0300 Subject: [PATCH] docs: fix HTML errors (#2732) * duplicate `title` tag; jekyll-seo-tag adds the title by default * escape `<` * fix duplicate IDs * fix typo `Documentaion` * add missing `alt` attributes in direct-chat.md --- docs/_config.yml | 4 +-- docs/_includes/head.html | 1 - docs/_includes/navbar.html | 2 +- docs/components/direct-chat.md | 48 +++++++++++++++++----------------- docs/components/main-header.md | 12 ++++----- 5 files changed, 33 insertions(+), 34 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 3746a002a..d145f65d5 100755 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -21,10 +21,10 @@ highlighter: rouge plugins: - jekyll-seo-tag -title: AdminLTE v3 Documentaion +title: AdminLTE v3 Documentation version: v3.0.5 description: >- # this means to ignore newlines until "baseurl:" - AdminLTE v3 Documentaion + AdminLTE v3 Documentation navigation: - title: Installation diff --git a/docs/_includes/head.html b/docs/_includes/head.html index c6c06201f..eb9c69e40 100755 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -3,7 +3,6 @@ - {{ page.title }} | AdminLTE 3 Documentation {% seo %} diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html index 89077166d..8f1c264a2 100755 --- a/docs/_includes/navbar.html +++ b/docs/_includes/navbar.html @@ -11,7 +11,7 @@ v3.0 v2.4 - <= v2.3 + <= v2.3 diff --git a/docs/components/direct-chat.md b/docs/components/direct-chat.md index cd36a24b8..6ad24e0c4 100644 --- a/docs/components/direct-chat.md +++ b/docs/components/direct-chat.md @@ -70,7 +70,7 @@ The direct chat widget extends the card component to create a beautiful chat int