We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4240b commit d9a6302Copy full SHA for d9a6302
1 file changed
lib/page.js
@@ -18,7 +18,6 @@ const statsd = require('./statsd')
18
const readFileContents = require('./read-file-contents')
19
const getLinkData = require('./get-link-data')
20
const union = require('lodash/union')
21
-// const getDocumentType = require('./get-document-type')
22
23
class Page {
24
static async init (opts) {
@@ -77,9 +76,6 @@ class Page {
77
76
this.introLinks.rawOverview = this.introLinks.overview
78
}
79
80
- // Is this a Product, Category, Topic, or Article?
81
- // this.documentType = getDocumentType(this.relativePath)
82
-
83
// Get array of versions that the page is available in for fast lookup
84
this.applicableVersions = getApplicableVersions(this.versions, this.fullPath)
85
0 commit comments