diff --git a/documentation/src/pages/install/index.tsx b/documentation/src/pages/install/index.tsx index 5f1abf25..60a6f76d 100644 --- a/documentation/src/pages/install/index.tsx +++ b/documentation/src/pages/install/index.tsx @@ -70,18 +70,19 @@ const Install: React.FC = () => {

Advanced Install Settings:

{/* Input fields for advanced install settings */} - {/* Example for hostname */} -
- - -
- {/* Repeat similar structure for other options */} + {Object.entries(installOptions).map(([key, value]) => ( +
+ + +
+ ))}