Skip to content

Commit 8eec454

Browse files
committed
Updated snapshot.
1 parent 354ec6a commit 8eec454

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

packages/doxdox-renderer-bootstrap/src/__snapshots__/index.test.ts.snap

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ exports[`bootstrap render 1`] = `
44
"<!DOCTYPE html>
55
<html>
66
<head>
7-
<meta charset=\\"utf-8\\" />
8-
<meta name=\\"viewport\\" content=\\"initial-scale=1\\" />
7+
<meta charset="utf-8" />
8+
<meta name="viewport" content="initial-scale=1" />
99
<title>doxdox-example - doxdox example description</title>
1010
<link
11-
href=\\"https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css\\"
12-
rel=\\"stylesheet\\"
13-
integrity=\\"sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3\\"
14-
crossorigin=\\"anonymous\\"
11+
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
12+
rel="stylesheet"
13+
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
14+
crossorigin="anonymous"
1515
/>
1616
<link
17-
rel=\\"stylesheet\\"
18-
href=\\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.0/styles/github.min.css\\"
19-
integrity=\\"sha512-0aPQyyeZrWj9sCA46UlmWgKOP0mUipLQ6OZXu8l4IcAmD2u31EPEy9VcIMvl7SoAaKe8bLXZhYoMaE/in+gcgA==\\"
20-
crossorigin=\\"anonymous\\"
21-
referrerpolicy=\\"no-referrer\\"
17+
rel="stylesheet"
18+
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.0/styles/github.min.css"
19+
integrity="sha512-0aPQyyeZrWj9sCA46UlmWgKOP0mUipLQ6OZXu8l4IcAmD2u31EPEy9VcIMvl7SoAaKe8bLXZhYoMaE/in+gcgA=="
20+
crossorigin="anonymous"
21+
referrerpolicy="no-referrer"
2222
/>
2323
<style>
2424
.pkg-name {
@@ -65,36 +65,36 @@ exports[`bootstrap render 1`] = `
6565
</style>
6666
</head>
6767
<body>
68-
<div class=\\"bg-dark text-white\\">
69-
<div class=\\"container p-5\\">
70-
<h1 class=\\"pkg-name\\">doxdox-example</h1>
68+
<div class="bg-dark text-white">
69+
<div class="container p-5">
70+
<h1 class="pkg-name">doxdox-example</h1>
7171
72-
<p class=\\"pkg-description\\">doxdox example description</p>
72+
<p class="pkg-description">doxdox example description</p>
7373
</div>
7474
</div>
7575
76-
<div class=\\"container\\">
77-
<div class=\\"row\\">
78-
<nav class=\\"p-5 col-md-3\\">
76+
<div class="container">
77+
<div class="row">
78+
<nav class="p-5 col-md-3">
7979
<form>
80-
<div class=\\"form-group mb-3\\">
81-
<input type=\\"search\\" class=\\"form-control\\" id=\\"filter-methods\\" name=\\"q\\" placeholder=\\"Filter methods...\\"
82-
autocomplete=\\"off\\">
80+
<div class="form-group mb-3">
81+
<input type="search" class="form-control" id="filter-methods" name="q" placeholder="Filter methods..."
82+
autocomplete="off">
8383
</div>
8484
</form>
8585
86-
<p><a href=\\"#directory/index.js\\" class=\\"file-name\\"><b>directory/index.js</b></a></p>
87-
<ul class=\\"list-unstyled ml-0\\">
88-
<li class=\\"method-name\\" data-method-name=\\"methodName\\"><a href=\\"#index-js-methodname\\" class=\\"\\">methodName</a></li>
86+
<p><a href="#directory/index.js" class="file-name"><b>directory/index.js</b></a></p>
87+
<ul class="list-unstyled ml-0">
88+
<li class="method-name" data-method-name="methodName"><a href="#index-js-methodname" class="">methodName</a></li>
8989
</ul>
9090
</nav>
9191
92-
<main class=\\"p-5 col-md-9\\">
93-
<a name=\\"directory/index.js\\" />
94-
<div class=\\"mb-5\\" data-method-name=\\"methodName\\"><a name=\\"index-js-methodname\\" />
92+
<main class="p-5 col-md-9">
93+
<a name="directory/index.js" />
94+
<div class="mb-5" data-method-name="methodName"><a name="index-js-methodname" />
9595
96-
<h2 class=\\"method-name\\">
97-
<a href=\\"#index-js-methodname\\" class=\\"method-permalink\\" aria-label=\\"Permalink\\">#</a>
96+
<h2 class="method-name">
97+
<a href="#index-js-methodname" class="method-permalink" aria-label="Permalink">#</a>
9898
methodName(param)
9999
</h2>
100100
@@ -104,8 +104,8 @@ exports[`bootstrap render 1`] = `
104104
105105
<h3>Parameters</h3>
106106
107-
<div class=\\"table-responsive\\">
108-
<table class=\\"table\\">
107+
<div class="table-responsive">
108+
<table class="table">
109109
<thead>
110110
<tr>
111111
<th>Name</th>
@@ -137,10 +137,10 @@ exports[`bootstrap render 1`] = `
137137
</div>
138138
139139
<footer>
140-
<div class=\\"container p-5 text-center text-muted\\">
140+
<div class="container p-5 text-center text-muted">
141141
<p>
142142
Documentation generated with
143-
<a href=\\"https://github.com/docsbydoxdox/doxdox\\">doxdox</a>.
143+
<a href="https://github.com/docsbydoxdox/doxdox">doxdox</a>.
144144
</p>
145145
<p>
146146
Generated on

0 commit comments

Comments
 (0)