Skip to content

Commit

Permalink
deploy: b284a0e
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyangyu committed Aug 1, 2024
1 parent e9e2779 commit 249ec5f
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 6 deletions.
2 changes: 0 additions & 2 deletions css/chrome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* CSS for UI elements (a.k.a. chrome) */

@import 'variables.css';

html {
scrollbar-color: var(--scrollbar) var(--bg);
}
Expand Down
2 changes: 0 additions & 2 deletions css/general.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* Base styles and content styles */

@import 'variables.css';

:root {
/* Browser default font-size is 16px, this way 1 rem = 10px */
font-size: 62.5%;
Expand Down
1 change: 1 addition & 0 deletions get-started/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ <h1 id="get-started"><a class="header" href="#get-started">Get Started</a></h1>
<li><a href="setup-an-ide.html">Setup an IDE</a></li>
<li><a href="write-and-run-unit-tests.html">Write and run unit tests</a></li>
<li><a href="debug-and-profile.html">Debug and profile</a></li>
<li><a href="run-and-debug-integration-tests.html">Run and debug integration tests</a></li>
<li><a href="commit-code-and-submit-a-pull-request.html">Commit code and submit a pull request</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions get-started/write-and-run-unit-tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ <h3 id="timeout"><a class="header" href="#timeout">Timeout</a></h3>
[2021-08-09T03:33:57.661Z] PASS: tidb_test.go:874: tidbTestSerialSuite.TestTLS 7.388s
[2021-08-09T03:33:57.661Z] --- PASS: TestCluster (5.20s)
</code></pre>
<p>And for integration tests, please refer to <a href="./run-and-debug-integration-tests.html">Run and debug integration tests</a></p>

</main>

Expand Down
1 change: 1 addition & 0 deletions highlight.js

Large diffs are not rendered by default.

Binary file added img/vscode-debug-binary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/vscode-debug-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/vscode-go-to-edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ <h2 id="contributors-"><a class="header" href="#contributors-">Contributors ✨<
<li><a href="get-started/setup-an-ide.html">Setup an IDE</a></li>
<li><a href="get-started/write-and-run-unit-tests.html">Write and run unit tests</a></li>
<li><a href="get-started/debug-and-profile.html">Debug and profile</a></li>
<li><a href="get-started/run-and-debug-integration-tests.html">Run and debug integration tests</a></li>
<li><a href="get-started/commit-code-and-submit-a-pull-request.html">Commit code and submit a pull request</a></li>
</ul>
<div style="break-before: page; page-break-before: always;"></div><h1 id="install-golang"><a class="header" href="#install-golang">Install Golang</a></h1>
Expand Down Expand Up @@ -625,6 +626,7 @@ <h3 id="timeout"><a class="header" href="#timeout">Timeout</a></h3>
[2021-08-09T03:33:57.661Z] PASS: tidb_test.go:874: tidbTestSerialSuite.TestTLS 7.388s
[2021-08-09T03:33:57.661Z] --- PASS: TestCluster (5.20s)
</code></pre>
<p>And for integration tests, please refer to <a href="get-started/./run-and-debug-integration-tests.html">Run and debug integration tests</a></p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="debug-and-profile"><a class="header" href="#debug-and-profile">Debug and profile</a></h1>
<p>In this section, you will learn:</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 249ec5f

Please sign in to comment.