From 57ec6d1be25849497dee4b323b36c5694aaeb4dc Mon Sep 17 00:00:00 2001 From: Henry Wilkinson Date: Mon, 12 Dec 2022 21:15:12 -0500 Subject: [PATCH] Minor docs style updates (#409) * Minor style updates - Uses the Material `teal` colour which seems to be a close match... This will be changed later once I do more branding things with a proper theme override - Adds a monochrome version of the current Browsertrix Cloud logo. - Fixes typo :P --- docs/assets/brand/btrix-logo.svg | 29 +++++++++++++++++++++++++++++ docs/index.md | 2 +- mkdocs.yml | 6 +++++- 3 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 docs/assets/brand/btrix-logo.svg diff --git a/docs/assets/brand/btrix-logo.svg b/docs/assets/brand/btrix-logo.svg new file mode 100644 index 00000000..3e6d39e8 --- /dev/null +++ b/docs/assets/brand/btrix-logo.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index fe291cde..405f7733 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,5 +8,5 @@ Welcome to the Browsertrix Cloud official user guide and developer docs. These d If you are unfamiliar with Browsertrix Cloud, please check out [our website](https://browsertrix.cloud) or the main repository at [https://github.com/webrecorder/browsertrix-cloud](https://github.com/webrecorder/browsertrix-cloud) -Our docs are still under construction. If you find something missing, chances are we haven't gotten around to writing that part yet. If you find typoes or something isn't clear or seems incorrect, please open an [issue](https://github.com/webrecorder/browsertrix-cloud/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) and we'll try to make sure that your questions get answered here in the future! +Our docs are still under construction. If you find something missing, chances are we haven't gotten around to writing that part yet. If you find typos or something isn't clear or seems incorrect, please open an [issue](https://github.com/webrecorder/browsertrix-cloud/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) and we'll try to make sure that your questions get answered here in the future! diff --git a/mkdocs.yml b/mkdocs.yml index 0394451f..eea66270 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: Browsertrix Cloud +site_name: Browsertrix Cloud Docs theme: name: material features: @@ -9,6 +9,10 @@ theme: font: text: Inter code: Recursive + palette: + primary: teal + accent: cyan + logo: assets/brand/btrix-logo.svg icon: admonition: