Skip to content

Commit 013ddec

Browse files
committed
Documentation
1 parent 47dfa35 commit 013ddec

File tree

10 files changed

+1391
-42
lines changed

10 files changed

+1391
-42
lines changed
File renamed without changes.

website/docs/docs/basic-features.md renamed to website/docs/cache/basic-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 30
2+
sidebar_position: 15
33
---
44

55
# Basic Features
File renamed without changes.

website/docs/docs/getting-started.md

Lines changed: 3 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -10,44 +10,9 @@ sidebar_position: 10
1010

1111
The SOQL Lib provides functional constructs for SOQL queries in Apex. The SOQL Lib consists of 3 main modules:
1212

13-
```mermaid
14-
flowchart TD
15-
SOQLLib[SOQL Lib]
16-
17-
subgraph SOQL_Module [" SOQL (main)"]
18-
direction TB
19-
SOQLBuilder["SOQL Builder"]
20-
SOQLSelectors["SOQL Selectors"]
21-
end
22-
23-
subgraph SOQLCache_Module [" SOQL Cache (optional) "]
24-
direction TB
25-
SOQLCacheBuilder["Cached SOQL Builder"]
26-
SOQLCachedSelectors["Cached SOQL Selectors"]
27-
end
28-
29-
subgraph SOQLEvaluator_Module [" SOQL Evaluator (optional) "]
30-
direction TB
31-
SOQLEvaluator["SOQL Evaluator"]
32-
end
33-
34-
SOQLLib --> SOQL_Module
35-
SOQLLib --> SOQLCache_Module
36-
SOQLLib --> SOQLEvaluator_Module
37-
38-
%% Styling
39-
classDef moduleBox fill:#e3f2fd,stroke:#1976d2,stroke-width:2px
40-
classDef componentBox fill:#f3e5f5,stroke:#7b1fa2,stroke-width:1px
41-
classDef mainBox fill:#fff3e0,stroke:#f57c00,stroke-width:3px
42-
43-
class SOQLLib mainBox
44-
class SOQL_Module,SOQLCache_Module,SOQLEvaluator_Module moduleBox
45-
class SOQLBuilder,SOQLSelectors,SOQLCacheBuilder,SOQLCachedSelectors,SOQLEvaluator componentBox
46-
```
47-
48-
⚠️ You can find more examples on the [Showcases](/examples/showcase) page.
49-
50-
⚠️ You can find all method on the [API](/api) page.
13+
- [SOQL (main)](./soql/getting-started) - SOQL Builder and Selectors
14+
- [Cache (optional)](./cache/getting-started) - Cached SOQL Builder and Cached Selectors
15+
- [Evaluator (optional)](./evaluator/getting-started) - SOQL Evaluator
5116

5217
## Examples
5318

website/docs/docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
slug: '/installation'
3-
sidebar_position: 15
3+
sidebar_position: 20
44
---
55

66
# Installation

website/docs/docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 20
2+
sidebar_position: 15
33
---
44

55
# Overview

0 commit comments

Comments
 (0)