From 87bb183fb3e3eb33c2d45e7fa7f0e5bd4af51ee2 Mon Sep 17 00:00:00 2001 From: Daniel Reeves Date: Wed, 20 Nov 2024 16:03:02 -0500 Subject: [PATCH] update --- .pre-commit-config.yaml | 2 +- docs/requirements.txt | 2 +- mkdocs.yml | 38 +++++++++++++++++++------------------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3b0da03..24f5a63 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: rev: v2.3.0 hooks: - id: check-yaml - args: [--allow-multiple-documents] + args: [--allow-multiple-documents, --unsafe] - id: end-of-file-fixer - id: trailing-whitespace diff --git a/docs/requirements.txt b/docs/requirements.txt index 66735de..13ae2a6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -45,7 +45,7 @@ mkdocs-get-deps==0.2.0 # via mkdocs mkdocs-macros-plugin==1.3.7 # via -r requirements.in -mkdocs-material==9.5.44 +mkdocs-material==9.5.45 # via -r requirements.in mkdocs-material-extensions==1.3.1 # via mkdocs-material diff --git a/mkdocs.yml b/mkdocs.yml index ffbd273..166fdbc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,20 +6,20 @@ repo_url: https://github.com/codeforboston/flagging repo_name: codeforboston/flagging docs_dir: docs/src nav: -- Home: index.md -- About: about.md -- Setup: setup.md -- Admin: admin.md -- Cloud: + - Home: index.md + - About: about.md + - Setup: setup.md + - Admin: admin.md + - Cloud: - Overview: cloud/index.md # - Manual Deployment: cloud/manual_heroku_deployment.md - Twitter Bot: cloud/twitter_bot.md -- Development: + - Development: - Overview: development/index.md - Data: development/data.md - Predictive Models: development/predictive_models.md - Front-End: development/frontend.md -- Development Resources: + - Development Resources: - Overview: development_resources/index.md - Learning Resources: development_resources/learning_resources.md - Shell: development_resources/shell.md @@ -37,18 +37,18 @@ theme: plugins: - macros markdown_extensions: -- admonition -- pymdownx.tabbed: # https://facelessuser.github.io/pymdown-extensions/ - alternate_style: true -- pymdownx.keys -- pymdownx.details -- pymdownx.inlinehilite -- pymdownx.superfences: - custom_fences: - - name: mermaid - class: mermaid - format: "!!python/name:pymdownx.superfences.fence_code_format" -- sane_lists + - admonition + - pymdownx.tabbed: # https://facelessuser.github.io/pymdown-extensions/ + alternate_style: true + - pymdownx.keys + - pymdownx.details + - pymdownx.inlinehilite + - pymdownx.superfences: + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:pymdownx.superfences.fence_code_format + - sane_lists extra: flagging_website_url: https://crwa-flagging.herokuapp.com social: