summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-12-19 12:26:10 -0800
committerGitHub <noreply@github.com>2021-12-19 15:26:10 -0500
commit8e5742d63679726fd460c0383e4c118e23de6f2a (patch)
tree32fe9ef1f21b9d0da1b0729e45412751fa917ac7 /docs
parentfeb6d9db2f629f0e2b6c8d64095ae30536120a6d (diff)
docs: try switching over to Cloudflare Pages (#632)
I would prefer for the project to not be under clementtsang.github.io/bottom, so let's try out CFP.
Diffstat (limited to 'docs')
-rw-r--r--docs/content/contribution/documentation.md2
-rw-r--r--docs/mkdocs.yml142
2 files changed, 72 insertions, 72 deletions
diff --git a/docs/content/contribution/documentation.md b/docs/content/contribution/documentation.md
index 75952b7f..771b3210 100644
--- a/docs/content/contribution/documentation.md
+++ b/docs/content/contribution/documentation.md
@@ -9,7 +9,7 @@
There are a few areas where documentation changes are often needed:
-- The [extended documentation](https://clementtsang.github.io/bottom/nightly/) (AKA here)
+- The [extended documentation](https://bottom.pages.dev/nightly/) (AKA here)
- The [`README.md`](https://github.com/ClementTsang/bottom/blob/master/README.md)
- The help menu inside of the application (located [here](https://github.com/ClementTsang/bottom/blob/master/src/constants.rs))
- The [`CHANGELOG.md`](https://github.com/ClementTsang/bottom/blob/master/CHANGELOG.md)
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index c18d857c..90336e41 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -1,7 +1,7 @@
# Site information
site_name: bottom
site_author: Clement Tsang
-site_url: https://clementtsang.github.io/bottom
+site_url: https://bottom.pages.dev
site_description: >-
Yet another cross-platform graphical process/system monitor, inspired by gtop, gotop, and htop.
docs_dir: "content/"
@@ -44,60 +44,61 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.keys:
# Override to make it case-sensitive
- key_map: {
- "a": "a",
- "b": "b",
- "c": "c",
- "d": "d",
- "e": "e",
- "f": "f",
- "g": "g",
- "h": "h",
- "i": "i",
- "j": "j",
- "k": "k",
- "l": "l",
- "m": "m",
- "n": "n",
- "o": "o",
- "p": "p",
- "q": "q",
- "r": "r",
- "s": "s",
- "t": "t",
- "u": "u",
- "v": "v",
- "w": "w",
- "x": "x",
- "y": "y",
- "z": "z",
- "A": "A",
- "B": "B",
- "C": "C",
- "D": "D",
- "E": "E",
- "F": "F",
- "G": "G",
- "H": "H",
- "I": "I",
- "J": "J",
- "K": "K",
- "L": "L",
- "M": "M",
- "N": "N",
- "O": "O",
- "P": "P",
- "Q": "Q",
- "R": "R",
- "S": "S",
- "T": "T",
- "U": "U",
- "V": "V",
- "W": "W",
- "X": "X",
- "Y": "Y",
- "Z": "Z"
- }
+ key_map:
+ {
+ "a": "a",
+ "b": "b",
+ "c": "c",
+ "d": "d",
+ "e": "e",
+ "f": "f",
+ "g": "g",
+ "h": "h",
+ "i": "i",
+ "j": "j",
+ "k": "k",
+ "l": "l",
+ "m": "m",
+ "n": "n",
+ "o": "o",
+ "p": "p",
+ "q": "q",
+ "r": "r",
+ "s": "s",
+ "t": "t",
+ "u": "u",
+ "v": "v",
+ "w": "w",
+ "x": "x",
+ "y": "y",
+ "z": "z",
+ "A": "A",
+ "B": "B",
+ "C": "C",
+ "D": "D",
+ "E": "E",
+ "F": "F",
+ "G": "G",
+ "H": "H",
+ "I": "I",
+ "J": "J",
+ "K": "K",
+ "L": "L",
+ "M": "M",
+ "N": "N",
+ "O": "O",
+ "P": "P",
+ "Q": "Q",
+ "R": "R",
+ "S": "S",
+ "T": "T",
+ "U": "U",
+ "V": "V",
+ "W": "W",
+ "X": "X",
+ "Y": "Y",
+ "Z": "Z",
+ }
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
@@ -113,30 +114,29 @@ extra:
provider: google
property: G-L04GTMT28R
-
# Navigation
nav:
- "Home": index.md
- "Support": support.md
- "Usage":
- - "General Usage": usage/general-usage.md
- - "Widgets":
- - "CPU Widget": usage/widgets/cpu.md
- - "Memory Widget": usage/widgets/memory.md
- - "Network Widget": usage/widgets/network.md
- - "Process Widget": usage/widgets/process.md
- - "Disk Widget": usage/widgets/disk.md
- - "Temperature Widget": usage/widgets/temperature.md
- - "Battery Widget": usage/widgets/battery.md
- - "Basic Mode": usage/basic-mode.md
+ - "General Usage": usage/general-usage.md
+ - "Widgets":
+ - "CPU Widget": usage/widgets/cpu.md
+ - "Memory Widget": usage/widgets/memory.md
+ - "Network Widget": usage/widgets/network.md
+ - "Process Widget": usage/widgets/process.md
+ - "Disk Widget": usage/widgets/disk.md
+ - "Temperature Widget": usage/widgets/temperature.md
+ - "Battery Widget": usage/widgets/battery.md
+ - "Basic Mode": usage/basic-mode.md
- "Configuration":
- "Command-line Flags": configuration/command-line-flags.md
- "Config File":
- - "Default Config": configuration/config-file/default-config.md
- - "Flags": configuration/config-file/flags.md
- - "Theming": configuration/config-file/theming.md
- - "Layout": configuration/config-file/layout.md
- - "Data Filtering": configuration/config-file/data-filtering.md
+ - "Default Config": configuration/config-file/default-config.md
+ - "Flags": configuration/config-file/flags.md
+ - "Theming": configuration/config-file/theming.md
+ - "Layout": configuration/config-file/layout.md
+ - "Data Filtering": configuration/config-file/data-filtering.md
- "Contribution":
- "Issues and Pull Requests": contribution/issues-and-pull-requests.md
- "Documentation": contribution/documentation.md