exclude search functionaliy

This commit is contained in:
govardhan
2025-06-19 16:22:29 +05:30
parent 144f6ebb2a
commit bf8a451bc6
25 changed files with 738 additions and 61 deletions

View File

@ -1,3 +1,7 @@
---
search: false
---
Adding and editing Organization[🔗](#adding-and-editing-organization "Permalink to this headline")
=================================================================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
Wallets and Contracts Management[🔗](#wallets-and-contracts-management "Permalink to this headline")
===================================================================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
Cookie consent on CloudFerro Cloud[🔗](#cookie-consent-on-brand-name "Permalink to this headline")
=================================================================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
Editing profile[🔗](#editing-profile "Permalink to this headline")
=================================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
Forgotten Password[🔗](#forgotten-password "Permalink to this headline")
=======================================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
Helpdesk and Support[🔗](#helpdesk-and-support "Permalink to this headline")
===========================================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
How to activate OpenStack CLI access to CloudFerro Cloud cloud using one- or two-factor authentication[🔗](#how-to-activate-openstack-cli-access-to-brand-name-cloud-using-one-or-two-factor-authentication "Permalink to this headline")
========================================================================================================================================================================================================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
How to buy credits using Pay Per Use wallet on CloudFerro Cloud[🔗](#how-to-buy-credits-using-pay-per-use-wallet-on-brand-name "Permalink to this headline")
===========================================================================================================================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
How to manage TOTP authentication on CloudFerro Cloud[🔗](#how-to-manage-totp-authentication-on-brand-name "Permalink to this headline")
=======================================================================================================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
How to start using dashboard services on CloudFerro Cloud[🔗](#how-to-start-using-dashboard-services-on-brand-name "Permalink to this headline")
===============================================================================================================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
Inviting new user to your Organization[🔗](#inviting-new-user-to-your-organization "Permalink to this headline")
===============================================================================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
Privacy policy for clients[🔗](#privacy-policy-for-clients "Permalink to this headline")
=======================================================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
Registration and Setting up an Account[🔗](#registration-and-setting-up-an-account "Permalink to this headline")
===============================================================================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
Removing user from Organization[🔗](#removing-user-from-organization "Permalink to this headline")
=================================================================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
Services[🔗](#services "Permalink to this headline")
===================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
Tenant manager users and roles on CloudFerro Cloud[](#tenant-manager-users-and-roles-on-cloudferro-cloud "Permalink to this headline")enant manager users and roles on CloudFerro Cloud[🔗](#tenant-manager-users-and-roles-on-brand-name "Permalink to this headline")
=================================================================================================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
Two-Factor Authentication to CloudFerro Cloud site using mobile application[🔗](#two-factor-authentication-to-brand-name-site-using-mobile-application "Permalink to this headline")
===================================================================================================================================================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
Two-Factor Authentication to CloudFerro Cloud site using KeePassXC on desktop[🔗](#two-factor-authentication-to-brand-name-site-using-keepassxc-on-desktop "Permalink to this headline")
=======================================================================================================================================================================================

View File

@ -1,3 +1,7 @@
---
search: false
---
ACCOUNT MANAGEMENT[](#account-management "Permalink to this headline")
=======================================================================

26
docs/assets/logo.svg Normal file
View File

@ -0,0 +1,26 @@
<svg viewBox="0 0 586.65576 283.09213" xmlns="http://www.w3.org/2000/svg">
<!-- Cloud shapes scaled up -->
<path d="M70 140 Q90 100 130 100 Q170 100 190 125 Q210 100 250 100 Q290 100 310 140 Q330 180 290 210 Q250 240 190 210 Q130 240 90 210 Q50 180 70 140"
fill="#C8E6FF" opacity="0.3"/>
<!-- OpenStack-style hexagons -->
<g transform="translate(480,140) scale(0.8)">
<path d="M0,-60 L52,-30 L52,30 L0,60 L-52,30 L-52,-30 Z" fill="#ED1944" opacity="0.8">
<animateTransform attributeName="transform" type="rotate" from="0" to="360" dur="10s" repeatCount="indefinite"/>
</path>
</g>
<!-- Main text centered and scaled -->
<text x="293" y="160" font-family="Arial Black, sans-serif" font-size="80" text-anchor="middle">
<tspan fill="#ED1944">3</tspan>
<tspan fill="#2A4E68">engines</tspan>
</text>
<!-- Underline with gradient -->
<linearGradient id="gradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#ED1944"/>
<stop offset="100%" style="stop-color:#2A4E68"/>
</linearGradient>
<path d="M150 180 Q293 190 436 180" stroke="url(#gradient)" stroke-width="5" fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

26
docs/css/custom.css Normal file
View File

@ -0,0 +1,26 @@
/* Reduce sidebar width and padding */
.wm-nav {
width: 200px; /* Adjust to your preferred sidebar width */
padding: 10px; /* Reduce padding */
margin-left: 10px; /* Reduce left margin */
}
/* Expand main content area */
.wm-content {
max-width: 90%; /* Use more screen width */
margin: 0 auto; /* Center content with minimal margins */
padding: 15px; /* Reduce padding */
}
/* Ensure the container uses full width */
.wm-container {
max-width: 100%; /* Remove restrictive container width */
margin: 0; /* Remove container margins */
}
/* Optional: Adjust for larger screens */
@media (min-width: 1200px) {
.wm-content {
max-width: 1200px; /* Cap content width on very wide screens */
}
}

View File

@ -1,8 +1,61 @@
Welcome to CloudFerro Cloud Documentation
====================================================
# Welcome to CloudFerro Cloud Documentation
> **CloudFerro Cloud** provides robust, scalable, and secure cloud solutions for modern enterprises. Explore our comprehensive documentation to get started, manage resources, and optimize your cloud experience.
---
## Quick Start
- [Cloud Overview](cloud/cloud.html.md)
- [Data Volume Management](datavolume/datavolume.html.md)
- [Kubernetes](kubernetes/kubernetes.html.md)
- [Networking](networking/networking.html.md)
- [OpenStack CLI](openstackcli/openstackcli.html.md)
- [OpenStack Development](openstackdev/openstackdev.html.md)
- [S3 Storage](s3/s3.html.md)
- [Windows Management](windows/windows.html.md)
- [Release Notes](releasenotes/releasenotes.html.md)
---
## Documentation Sections
### Cloud
See all guides for managing and using cloud resources in [Cloud Overview](cloud/cloud.html.md).
### Data Volume
Learn about attaching, managing, and backing up volumes in [Data Volume Management](datavolume/datavolume.html.md).
### Kubernetes
Cluster creation, scaling, and management: [Kubernetes](kubernetes/kubernetes.html.md).
### Networking
Networking setup, SSH, floating IPs, and more: [Networking](networking/networking.html.md).
### OpenStack CLI
Command-line management and automation: [OpenStack CLI](openstackcli/openstackcli.html.md).
### OpenStack Development
SDKs, automation, and advanced topics: [OpenStack Development](openstackdev/openstackdev.html.md).
### S3 Storage
Object storage, S3 tools, and usage: [S3 Storage](s3/s3.html.md).
### Windows Management
Guides for Windows VMs and remote access: [Windows Management](windows/windows.html.md).
### Release Notes
Latest updates and changes: [Release Notes](releasenotes/releasenotes.html.md).
---
> **Tip:** Use the side navigation to browse all topics. Expand sections to see all available guides.
---
Contents:
<!-- ACCOUNT MANAGEMENT section temporarily disabled -->
<!--
## ACCOUNT MANAGEMENT
- [Registration and Setting up an Account](accountmanagement/Registration-And-Account.html.md)
- [How to start using dashboard services on CloudFerro Cloud](accountmanagement/How-to-start-using-dashboard-services-on-CloudFerro-Cloud.html.md)
@ -22,6 +75,7 @@ Contents:
- [Helpdesk and Support](accountmanagement/Help-Desk-And-Support.html.md)
- [Privacy policy for clients](accountmanagement/Privacy-Policy.html.md)
- [Cookie consent on CloudFerro Cloud](accountmanagement/Cookie-consent-on-CloudFerro-Cloud.html.md)
-->
## CLOUD
- [Dashboard Overview Project Quotas And Flavors Limits on CloudFerro Cloud](cloud/Dashboard-Overview-Project-Quotas-And-Flavors-Limits-on-CloudFerro-Cloud.html.md)
@ -141,37 +195,4 @@ Contents:
- [How to access object storage using OpenStack CLI on CloudFerro Cloud](openstackcli/How-to-access-object-storage-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
- [How to transfer volumes between domains and projects using OpenStack CLI client on CloudFerro Cloud](openstackcli/How-to-transfer-volumes-between-domains-and-projects-using-OpenStack-CLI-client-on-CloudFerro-Cloud.html.md)
- [How to start a VM from instance snapshot using OpenStack CLI on CloudFerro Cloud](openstackcli/How-to-start-a-VM-from-instance-snapshot-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
- [How to create instance snapshot using OpenStack CLI on CloudFerro Cloud](openstackcli/How-to-create-instance-snapshot-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
- [Resizing a virtual machine using OpenStack CLI on CloudFerro Cloud](openstackcli/Resizing-a-virtual-machine-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
- [Use backup command to create rotating backups of virtual machines on CloudFerro Cloud cloud](openstackcli/Use-backup-command-to-create-rotating-backups-of-virtual-machines-on-CloudFerro-Cloud.html.md)
- [Use script to create daily weekly and monthly rotating backups of virtual machines on CloudFerro Cloud](openstackcli/Use-script-to-create-daily-weekly-and-monthly-rotating-backups-of-virtual-machines-using-on-CloudFerro-Cloud.html.md)
## OPENSTACK DEV
- [Authenticating with OpenstackSDK using Keycloak Credentials on CloudFerro Cloud](openstackdev/Authenticating-to-OpenstackSDK-using-Keycloak-Credentials-on-CloudFerro-Cloud.html.md)
- [Generating and authorizing Terraform using Keycloak user on CloudFerro Cloud](openstackdev/Generating-and-authorizing-Terraform-using-Keycloak-user-on-CloudFerro-Cloud.html.md)
## S3
- [How to Delete Large S3 Bucket on CloudFerro Cloud](s3/How-to-delete-large-S3-bucket-on-CloudFerro-Cloud.html.md)
- [How to Mount Object Storage Container as a File System in Linux Using s3fs on CloudFerro Cloud](s3/How-to-mount-object-storage-container-as-a-file-system-in-Linux-using-s3fs-on-CloudFerro-Cloud.html.md)
- [Bucket sharing using s3 bucket policy on CloudFerro Cloud](s3/Bucket-sharing-using-s3-bucket-policy-on-CloudFerro-Cloud.html.md)
- [How to use Object Storage on CloudFerro Cloud](s3/How-to-use-Object-Storage-on-CloudFerro-Cloud.html.md)
- [How to access private object storage using S3cmd or boto3 on CloudFerro Cloud](s3/How-to-access-private-object-storage-using-S3cmd-or-boto3-on-CloudFerro-Cloud.html.md)
- [How to Install Boto3 in Windows on CloudFerro Cloud](s3/How-To-Install-boto3-In-Windows-on-CloudFerro-Cloud.html.md)
- [Server-Side Encryption with Customer-Managed Keys (SSE-C) on CloudFerro Cloud](s3/Server-Side-Encryption-with-Customer-Managed-Keys-SSE-C-on-CloudFerro-Cloud.html.md)
- [How to mount object storage container from CloudFerro Cloud as file system on local Windows computer](s3/How-to-mount-object-storage-container-from-CloudFerro-Cloud-as-file-system-on-local-Windows-computer.html.md)
- [How to install s3cmd on Linux on CloudFerro Cloud](s3/How-to-install-s3cmd-on-Linux-on-CloudFerro-Cloud.html.md)
- [How to access object storage from CloudFerro Cloud using boto3](s3/How-to-access-object-storage-from-CloudFerro-Cloud-using-boto3.html.md)
- [How to access object storage from CloudFerro Cloud using s3cmd](s3/How-to-access-object-storage-from-CloudFerro-Cloud-using-s3cmd.html.md)
- [Configuration files for s3cmd command on CloudFerro Cloud](s3/Configuration-files-for-s3cmd-command-on-CloudFerro-Cloud.html.md)
- [S3 bucket object versioning on CloudFerro Cloud](s3/S3-bucket-object-versioning-on-CloudFerro-Cloud.html.md)
## WINDOWS
- [How to access a VM from Windows PuTTY on CloudFerro Cloud](windows/How-to-access-a-VM-from-Windows-PuTTY-on-CloudFerro-Cloud.html.md)
- [Connecting to a Windows VM via RDP through a Linux bastion host port forwarding on CloudFerro Cloud](windows/Connecting-to-a-Windows-VM-via-RDP-through-a-Linux-bastion-host-port-forwarding-on-CloudFerro-Cloud.html.md)
- [How to connect to a virtual machine via SSH from Windows 10 Command Prompt on CloudFerro Cloud](windows/How-to-connect-to-a-virtual-machine-via-SSH-from-Windows-10-Command-Prompt-on-CloudFerro-Cloud.html.md)
- [How to Create SSH Key Pair in Windows 10 On CloudFerro Cloud](windows/How-To-Create-SSH-Key-Pair-In-Windows-On-CloudFerro-Cloud.html.md)
- [Can I change my password through RDP on CloudFerro Cloud?](windows/Can-I-change-my-password-through-RDP-on-CloudFerro-Cloud.html.md)
- [How to Create SSH Key Pair in Windows 11 On CloudFerro Cloud](windows/How-To-Create-SSH-Key-Pair-In-Windows-11-On-CloudFerro-Cloud.html.md)
## RELEASE NOTES
- [Release Notes](releasenotes/releasenotes.html.md)
- [How to create instance snapshot using OpenStack CLI on CloudFerro Cloud](openstackcli/How-to-create-instance-snapshot-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)