forked from temporalio/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnipsync.config.yaml
More file actions
39 lines (37 loc) · 914 Bytes
/
snipsync.config.yaml
File metadata and controls
39 lines (37 loc) · 914 Bytes
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
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
# 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-java
ref: 'nexus-snip-sync'
- 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'
targets:
- docs
features:
enable_source_link: true
enable_code_block: true