From 7fe97915143d8166574ce802c355fb08bb30b344 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Sat, 1 Jan 2022 20:24:29 -0500 Subject: [PATCH] Copied 0.6.6 to stable with mike 1.1.2 --- stable/404.html | 16 ++++++++++++++++ .../configuration/command-line-flags/index.html | 16 ++++++++++++++++ .../config-file/data-filtering/index.html | 16 ++++++++++++++++ .../config-file/default-config/index.html | 16 ++++++++++++++++ .../configuration/config-file/flags/index.html | 16 ++++++++++++++++ .../configuration/config-file/layout/index.html | 16 ++++++++++++++++ .../configuration/config-file/theming/index.html | 16 ++++++++++++++++ stable/contribution/development/index.html | 16 ++++++++++++++++ stable/contribution/documentation/index.html | 16 ++++++++++++++++ .../issues-and-pull-requests/index.html | 16 ++++++++++++++++ .../packaging-and-distribution/index.html | 16 ++++++++++++++++ stable/index.html | 16 ++++++++++++++++ stable/support/index.html | 16 ++++++++++++++++ stable/troubleshooting/index.html | 16 ++++++++++++++++ stable/usage/basic-mode/index.html | 16 ++++++++++++++++ stable/usage/general-usage/index.html | 16 ++++++++++++++++ stable/usage/widgets/battery/index.html | 16 ++++++++++++++++ stable/usage/widgets/cpu/index.html | 16 ++++++++++++++++ stable/usage/widgets/disk/index.html | 16 ++++++++++++++++ stable/usage/widgets/memory/index.html | 16 ++++++++++++++++ stable/usage/widgets/network/index.html | 16 ++++++++++++++++ stable/usage/widgets/process/index.html | 16 ++++++++++++++++ stable/usage/widgets/temperature/index.html | 16 ++++++++++++++++ versions.json | 2 +- 24 files changed, 369 insertions(+), 1 deletion(-) create mode 100644 stable/404.html create mode 100644 stable/configuration/command-line-flags/index.html create mode 100644 stable/configuration/config-file/data-filtering/index.html create mode 100644 stable/configuration/config-file/default-config/index.html create mode 100644 stable/configuration/config-file/flags/index.html create mode 100644 stable/configuration/config-file/layout/index.html create mode 100644 stable/configuration/config-file/theming/index.html create mode 100644 stable/contribution/development/index.html create mode 100644 stable/contribution/documentation/index.html create mode 100644 stable/contribution/issues-and-pull-requests/index.html create mode 100644 stable/contribution/packaging-and-distribution/index.html create mode 100644 stable/index.html create mode 100644 stable/support/index.html create mode 100644 stable/troubleshooting/index.html create mode 100644 stable/usage/basic-mode/index.html create mode 100644 stable/usage/general-usage/index.html create mode 100644 stable/usage/widgets/battery/index.html create mode 100644 stable/usage/widgets/cpu/index.html create mode 100644 stable/usage/widgets/disk/index.html create mode 100644 stable/usage/widgets/memory/index.html create mode 100644 stable/usage/widgets/network/index.html create mode 100644 stable/usage/widgets/process/index.html create mode 100644 stable/usage/widgets/temperature/index.html diff --git a/stable/404.html b/stable/404.html new file mode 100644 index 00000000..6c5fffb8 --- /dev/null +++ b/stable/404.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../0.6.6/404.html... + + \ No newline at end of file diff --git a/stable/configuration/command-line-flags/index.html b/stable/configuration/command-line-flags/index.html new file mode 100644 index 00000000..fb8c603e --- /dev/null +++ b/stable/configuration/command-line-flags/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../0.6.6/configuration/command-line-flags/... + + \ No newline at end of file diff --git a/stable/configuration/config-file/data-filtering/index.html b/stable/configuration/config-file/data-filtering/index.html new file mode 100644 index 00000000..fd911bce --- /dev/null +++ b/stable/configuration/config-file/data-filtering/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../../0.6.6/configuration/config-file/data-filtering/... + + \ No newline at end of file diff --git a/stable/configuration/config-file/default-config/index.html b/stable/configuration/config-file/default-config/index.html new file mode 100644 index 00000000..48f4de6c --- /dev/null +++ b/stable/configuration/config-file/default-config/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../../0.6.6/configuration/config-file/default-config/... + + \ No newline at end of file diff --git a/stable/configuration/config-file/flags/index.html b/stable/configuration/config-file/flags/index.html new file mode 100644 index 00000000..08bc0c17 --- /dev/null +++ b/stable/configuration/config-file/flags/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../../0.6.6/configuration/config-file/flags/... + + \ No newline at end of file diff --git a/stable/configuration/config-file/layout/index.html b/stable/configuration/config-file/layout/index.html new file mode 100644 index 00000000..02d7befe --- /dev/null +++ b/stable/configuration/config-file/layout/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../../0.6.6/configuration/config-file/layout/... + + \ No newline at end of file diff --git a/stable/configuration/config-file/theming/index.html b/stable/configuration/config-file/theming/index.html new file mode 100644 index 00000000..adf8ba34 --- /dev/null +++ b/stable/configuration/config-file/theming/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../../0.6.6/configuration/config-file/theming/... + + \ No newline at end of file diff --git a/stable/contribution/development/index.html b/stable/contribution/development/index.html new file mode 100644 index 00000000..633de79b --- /dev/null +++ b/stable/contribution/development/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../0.6.6/contribution/development/... + + \ No newline at end of file diff --git a/stable/contribution/documentation/index.html b/stable/contribution/documentation/index.html new file mode 100644 index 00000000..c4e71536 --- /dev/null +++ b/stable/contribution/documentation/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../0.6.6/contribution/documentation/... + + \ No newline at end of file diff --git a/stable/contribution/issues-and-pull-requests/index.html b/stable/contribution/issues-and-pull-requests/index.html new file mode 100644 index 00000000..47d2850e --- /dev/null +++ b/stable/contribution/issues-and-pull-requests/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../0.6.6/contribution/issues-and-pull-requests/... + + \ No newline at end of file diff --git a/stable/contribution/packaging-and-distribution/index.html b/stable/contribution/packaging-and-distribution/index.html new file mode 100644 index 00000000..d7a55166 --- /dev/null +++ b/stable/contribution/packaging-and-distribution/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../0.6.6/contribution/packaging-and-distribution/... + + \ No newline at end of file diff --git a/stable/index.html b/stable/index.html new file mode 100644 index 00000000..881e4d82 --- /dev/null +++ b/stable/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../0.6.6/... + + \ No newline at end of file diff --git a/stable/support/index.html b/stable/support/index.html new file mode 100644 index 00000000..af347733 --- /dev/null +++ b/stable/support/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../0.6.6/support/... + + \ No newline at end of file diff --git a/stable/troubleshooting/index.html b/stable/troubleshooting/index.html new file mode 100644 index 00000000..c6a08e05 --- /dev/null +++ b/stable/troubleshooting/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../0.6.6/troubleshooting/... + + \ No newline at end of file diff --git a/stable/usage/basic-mode/index.html b/stable/usage/basic-mode/index.html new file mode 100644 index 00000000..adeb1cb1 --- /dev/null +++ b/stable/usage/basic-mode/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../0.6.6/usage/basic-mode/... + + \ No newline at end of file diff --git a/stable/usage/general-usage/index.html b/stable/usage/general-usage/index.html new file mode 100644 index 00000000..ee41dd75 --- /dev/null +++ b/stable/usage/general-usage/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../0.6.6/usage/general-usage/... + + \ No newline at end of file diff --git a/stable/usage/widgets/battery/index.html b/stable/usage/widgets/battery/index.html new file mode 100644 index 00000000..6b5e4733 --- /dev/null +++ b/stable/usage/widgets/battery/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../../0.6.6/usage/widgets/battery/... + + \ No newline at end of file diff --git a/stable/usage/widgets/cpu/index.html b/stable/usage/widgets/cpu/index.html new file mode 100644 index 00000000..91f5995e --- /dev/null +++ b/stable/usage/widgets/cpu/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../../0.6.6/usage/widgets/cpu/... + + \ No newline at end of file diff --git a/stable/usage/widgets/disk/index.html b/stable/usage/widgets/disk/index.html new file mode 100644 index 00000000..3788f12c --- /dev/null +++ b/stable/usage/widgets/disk/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../../0.6.6/usage/widgets/disk/... + + \ No newline at end of file diff --git a/stable/usage/widgets/memory/index.html b/stable/usage/widgets/memory/index.html new file mode 100644 index 00000000..03656a03 --- /dev/null +++ b/stable/usage/widgets/memory/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../../0.6.6/usage/widgets/memory/... + + \ No newline at end of file diff --git a/stable/usage/widgets/network/index.html b/stable/usage/widgets/network/index.html new file mode 100644 index 00000000..6bc80ad5 --- /dev/null +++ b/stable/usage/widgets/network/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../../0.6.6/usage/widgets/network/... + + \ No newline at end of file diff --git a/stable/usage/widgets/process/index.html b/stable/usage/widgets/process/index.html new file mode 100644 index 00000000..0bfe2059 --- /dev/null +++ b/stable/usage/widgets/process/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../../0.6.6/usage/widgets/process/... + + \ No newline at end of file diff --git a/stable/usage/widgets/temperature/index.html b/stable/usage/widgets/temperature/index.html new file mode 100644 index 00000000..34872437 --- /dev/null +++ b/stable/usage/widgets/temperature/index.html @@ -0,0 +1,16 @@ + + + + + Redirecting + + + + + Redirecting to ../../../../0.6.6/usage/widgets/temperature/... + + \ No newline at end of file diff --git a/versions.json b/versions.json index 4cf3009d..2a8abb44 100644 --- a/versions.json +++ b/versions.json @@ -1 +1 @@ -[{"version": "0.6.6", "title": "0.6.6", "aliases": []}, {"version": "0.6.5", "title": "0.6.5", "aliases": []}, {"version": "0.6.4", "title": "0.6.4", "aliases": []}, {"version": "0.6.3", "title": "0.6.3", "aliases": []}, {"version": "0.6.2", "title": "0.6.2", "aliases": []}, {"version": "0.6.1", "title": "0.6.1", "aliases": []}, {"version": "nightly", "title": "nightly", "aliases": []}] \ No newline at end of file +[{"version": "0.6.6", "title": "0.6.6", "aliases": ["stable"]}, {"version": "0.6.5", "title": "0.6.5", "aliases": []}, {"version": "0.6.4", "title": "0.6.4", "aliases": []}, {"version": "0.6.3", "title": "0.6.3", "aliases": []}, {"version": "0.6.2", "title": "0.6.2", "aliases": []}, {"version": "0.6.1", "title": "0.6.1", "aliases": []}, {"version": "nightly", "title": "nightly", "aliases": []}] \ No newline at end of file