Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tpill90 committed Mar 2, 2024
1 parent 7059b22 commit 3fcdf01
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"Netgear",
"nocache",
"redownload",
"steamcontent",
"steamprefill",
"tpill",
"Unraid",
Expand Down
6 changes: 3 additions & 3 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ site_url: https://tpill90.github.io/steam-lancache-prefill

extra_css:
- assets/external/asciinema-player.css
# Overrides the default hljs theme, gives better coloring of things like comments
- assets/external/vs2015.css
- assets/language-picker.css
- assets/copy-to-clipboard.css
- assets/extra.css
# Overrides the default hljs theme, gives better coloring of things like comments
- assets/external/vs2015.css

extra_javascript:
- assets/external/asciinema-player.min.js
- assets/external/clipboard.min.js
Expand All @@ -30,7 +31,6 @@ theme:
# Customized header (removes Edit on Github link) and customized footer (removes Built with mkdocs text)
# For the defaults see : https://github.com/mkdocs/mkdocs/tree/master/mkdocs/themes/readthedocs
custom_dir: mkdocs/custom_theme/
#TODO fix the code highlighting theme. Looks crappy
highlightjs: true
# Examples of themes - https://highlightjs.org/demo
# Find which themese are available on the cdn - https://cdnjs.com/libraries/highlight.js
Expand Down
3 changes: 2 additions & 1 deletion docs/mkdocs/assets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ p {
}

/* Increases content width */
/* TODO make this work better on smaller screens like the surface */
.wy-nav-content {
max-width: 71% !important;
max-width: 100% !important;
}

/* Makes long text in a table wrap around */
Expand Down
1 change: 1 addition & 0 deletions docs/mkdocs/detailed-command-usage/Benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Creates a benchmark "workload" comprised of multiple apps, that will then be ben
| --appid | | The id of one or more apps to include in benchmark workload file. Useful for testing a specific app, without having to modify previously selected apps. AppIds can be found using [SteamDB](https://steamdb.info/) |
| --no-ansi | | Application output will be in plain text, rather than using the visually appealing colors and progress bars. Should only be used if terminal does not support Ansi Escape sequences, or when redirecting output to a file. |
| --preset | SmallChunks, LargeChunks | Can be used to quickly setup a benchmark with a predefined workload of differing characteristics. LargeChunks represents a best case scenario where chunk sizes are close to 1Mib, whereas SmallChunks is a worst case scenario of small files. |

-----

## run
Expand Down

0 comments on commit 3fcdf01

Please sign in to comment.