mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-19 00:55:13 +00:00
Don;t log deprecation warning for own logic
This commit is contained in:
@@ -21,7 +21,7 @@ function encodePage(output, page) {
|
||||
result.path = file.getPath();
|
||||
result.rawPath = fs.resolve(result.path);
|
||||
|
||||
deprecate.field(output, 'page.section', result, 'sections', [
|
||||
deprecate.field(output, 'page.sections', result, 'sections', [
|
||||
{
|
||||
content: result.content,
|
||||
type: 'normal'
|
||||
|
||||
Reference in New Issue
Block a user