Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…tion into main
  • Loading branch information
mmomtchev committed Feb 11, 2022
2 parents 7a5be9f + a31e732 commit 249b950
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions __tests__/__snapshots__/bin.js.snap
Expand Up @@ -5,7 +5,7 @@ exports[`--config 1`] = `
<html lang=\\"en\\">
<head>
<meta charset='utf-8'>
<title>documentation | Documentation</title>
<title>@mmomtchev/documentation | Documentation</title>
<meta name='description' content='a documentation generator'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -17,7 +17,7 @@ exports[`--config 1`] = `
<div class='flex'>
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>documentation</h3>
<h3 class='mb0 no-anchor'>@mmomtchev/documentation</h3>
<div class='mb1'><code></code></div>
<input
placeholder='Filter'
Expand Down
4 changes: 2 additions & 2 deletions __tests__/__snapshots__/test.js.snap
Expand Up @@ -1324,7 +1324,7 @@ exports[`html nested.input.js 1`] = `
<html lang=\\"en\\">
<head>
<meta charset='utf-8'>
<title> | Documentation</title>
<title>@mmomtchev/ | Documentation</title>
<meta name='description' content='a documentation generator'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -1336,7 +1336,7 @@ exports[`html nested.input.js 1`] = `
<div class='flex'>
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>documentation</h3>
<h3 class='mb0 no-anchor'>@mmomtchev/documentation</h3>
<div class='mb1'></div>
<input
placeholder='Filter'
Expand Down
12 changes: 10 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -18,13 +18,15 @@
"chokidar": "^3.4.0",
"diff": "^5.0.0",
"doctrine-temporary-fork": "2.1.0",
"documentation-polyglot": "^1.0.0",
"git-url-parse": "^11.1.2",
"github-slugger": "1.4.0",
"glob": "^7.1.2",
"globals-docs": "^2.4.0",
"highlight.js": "^11.3.1",
"ini": "^2.0.0",
"js-yaml": "^4.1.0",
"konan": "^2.1.1",
"lodash": "^4.17.21",
"mdast-util-find-and-replace": "^2.1.0",
"mdast-util-inject": "^1.1.0",
Expand All @@ -37,7 +39,6 @@
"remark-html": "^15.0.0",
"remark-reference-links": "^6.0.0",
"remark-toc": "^8.0.1",
"konan": "^2.1.1",
"resolve": "^1.20.0",
"strip-json-comments": "^4.0.0",
"unist-builder": "^3.0.0",
Expand Down

0 comments on commit 249b950

Please sign in to comment.