-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathbuild_conf.yaml
More file actions
40 lines (40 loc) · 841 Bytes
/
build_conf.yaml
File metadata and controls
40 lines (40 loc) · 841 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
40
git:
remote:
upstream: 'mongodb/docs'
tools: 'mongodb/docs-tools'
project:
name: 'manual'
tag: 'manual'
url: 'https://www.mongodb.com/docs'
title: 'MongoDB Manual'
branched: true
siteroot: true
version:
release: '5.0.0'
branch: '5.0'
system:
files:
- 'pdfs.yaml'
- 'intersphinx.yaml'
- 'push.yaml'
- 'errors.yaml'
- 'sphinx_local.yaml'
- 'robots.yaml'
- 'manpages.yaml'
- 'integration.yaml'
# - 'jira.yaml'
- includes: '/source/includes/metadata.yaml'
- migrations: 'manual-migrations.yaml'
assets:
- branch: master
path: build/docs-tools
repository: https://github.com/mongodb/docs-tools.git
paths:
output: 'build'
source: 'source'
includes: 'source/includes'
tools: 'bin'
buildsystem: 'build/docs-tools'
builddata: 'config'
locale: 'locale'
...