-
Notifications
You must be signed in to change notification settings - Fork 306
Expand file tree
/
Copy pathsnipsync.config.yaml
More file actions
50 lines (47 loc) · 1.1 KB
/
snipsync.config.yaml
File metadata and controls
50 lines (47 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
origins:
- owner: temporalio
repo: temporal
- owner: temporalio
repo: samples-php
- owner: temporalio
repo: samples-typescript
- owner: temporalio
repo: samples-python
- owner: temporalio
repo: reference-app-orders-go
- owner: temporalio
repo: features
# Some samples were left in the SDK code itself because it has better testing
# capabilities than the samples repo
- owner: temporalio
repo: sdk-typescript
- owner: temporalio
repo: samples-go
- owner: temporalio
repo: samples-ruby
- owner: temporalio
repo: samples-dotnet
- owner: temporalio
repo: samples-java
- owner: temporalio
repo: features
- owner: temporalio
repo: reference-app-orders-go
- files:
pattern: './sample-apps/**/*.go'
owner: 'temporalio'
repo: 'documentation'
ref: 'main'
- files:
pattern: './sample-apps/**/*.java'
owner: 'temporalio'
repo: 'documentation'
ref: 'main'
- owner: temporalio
repo: samples-server
ref: 'main'
targets:
- docs
features:
enable_source_link: true
enable_code_block: true