Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dwreeves committed Nov 20, 2024
1 parent 2685497 commit 87bb183
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
38 changes: 19 additions & 19 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 87bb183

Please sign in to comment.