-
Notifications
You must be signed in to change notification settings - Fork 13
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
1 parent
4e65032
commit 454b5d6
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule docs
updated
9 files
+5 −0 | .yfm | |
+ − | ru/_images/minitoc_desktop.jpg | |
+ − | ru/_images/minitoc_icon.jpg | |
+ − | ru/_images/minitoc_mobile.jpg | |
+7 −1 | ru/guides/openapi.md | |
+58 −0 | ru/project/minitoc.md | |
+1 −1 | ru/project/toc.md | |
+93 −3 | ru/syntax/media.md | |
+5 −0 | ru/toc.yaml |
Submodule cli
updated
47 files
Submodule client
updated
5 files
+7 −0 | CHANGELOG.md | |
+2 −2 | package-lock.json | |
+1 −1 | package.json | |
+2 −2 | src/components/ConstructorPage/useNavigation.tsx | |
+2 −2 | src/styles/default.scss |
Submodule components
updated
7 files
Submodule transform
updated
12 files
+21 −0 | CHANGELOG.md | |
+11 −14 | package-lock.json | |
+4 −4 | package.json | |
+102 −0 | src/transform/frontmatter.ts | |
+0 −27 | src/transform/frontmatter/common.ts | |
+0 −24 | src/transform/frontmatter/emplace.ts | |
+0 −94 | src/transform/frontmatter/extract.ts | |
+0 −4 | src/transform/frontmatter/index.ts | |
+0 −26 | src/transform/frontmatter/transformValues.ts | |
+45 −46 | src/transform/liquid/index.ts | |
+6 −6 | test/liquid/frontmatter.test.ts | |
+0 −70 | test/liquid/transformValues.test.ts |