-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* ingest snooty docs facets and meta * page prefix on keys * remove trailing/leading whitespace * Support concurrent embedding * page transform and exclude * test chunk transformer * skip noindex pages * fix length b/c noindex page
- Loading branch information
Showing
5 changed files
with
184 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
{ | ||
"type": "page", | ||
"data": { | ||
"_id": "64e8d24124fcc731b479906d", | ||
"github_username": "docs-builder-bot", | ||
"page_id": "docs/docsworker-xlarge/master/release-notes/1.2", | ||
"ast": { | ||
"type": "root", | ||
"position": { "start": { "line": 0 } }, | ||
"children": [ | ||
{ | ||
"type": "comment", | ||
"position": { "start": { "line": 1 } }, | ||
"children": [ | ||
{ | ||
"type": "text", | ||
"position": { "start": { "line": 1 } }, | ||
"value": "This page is hidden from the TOC and search indexing." | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "directive", | ||
"position": { "start": { "line": 4 } }, | ||
"children": [], | ||
"domain": "", | ||
"name": "meta", | ||
"argument": [], | ||
"options": { "robots": "noindex, nosnippet" } | ||
}, | ||
{ | ||
"type": "target", | ||
"position": { "start": { "line": 7 } }, | ||
"children": [ | ||
{ | ||
"type": "target_identifier", | ||
"position": { "start": { "line": 7 } }, | ||
"children": [ | ||
{ | ||
"type": "text", | ||
"position": { "start": { "line": 11 } }, | ||
"value": "Release Notes for MongoDB 1.2.x" | ||
} | ||
], | ||
"ids": ["release-notes-1.2"] | ||
} | ||
], | ||
"domain": "std", | ||
"name": "label", | ||
"html_id": "std-label-release-notes-1.2" | ||
}, | ||
{ | ||
"type": "section", | ||
"position": { "start": { "line": 11 } }, | ||
"children": [ | ||
{ | ||
"type": "heading", | ||
"position": { "start": { "line": 11 } }, | ||
"children": [ | ||
{ | ||
"type": "text", | ||
"position": { "start": { "line": 11 } }, | ||
"value": "Release Notes for MongoDB 1.2.x" | ||
} | ||
], | ||
"id": "release-notes-for-mongodb-1.2.x" | ||
}, | ||
{ | ||
"type": "directive", | ||
"position": { "start": { "line": 15 } }, | ||
"children": [], | ||
"domain": "", | ||
"name": "contents", | ||
"argument": [ | ||
{ | ||
"type": "text", | ||
"position": { "start": { "line": 15 } }, | ||
"value": "On this page" | ||
} | ||
], | ||
"options": { | ||
"local": true, | ||
"backlinks": "none", | ||
"depth": 1, | ||
"class": "singlecol" | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"fileid": "release-notes/1.2.txt" | ||
}, | ||
"created_at": "2023-08-25T16:09:35.577Z", | ||
"deleted": true, | ||
"filename": "release-notes/1.2.txt", | ||
"static_assets": [], | ||
"updated_at": "2024-02-01T21:50:41.225Z", | ||
"build_id": "65bc1166bdcf995e0c6983bb" | ||
} | ||
} |