-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
77 changed files
with
1,205 additions
and
939 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,63 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Generate map for project with external links in toc 1`] = ` | ||
"{ | ||
"files": [ | ||
"ru/folder1/folder2/a1", | ||
"ru/folder1/a1", | ||
"ru/", | ||
"ru/settings", | ||
"ru/plugins/", | ||
"ru/project/" | ||
] | ||
}" | ||
`; | ||
|
||
exports[`Generate map for project with multiple language 1`] = ` | ||
"{ | ||
"files": [ | ||
"en/", | ||
"en/settings", | ||
"en/plugins/", | ||
"en/plugins/import", | ||
"en/project/", | ||
"en/project/config", | ||
"ru/", | ||
"ru/settings", | ||
"ru/plugins/", | ||
"ru/plugins/import", | ||
"ru/project/", | ||
"ru/project/config" | ||
] | ||
}" | ||
`; | ||
|
||
exports[`Generate map for project with single language and toc include - only md2html 1`] = ` | ||
"{ | ||
"files": [ | ||
"ru/folder1/folder2/a1", | ||
"ru/folder1/a1", | ||
"ru/", | ||
"ru/settings", | ||
"ru/plugins/", | ||
"ru/plugins/import", | ||
"ru/project/", | ||
"ru/project/config" | ||
] | ||
}" | ||
`; | ||
|
||
exports[`Generate map for project with single language and toc include 1`] = ` | ||
"{ | ||
"files": [ | ||
"ru/folder1/folder2/a1", | ||
"ru/folder1/a1", | ||
"ru/", | ||
"ru/settings", | ||
"ru/plugins/", | ||
"ru/plugins/import", | ||
"ru/project/", | ||
"ru/project/config" | ||
] | ||
}" | ||
`; |
Oops, something went wrong.