Skip to content

Commit a425a22

Browse files
committed
Merge branch 'master' of https://github.com/couchbase/docs-ui-sandbox into ui-bug-fixes
2 parents 7eeebef + e9fbcb3 commit a425a22

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Couchbase Documentation UI
22
// Variables:
3-
:current-release: prod-67
3+
:current-release: prod-68
44
// Settings:
55
:!example-caption:
66
:experimental:

gulp.d/tasks/build-preview-pages.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
'use strict'
22

3+
// NOTE remove patch after upgrading from asciidoctor.js to @asciidoctor/core
4+
Error.call = (self, ...args) => {
5+
const err = new Error(...args)
6+
return Object.assign(self, { message: err.message, stack: err.stack })
7+
}
8+
39
const asciidoctor = require('asciidoctor.js')()
410
const fs = require('fs-extra')
511
const handlebars = require('handlebars')

0 commit comments

Comments
 (0)