Skip to content

Commit 71bfdba

Browse files
committed
Fix document titles
1 parent 8ab1c84 commit 71bfdba

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"scripts": {
1414
"test": "commonform lint terms.cform",
1515
"build": "run-p build:** && npm run pdfs",
16-
"build:terms:markdown": "commonform render -f markdown --title 'Open Development Time Bank Terms' --blanks blanks.json --signatures no-signatures.json terms.cform > terms.md",
17-
"build:terms:html": "commonform render -f html5 --title 'Open Development Time Bank Terms' --blanks blanks.json --signatures no-signatures.json --ordered-lists terms.cform > terms.html",
18-
"build:terms:docx": "commonform render -f docx --title 'Open Development Time Bank Terms' --blanks blanks.json --signatures no-signatures.json --number outline --left-align-title --indent-margins --styles styles.json terms.cform > terms.docx",
19-
"build:proposal:markdown": "commonform render -f markdown --title 'Open Development Time Bank Proposal' --blanks blanks.json --signatures signatures.json proposal.cform > proposal.md",
20-
"build:proposal:html": "commonform render -f html5 --title 'Open Development Time Bank Proposal' --blanks blanks.json --signatures signatures.json --ordered-lists proposal.cform > proposal.html",
21-
"build:proposal:docx": "commonform render -f docx --title 'Open Development Time Bank Proposal' --blanks blanks.json --signatures signatures.json --number outline --left-align-title --indent-margins --styles styles.json proposal.cform > proposal.docx",
16+
"build:terms:markdown": "commonform render -f markdown --title 'Open Development Time Block Terms' --blanks blanks.json --signatures no-signatures.json terms.cform > terms.md",
17+
"build:terms:html": "commonform render -f html5 --title 'Open Development Time Block Terms' --blanks blanks.json --signatures no-signatures.json --ordered-lists terms.cform > terms.html",
18+
"build:terms:docx": "commonform render -f docx --title 'Open Development Time Block Terms' --blanks blanks.json --signatures no-signatures.json --number outline --left-align-title --indent-margins --styles styles.json terms.cform > terms.docx",
19+
"build:proposal:markdown": "commonform render -f markdown --title 'Open Development Time Block Proposal' --blanks blanks.json --signatures signatures.json proposal.cform > proposal.md",
20+
"build:proposal:html": "commonform render -f html5 --title 'Open Development Time Block Proposal' --blanks blanks.json --signatures signatures.json --ordered-lists proposal.cform > proposal.html",
21+
"build:proposal:docx": "commonform render -f docx --title 'Open Development Time Block Proposal' --blanks blanks.json --signatures signatures.json --number outline --left-align-title --indent-margins --styles styles.json proposal.cform > proposal.docx",
2222
"pdfs": "unoconv terms.docx proposal.docx"
2323
}
2424
}

proposal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Open Development Time Bank Proposal
1+
# Open Development Time Block Proposal
22

33
**Developer** and **Client** agree:
44

terms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Open Development Time Bank Terms
1+
# Open Development Time Block Terms
22

33
**Developer** and **Client** agree:
44

0 commit comments

Comments
 (0)