Skip to content

Commit 4e93487

Browse files
committed
getting started
1 parent 4d3d598 commit 4e93487

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

website/docs/docs/design.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ flowchart LR
118118
## Public API
119119

120120
### Static Factory Methods
121-
- `SOQL.FilterGroup` → creates FilterGroup
122-
- `SOQL.Filter` → creates Filter
123-
- `SOQL.HavingFilterGroup` → creates HavingFilterGroup
124-
- `SOQL.HavingFilter` → creates HavingFilter
125-
- `SOQL.SubQuery` → creates SubQuery
126-
- `SOQL.InnerJoin` → creates InnerJoin
127-
- `SOQL.DataCategoryFilter` → creates DataCategoryFilter
121+
- [`SOQL.FilterGroup`](/api/standard-soql/soql-filters-group) → creates FilterGroup
122+
- [`SOQL.Filter`](/api/standard-soql/soql-filter) → creates Filter
123+
- [`SOQL.HavingFilterGroup`](/api/standard-soql/soql-having-filter-group) → creates HavingFilterGroup
124+
- [`SOQL.HavingFilter`](/api/standard-soql/soql-having-filter) → creates HavingFilter
125+
- [`SOQL.SubQuery`](/api/standard-soql/soql-sub) → creates SubQuery
126+
- [`SOQL.InnerJoin`](/api/standard-soql/soql-join) → creates InnerJoin
127+
- [`SOQL.DataCategoryFilter`](/api/standard-soql/soql-data-category-filter) → creates DataCategoryFilter
128128

129129
### Public Interfaces
130130
- `Queryable` - Main query interface

website/docs/docs/getting-started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ The SOQL Lib provides functional constructs for SOQL queries in Apex.
1616

1717
## Examples
1818

19+
⚠️ You can find more examples on the [Showcases](/examples/showcase) page.
20+
21+
⚠️ You can find all method on the [API](/api) page.
22+
1923
**Standard SOQL**
2024

2125
```apex

0 commit comments

Comments
 (0)