before changing links

This commit is contained in:
govardhan
2025-06-19 09:01:18 +05:30
commit 6686208bf1
1277 changed files with 29692 additions and 0 deletions

70
mkdocs.yml Normal file
View File

@ -0,0 +1,70 @@
site_name: CloudFerro Documentation
site_description: Documentation for CloudFerro services and products
site_author: CloudFerro
site_url: https://docs.cloudferro.com/
docs_dir: docs
site_dir: site
use_directory_urls: false
strict: false
# File handling
exclude_docs: |
*.tmp
.DS_Store
# Directory handling
theme:
name: material
features:
- navigation.tabs
- navigation.tracking
- navigation.sections
- navigation.expand
- search.suggest
- search.highlight
nav:
- Home: index.md
- Account Management:
- Overview: accountmanagement/accountmanagement.html.md
- Registration: accountmanagement/Registration-And-Account.html.md
- Cloud:
- Overview: cloud/cloud.html.md
- Data Volume:
- Overview: datavolume/datavolume.html.md
- Kubernetes:
- Overview: kubernetes/kubernetes.html.md
- Networking:
- Overview: networking/networking.html.md
- OpenStack CLI:
- Overview: openstackcli/openstackcli.html.md
- OpenStack Development:
- Overview: openstackdev/openstackdev.html.md
- S3:
- Overview: s3/s3.html.md
- Windows:
- Overview: windows/windows.html.md
- Release Notes:
- Latest: releasenotes/releasenotes.html.md
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.inlinehilite
plugins:
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/cloudferro
name: CloudFerro on GitHub