1 Commits

Author SHA1 Message Date
Alex
6b9716b72c Merge baa5973128 into deae56888a 2025-05-29 10:29:13 +03:00
4 changed files with 0 additions and 27 deletions

View File

@@ -1,8 +1,6 @@
@page getting-started Getting Started @page getting-started Getting Started
@tableofcontents @tableofcontents
![title-img](https://nsm09.casimages.com/img/2025/05/30//2505300816063242518595256.jpg)
# Install FTXUI # Install FTXUI
To set up FTXUI in your project, follow the [installation guide](installation.html), which provides instructions for multiple build systems and package managers. To set up FTXUI in your project, follow the [installation guide](installation.html), which provides instructions for multiple build systems and package managers.

View File

@@ -25,26 +25,6 @@
DoxygenAwesomeParagraphLink.init() DoxygenAwesomeParagraphLink.init()
DoxygenAwesomeInteractiveToc.init() DoxygenAwesomeInteractiveToc.init()
DoxygenAwesomeTabs.init() DoxygenAwesomeTabs.init()
window.addEventListener('DOMContentLoaded', function () {
document.querySelectorAll(".headertitle").forEach(div => {
// Hide progressively the title.
if (div.textContent != "Getting Started" &&
div.textContent != "Installation" &&
div.textContent != "Modules" &&
true) {
return;
}
div.style.display = "none";
// Show progressively the image.
const img = document.querySelector("img.inline");
img.style.maxHeight = "40vh";
img.style.maxWidth = "100%";
img.style.objectFit = "contain";
});
});
</script> </script>
$treeview $treeview
$search $search

View File

@@ -1,9 +1,6 @@
@page installation Installation @page installation Installation
@tableofcontents @tableofcontents
![title-img](https://nsm09.casimages.com/img/2025/05/30//2505300816063242518595255.jpg)
## Overview ## Overview
FTXUI can be integrated into your project using several build systems and package managers. FTXUI can be integrated into your project using several build systems and package managers.

View File

@@ -1,7 +1,5 @@
# Modules {#modules} # Modules {#modules}
![title-img](https://nsm09.casimages.com/img/2025/05/30//2505300816063242518595251.jpg)
FTXUI is organized into three modules, each building upon the previous: FTXUI is organized into three modules, each building upon the previous:
1. @subpage module-screen — low-level rendering 1. @subpage module-screen — low-level rendering