Skip to content

Commit 8ec0f6b

Browse files
committed
Minor tweaks
1 parent fe2bd63 commit 8ec0f6b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

deployment/docker-compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Docker Compose provides the easiest way to get TrustGraph running locally with a
3838

3939
### 1. Create Configuration
4040

41-
Use the [TrustGraph Configuration Portal](https://config-ui.demo.trustgraph.ai/) to generate your deployment configuration:
41+
Use the [TrustGraph Configuration Builder](https://config-ui.demo.trustgraph.ai/) to generate your deployment configuration:
4242

4343
1. **Select Deployment**: Choose Docker Compose or Podman Compose
4444
2. **Graph Store**: Select Cassandra (recommended for ease of use)

deployment/minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ kubectl get nodes
6161

6262
### YAML Configuration
6363

64-
Obtain your TrustGraph Kubernetes configuration file from the [TrustGraph Configuration Portal](https://config-ui.demo.trustgraph.ai/):
64+
Obtain your TrustGraph Kubernetes configuration file from the [TrustGraph Configuration Builder](https://config-ui.demo.trustgraph.ai/):
6565

6666
1. Select **Kubernetes/Minikube** as deployment method
6767
2. Configure your preferred LLM, graph store, and vector store

getting-started/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ parent: TrustGraph Documentation
1010

1111
Welcome to TrustGraph! This section will help you get up and running quickly.
1212

13-
## Quick Start Path
13+
## TrustGraph Fundamentals
1414

1515
1. **[Core Concepts](concepts)** - Understand key TrustGraph concepts
1616
2. **[Installation](installation)** - Deploy TrustGraph in the environment of your choice
1717
3. **[First Steps](first-steps)** - Interact with your TrustGraph instance,
1818
load some data and get some results from it.
1919

20-
## What You'll Learn
20+
### What You'll Learn
2121

2222
- What TrustGraph is, and why you would want to use it
2323
- Core concepts and terminology
2424
- How to deploy TrustGraph
2525
- Basic configuration and setup
2626
- First-hand experience of some basic usage
2727

28-
## Quickstart with Docker
28+
## Quickstart with Docker Deployed Locally
2929

3030
Docker Compose provides the easiest way to get TrustGraph running locally with all required services orchestrated together. This deployment method is ideal for:
3131
- Local development and testing

0 commit comments

Comments
 (0)