diff --git a/LancachePrefill.Common b/LancachePrefill.Common index 069a5a5f..345fde02 160000 --- a/LancachePrefill.Common +++ b/LancachePrefill.Common @@ -1 +1 @@ -Subproject commit 069a5a5f2a811024cf80679e7f94d36247246d37 +Subproject commit 345fde026c7a81d4e10a83cfa1c171a806ad67b9 diff --git a/cspell.json b/cspell.json index cedc2f07..654b21aa 100644 --- a/cspell.json +++ b/cspell.json @@ -16,6 +16,7 @@ "Netgear", "nocache", "redownload", + "steamcontent", "steamprefill", "tpill", "Unraid", diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index d81c33db..08e3fdf4 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -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 @@ -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 diff --git a/docs/mkdocs/assets/extra.css b/docs/mkdocs/assets/extra.css index 960c26a6..9c9e17fc 100644 --- a/docs/mkdocs/assets/extra.css +++ b/docs/mkdocs/assets/extra.css @@ -8,9 +8,10 @@ p { font-size: 18px !important; } -/* Increases content width */ +/* Increases content width, default is far too narrow even on a desktop */ .wy-nav-content { - max-width: 71% !important; + /* max-width: 71% !important; */ + max-width: 1138px !important; } /* Makes long text in a table wrap around */ diff --git a/docs/mkdocs/detailed-command-usage/Benchmark.md b/docs/mkdocs/detailed-command-usage/Benchmark.md index 59fbfd9a..233a9947 100644 --- a/docs/mkdocs/detailed-command-usage/Benchmark.md +++ b/docs/mkdocs/detailed-command-usage/Benchmark.md @@ -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