From 3aaef1476de9fa51ebbc6656f19cc1913e3edf0e Mon Sep 17 00:00:00 2001 From: Matt Carroll Date: Wed, 23 Jul 2025 00:25:59 -0700 Subject: [PATCH 01/12] Adding files from flutter_test_goldens --- theme/_includes/components/footer.jinja | 3 - theme/_includes/components/highlightJs.jinja | 40 ------- theme/_includes/components/navMain.jinja | 42 ++------ theme/_includes/layouts/docs_page.jinja | 99 +++++++++-------- theme/styles/docs_page_layout.scss | 45 +++++++- theme/styles/docs_page_layout_dark.scss | 11 +- theme/styles/docs_page_layout_light.scss | 105 ------------------- 7 files changed, 113 insertions(+), 232 deletions(-) delete mode 100644 theme/_includes/components/footer.jinja delete mode 100644 theme/_includes/components/highlightJs.jinja delete mode 100644 theme/styles/docs_page_layout_light.scss diff --git a/theme/_includes/components/footer.jinja b/theme/_includes/components/footer.jinja deleted file mode 100644 index 4bd43bf..0000000 --- a/theme/_includes/components/footer.jinja +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/theme/_includes/components/highlightJs.jinja b/theme/_includes/components/highlightJs.jinja deleted file mode 100644 index 97f5c41..0000000 --- a/theme/_includes/components/highlightJs.jinja +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/theme/_includes/components/navMain.jinja b/theme/_includes/components/navMain.jinja index 66afd99..5b8825a 100644 --- a/theme/_includes/components/navMain.jinja +++ b/theme/_includes/components/navMain.jinja @@ -1,47 +1,19 @@