Skip to content

Commit c8ec064

Browse files
committed
installation
1 parent 2ddd8b9 commit c8ec064

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

website/docs/docs/installation.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,39 @@ sidebar_position: 20
55

66
# Installation
77

8-
**System Requirements**
8+
## Install via Package
99

10-
- API: 64.0
10+
Install the SOQL Lib unmanaged package to your Salesforce environment:
1111

12-
## Deploy
12+
`/packaging/installPackage.apexp?p0=04tJ5000000op3j`
1313

14-
### Deploy via Button
14+
<a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04tJ5000000op3j" target="_blank" style={{display: 'inline-block', backgroundColor: '#1976d2', color: 'white', padding: '10px 20px', textDecoration: 'none', borderRadius: '4px', marginRight: '10px'}}>
15+
<p style={{margin: '0px'}}>Install on Sandbox</p>
16+
</a>
17+
18+
<a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tJ5000000op3j" target="_blank" style={{display: 'inline-block', backgroundColor: '#d32f2f', color: 'white', padding: '10px 20px', textDecoration: 'none', borderRadius: '4px'}}>
19+
<p style={{margin: '0px'}}>Install on Production</p>
20+
</a>
21+
22+
## Deploy via Button
1523

1624
Click the button below to deploy SOQL Lib to your environment.
1725

18-
<a href="https://githubsfdeploy.herokuapp.com?owner=beyond-the-cloud-dev&repo=soql-lib&ref=main">
19-
DEPLOY TO SALESFORCE
26+
<a href="https://githubsfdeploy.herokuapp.com?owner=beyond-the-cloud-dev&repo=soql-lib&ref=main" target="_blank" style={{display: 'inline-block', backgroundColor: '#1976d2', color: 'white', padding: '10px 20px', textDecoration: 'none', borderRadius: '4px', marginRight: '10px'}}>
27+
<p style={{margin: '0px'}}>Deploy to Salesforce</p>
2028
</a>
2129

22-
### Copy and Deploy
2330

24-
#### Standard SOQL
31+
## Copy and Deploy
32+
33+
### SOQL
2534

2635
**Apex**
2736

2837
- [`SOQL.cls`](https://github.com/beyond-the-cloud-dev/soql-lib/blob/main/force-app/main/default/classes/main/standard-soql/SOQL.cls)
2938
- [`SOQL_Test.cls`](https://github.com/beyond-the-cloud-dev/soql-lib/blob/main/force-app/main/default/classes/main/standard-soql/SOQL_Test.cls)
3039

31-
#### Cached SOQL (optional)
40+
### Cache _(optional)_
3241

3342
**Apex**
3443

@@ -43,17 +52,11 @@ Click the button below to deploy SOQL Lib to your environment.
4352

4453
- [`SOQL.cachePartition-meta.xml`](https://github.com/beyond-the-cloud-dev/soql-lib/blob/main/force-app/main/default/cachePartitions/SOQL.cachePartition-meta.xml)
4554

46-
#### SOQL Evaluator (optional)
55+
### Evaluator _(optional)_
4756

4857
**Apex**
4958

5059
- [`SOQL.cls`](https://github.com/beyond-the-cloud-dev/soql-lib/blob/main/force-app/main/default/classes/main/standard-soql/SOQL.cls)
5160
- [`SOQL_Test.cls`](https://github.com/beyond-the-cloud-dev/soql-lib/blob/main/force-app/main/default/classes/main/standard-soql/SOQL_Test.cls)
5261
- [`SOQLEvaluator.cls`](https://github.com/beyond-the-cloud-dev/soql-lib/blob/main/force-app/main/default/classes/main/soql-evaluator/SOQLEvaluator.cls)
5362
- [`SOQLEvaluatorTest.cls`](https://github.com/beyond-the-cloud-dev/soql-lib/blob/main/force-app/main/default/classes/main/soql-evaluator/SOQLEvaluator_Test.cls)
54-
55-
## Build Your Selector
56-
57-
You are ready to build your selector classes.
58-
59-
Go to the [Build Your Selector](../soql/build-selector.md) section to see more details.

0 commit comments

Comments
 (0)