Skip to content

Commit 461f336

Browse files
committed
Fix some doc structure
1 parent 4522fd9 commit 461f336

File tree

8 files changed

+30
-36
lines changed

8 files changed

+30
-36
lines changed

community/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Join the TrustGraph community and contribute to the project.
1212

1313
## Community Resources
1414

15-
- **[Contributing](contributing.md)** - How to contribute to TrustGraph
16-
- **[Code of Conduct](code-of-conduct.md)** - Community guidelines
17-
- **[Support](support.md)** - Getting help and support
18-
- **[Roadmap](roadmap.md)** - Project roadmap and future plans
19-
- **[Changelog](changelog.md)** - Release notes and changes
15+
- **[Contributing](contributing/)** - How to contribute to TrustGraph
16+
- **[Code of Conduct](code-of-conduct/)** - Community guidelines
17+
- **[Support](support/)** - Getting help and support
18+
- **[Roadmap](roadmap/)** - Project roadmap and future plans
19+
- **[Changelog](changelog/)** - Release notes and changes
2020

2121
## Getting Involved
2222

2323
We welcome contributions! Start by reading our [Contributing Guidelines](contributing.md) and [Code of Conduct](code-of-conduct.md).
2424

25-
Coming soon - community resources and contribution guides!
25+
Coming soon - community resources and contribution guides!

deployment/index.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,25 @@ Deploy TrustGraph on various platforms and environments with these comprehensive
1212

1313
## Deployment Options
1414

15-
- **[Docker Compose](docker-compose.md)** - Quick local deployment
16-
- **[Minikube](minikube.md)** - Local Kubernetes deployment
17-
- **[Google Cloud Platform](gcp.md)** - GCP deployment guide
18-
- **[Amazon Web Services](aws.md)** - AWS deployment guide
19-
- **[Scaleway](scaleway.md)** - Scaleway deployment guide
15+
### Local Development
16+
- **[Docker Compose](docker-compose/)** - Quick local deployment
17+
- **[Minikube](minikube/)** - Local Kubernetes deployment
18+
19+
### Cloud Platforms
20+
- **[Intel GPU / Tiber Cloud](intel/)** - Intel accelerated high-performance deployment
21+
- **[Azure AKS](azure/)** - Microsoft Azure deployment with AKS
22+
- **[Google Cloud Platform](gcp/)** - GCP deployment guide
23+
- **[AWS EC2 Single Instance](aws-ec2/)** - Simple AWS EC2 deployment for development
24+
- **[Amazon Web Services (RKE)](aws-rke/)** - Production-ready AWS deployment with RKE2
25+
- **[Scaleway](scaleway/)** - Scaleway deployment guide
2026

2127
## Best Practices
2228

23-
- **[Production Considerations](production-considerations.md)** - Production best practices
24-
- **[Troubleshooting](troubleshooting.md)** - Common deployment issues
29+
- **[Production Considerations](production-considerations/)** - Production best practices
30+
- **[Security Considerations](security-considerations/)** - Security best practices
31+
- **[Troubleshooting](troubleshooting/)** - Common deployment issues
2532

2633
## Getting Started
2734

28-
For quick local testing, start with [Docker Compose](docker-compose.md). For production deployments, review [Production Considerations](production-considerations.md) first.
35+
For quick local testing, start with [Docker Compose](docker-compose/). For production deployments, review [Production Considerations](production-considerations/) first.
2936

30-
Coming soon - comprehensive deployment guides for all platforms!

getting-started/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Welcome to TrustGraph! This section will help you get up and running quickly.
1212

1313
## Quick Start Path
1414

15-
1. **[Installation](installation.md)** - Install TrustGraph on your system
15+
1. **[Core Concepts](concepts.md)** - Understand key TrustGraph concepts
1616
2. **[First Steps](first-steps.md)** - Set up your first TrustGraph instance
17-
3. **[Core Concepts](concepts.md)** - Understand key TrustGraph concepts
17+
3. **[Installation](installation.md)** - Install TrustGraph on your system
1818

1919
## What You'll Learn
2020

@@ -25,4 +25,4 @@ Welcome to TrustGraph! This section will help you get up and running quickly.
2525

2626
Ready to begin? Start with [Installation](installation.md)!
2727

28-
Coming soon - comprehensive getting started guides!
28+
Coming soon - comprehensive getting started guides!

index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ Learn about TrustGraph's features, architecture, and use cases.
2020
### [Deployment](deployment/)
2121
Deploy TrustGraph on various platforms and environments.
2222

23-
### [API Documentation](api/)
24-
Complete API reference with examples and best practices.
25-
26-
### [CLI Tools](cli/)
27-
Command-line interface for managing TrustGraph.
28-
2923
### [How-to Guides](guides/)
3024
Step-by-step guides for common tasks and integrations.
3125

overview/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ Learn about TrustGraph's capabilities, architecture, and how it can solve your t
1212

1313
## Topics Covered
1414

15-
- **[Features](features.md)** - Complete feature overview
15+
- **[Philosophy](philosophy.md)** - Complete feature overview
1616
- **[Architecture](architecture.md)** - System architecture and design
17+
- **[Features](features.md)** - Complete feature overview
1718
- **[Use Cases](use-cases.md)** - Common use cases and applications
1819
- **[Feature Maturity](feature-maturity.md)** - Feature maturity and roadmap
1920

@@ -35,4 +36,4 @@ Traditional AI agents often struggle with hallucinations and lack of context. Tr
3536
- Creating "Knowledge Packages" that combine Knowledge Graphs with Vector Embeddings
3637
- Enabling agents to perform contextual reasoning rather than simple pattern matching
3738
- Providing radical transparency in how AI systems process and understand data
38-
- Supporting integration with multiple LLMs, vector databases, and graph databases
39+
- Supporting integration with multiple LLMs, vector databases, and graph databases
File renamed without changes.
File renamed without changes.

reference/index.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,9 @@ Technical reference materials and specifications for TrustGraph.
1212

1313
## Reference Materials
1414

15-
- **[Configuration](configuration.md)** - Complete configuration reference
16-
- **[Environment Variables](environment-variables.md)** - Environment variable reference
17-
- **[File Formats](file-formats.md)** - Supported file formats
18-
- **[Query Syntax](query-syntax.md)** - Query language syntax
19-
- **[Schema Definition](schema-definition.md)** - Graph schema specification
20-
- **[Similar Systems](similar-systems.md)** - Comparison with other systems
21-
- **[Glossary](glossary.md)** - Terminology and definitions
15+
- **[APIs](apis/)** - API documentation and specifications
16+
- **[CLI](cli/)** - Command-line interface reference
2217

2318
## Quick Reference
2419

25-
For quick lookups, check the [Glossary](glossary.md) for terminology or [Configuration](configuration.md) for settings.
26-
27-
Coming soon - comprehensive reference documentation!
20+
For API documentation, see [APIs](apis/). For command-line tools, see [CLI](cli/).

0 commit comments

Comments
 (0)