diff --git a/docs/assets/js/index.js b/docs/assets/js/index.js index 98d0216..17a059e 100644 --- a/docs/assets/js/index.js +++ b/docs/assets/js/index.js @@ -13,6 +13,7 @@ async function loadDescription() { const description = document.querySelector('#description'); description.innerHTML = html_readme || ''; + __format_HTML(description); } /** @@ -76,3 +77,10 @@ async function loadConfigs() { const data = await req.json(); return data; } + +function __format_HTML(ctn) { + const h1 = document.querySelector('#title-head'); + const title_reame = ctn.querySelector('#dev2forgehttpswwwdev2forgesoftwaredocumentationportal'); + h1.innerHTML = title_reame.innerHTML; + title_reame.remove(); +} diff --git a/docs/index.html b/docs/index.html index e65089e..9482aa3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -70,7 +70,7 @@
-

Docs for Dev2Forge projects

+