From 7cceb4a36fd126eb948d924588de54625838cf1d Mon Sep 17 00:00:00 2001 From: Varun-Dutta <72882713+Varun-Dutta@users.noreply.github.com> Date: Tue, 2 Jul 2024 22:14:40 -0700 Subject: [PATCH] [docs] add dark theme and fixed broken link (#3295) * Implemented Dark Theme --- docs/mkdocs.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 4f605a1f704..5f95196de48 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -15,8 +15,18 @@ theme: features: - navigation.tabs palette: - primary: light-blue - accent: light-blue + - scheme: default + primary: light-blue + accent: light-blue + toggle: + icon: material/weather-sunny + name: Switch to dark mode + - scheme: slate + primary: black + accent: deep-orange + toggle: + icon: material/weather-night + name: Switch to light mode edit_uri: '' extra: @@ -202,7 +212,7 @@ nav: - Android: - Doodledraw (PyTorch): 'docs/demos/android/pytorch_android/quickdraw_recognition/README.md' - Style Transfer (PyTorch): 'docs/demos/android/pytorch_android/style_transfer_cyclegan/README.md' - - Face Detection (PyTorch): 'docs/demos/android/face_detection/README.md' + - Face Detection (PyTorch): 'docs/demos/android/pytorch_android/face_detection/README.md' - MXNet Android Template: 'docs/demos/android/mxnet-android/README.md' - EcoSystem: - Java Integrations: