Compare commits

3 الالتزامات

المؤلف SHA1 الرسالة التاريخ
ba5ea34a42 Merge pull request 'main' (#5) from ahmedhesham301/Ghaymah_Cloud_Docs:main into main
Reviewed-on: #5
2025-09-11 14:39:53 +00:00
d8703e829e added some settings and added search bar 2025-09-11 17:15:40 +03:00
e1d8319337 fixed sidebar paths 2025-09-11 17:15:06 +03:00
2 ملفات معدلة مع 20 إضافات و15 حذوفات

عرض الملف

@@ -1,9 +1,6 @@
- [About Ghaymah CLI](about-ghaymah-cli.md) - [Getting Started](Getting%20started.md)
- [Getting Started](getting-started.md)
- [Using CLI](using-cli.md)
- Features - Features
- [Integrations](features/integrations.md) <!-- - [Integrations](features/integrations.md) -->
- [Projects](features/Projects.md) - [Projects](Project.md)
- [Application](Application.md)

عرض الملف

@@ -2,10 +2,13 @@
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="utf-8" />
<title>Ghaymah Docs</title> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport"
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable/dist/css/theme-simple-dark.css"> content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover" />
<!-- <meta name="description" content=""> -->
<title>Ghaymah cloud documentation</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable/dist/css/theme-simple-dark.css" />
</head> </head>
<body> <body>
@@ -13,13 +16,18 @@
<script> <script>
window.$docsify = { window.$docsify = {
name: 'Ghaymah Docs', name: "Ghaymah Docs",
loadSidebar: true, loadSidebar: true,
subMaxLevel: 3 subMaxLevel: 3,
} };
</script> </script>
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script> <!-- Required -->
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/docsify.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/js/docsify-themeable.min.js"></script>
<!-- Recommended -->
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script>
</body> </body>
</html> </html>