summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-core/src/models/SummaryArticle.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-core/src/models/SummaryArticle.js')
-rw-r--r--packages/gitbook-core/src/models/SummaryArticle.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gitbook-core/src/models/SummaryArticle.js b/packages/gitbook-core/src/models/SummaryArticle.js
index 0f8ca0d..3651c8a 100644
--- a/packages/gitbook-core/src/models/SummaryArticle.js
+++ b/packages/gitbook-core/src/models/SummaryArticle.js
@@ -4,6 +4,7 @@ const DEFAULTS = {
title: '',
depth: 0,
path: '',
+ url: '',
ref: '',
level: '',
articles: List()