Skip to content

Commit

Permalink
Deployed f1466a8 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seekstar committed Apr 1, 2024
1 parent 657d3ba commit e57df5b
Show file tree
Hide file tree
Showing 41 changed files with 7 additions and 7 deletions.
Empty file modified 404.html
100755 → 100644
Empty file.
Empty file modified css/fonts/Roboto-Slab-Bold.woff
100755 → 100644
Empty file.
Empty file modified css/fonts/Roboto-Slab-Bold.woff2
100755 → 100644
Empty file.
Empty file modified css/fonts/Roboto-Slab-Regular.woff
100755 → 100644
Empty file.
Empty file modified css/fonts/Roboto-Slab-Regular.woff2
100755 → 100644
Empty file.
Empty file modified css/fonts/fontawesome-webfont.eot
100755 → 100644
Empty file.
Empty file modified css/fonts/fontawesome-webfont.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified css/fonts/fontawesome-webfont.ttf
100755 → 100644
Empty file.
Empty file modified css/fonts/fontawesome-webfont.woff
100755 → 100644
Empty file.
Empty file modified css/fonts/fontawesome-webfont.woff2
100755 → 100644
Empty file.
Empty file modified css/fonts/lato-bold-italic.woff
100755 → 100644
Empty file.
Empty file modified css/fonts/lato-bold-italic.woff2
100755 → 100644
Empty file.
Empty file modified css/fonts/lato-bold.woff
100755 → 100644
Empty file.
Empty file modified css/fonts/lato-bold.woff2
100755 → 100644
Empty file.
Empty file modified css/fonts/lato-normal-italic.woff
100755 → 100644
Empty file.
Empty file modified css/fonts/lato-normal-italic.woff2
100755 → 100644
Empty file.
Empty file modified css/fonts/lato-normal.woff
100755 → 100644
Empty file.
Empty file modified css/fonts/lato-normal.woff2
100755 → 100644
Empty file.
Empty file modified css/theme.css
100755 → 100644
Empty file.
Empty file modified css/theme_extra.css
100755 → 100644
Empty file.
Empty file modified img/favicon.ico
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion index.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ <h1 id="wing">Wing</h1>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-04-01 03:37:35.989765+00:00
Build Date UTC : 2024-04-01 10:29:31.584518+00:00
-->
Empty file modified js/html5shiv.min.js
100755 → 100644
Empty file.
Empty file modified js/jquery-3.6.0.min.js
100755 → 100644
Empty file.
Empty file modified js/theme.js
100755 → 100644
Empty file.
Empty file modified js/theme_extra.js
100755 → 100644
Empty file.
Empty file modified p1/lsm_pics/arch.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified p1/lsm_pics/data_block_format.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified p1/lsm_pics/iters.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified p1/lsm_pics/sst_format.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion p1/overview/index.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script>
// Current page data
var mkdocs_page_name = "Overview";
var mkdocs_page_input_path = "p1\\overview.md";
var mkdocs_page_input_path = "p1/overview.md";
var mkdocs_page_url = null;
</script>

Expand Down
2 changes: 1 addition & 1 deletion p1/part1/index.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script>
// Current page data
var mkdocs_page_name = "Part 1";
var mkdocs_page_input_path = "p1\\part1.md";
var mkdocs_page_input_path = "p1/part1.md";
var mkdocs_page_url = null;
</script>

Expand Down
4 changes: 2 additions & 2 deletions p1/part2/index.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script>
// Current page data
var mkdocs_page_name = "Part 2";
var mkdocs_page_input_path = "p1\\part2.md";
var mkdocs_page_input_path = "p1/part2.md";
var mkdocs_page_url = null;
</script>

Expand Down Expand Up @@ -173,7 +173,7 @@ <h3 id="task">Task</h3>
<h3 id="remove-old-sstables">Remove old SSTables</h3>
<p>Utilize SetRemoveTag to set the <code>remove_tag_</code> to true. When the destructor of SSTable is invoked, it checks the tag and determines whether to remove the file. This is safe as the destructor is called only when the SSTable is not in use.</p>
<h3 id="test_1">Test</h3>
<p>You can test all the components through <code>test/test_lsm --gtest_filter=LSMTest.LSMBasicTest:LSMTest.LSMSmallGetTest:LSMTest.LSMSmallScanTest:LSMTest.LSMSmallMultithreadGetPutTest:LSMTest.LSMSaveTest:LSMTest.LSMBigScanTest:LSMDuplicateKeyTest:LSMTest.LeveledCompactionTest</code></p>
<p>You can test all the components through <code>test/test_lsm --gtest_filter=LSMTest.LSMBasicTest:LSMTest.LSMSmallGetTest:LSMTest.LSMSmallScanTest:LSMTest.LSMSmallMultithreadGetPutTest:LSMTest.LSMSaveTest:LSMTest.LSMBigScanTest:LSMTest.LSMDuplicateKeyTest:LSMTest.LeveledCompactionTest</code></p>
<p>or, you can just use <code>test/test_lsm --gtest_filter=LSMTest.LSM*:LSMTest.LeveledCompactionTest</code></p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion p1/part3/index.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script>
// Current page data
var mkdocs_page_name = "Part 3";
var mkdocs_page_input_path = "p1\\part3.md";
var mkdocs_page_input_path = "p1/part3.md";
var mkdocs_page_url = null;
</script>

Expand Down
Empty file modified search.html
100755 → 100644
Empty file.
Empty file modified search/lunr.js
100755 → 100644
Empty file.
Empty file modified search/main.js
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion search/search_index.json
100755 → 100644

Large diffs are not rendered by default.

Empty file modified search/worker.js
100755 → 100644
Empty file.
Empty file modified sitemap.xml
100755 → 100644
Empty file.
Binary file modified sitemap.xml.gz
100755 → 100644
Binary file not shown.

0 comments on commit e57df5b

Please sign in to comment.