Skip to content

Commit 87bb183

Browse files
committed
update
1 parent 2685497 commit 87bb183

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
rev: v2.3.0
55
hooks:
66
- id: check-yaml
7-
args: [--allow-multiple-documents]
7+
args: [--allow-multiple-documents, --unsafe]
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ mkdocs-get-deps==0.2.0
4545
# via mkdocs
4646
mkdocs-macros-plugin==1.3.7
4747
# via -r requirements.in
48-
mkdocs-material==9.5.44
48+
mkdocs-material==9.5.45
4949
# via -r requirements.in
5050
mkdocs-material-extensions==1.3.1
5151
# via mkdocs-material

mkdocs.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ repo_url: https://github.com/codeforboston/flagging
66
repo_name: codeforboston/flagging
77
docs_dir: docs/src
88
nav:
9-
- Home: index.md
10-
- About: about.md
11-
- Setup: setup.md
12-
- Admin: admin.md
13-
- Cloud:
9+
- Home: index.md
10+
- About: about.md
11+
- Setup: setup.md
12+
- Admin: admin.md
13+
- Cloud:
1414
- Overview: cloud/index.md
1515
# - Manual Deployment: cloud/manual_heroku_deployment.md
1616
- Twitter Bot: cloud/twitter_bot.md
17-
- Development:
17+
- Development:
1818
- Overview: development/index.md
1919
- Data: development/data.md
2020
- Predictive Models: development/predictive_models.md
2121
- Front-End: development/frontend.md
22-
- Development Resources:
22+
- Development Resources:
2323
- Overview: development_resources/index.md
2424
- Learning Resources: development_resources/learning_resources.md
2525
- Shell: development_resources/shell.md
@@ -37,18 +37,18 @@ theme:
3737
plugins:
3838
- macros
3939
markdown_extensions:
40-
- admonition
41-
- pymdownx.tabbed: # https://facelessuser.github.io/pymdown-extensions/
42-
alternate_style: true
43-
- pymdownx.keys
44-
- pymdownx.details
45-
- pymdownx.inlinehilite
46-
- pymdownx.superfences:
47-
custom_fences:
48-
- name: mermaid
49-
class: mermaid
50-
format: "!!python/name:pymdownx.superfences.fence_code_format"
51-
- sane_lists
40+
- admonition
41+
- pymdownx.tabbed: # https://facelessuser.github.io/pymdown-extensions/
42+
alternate_style: true
43+
- pymdownx.keys
44+
- pymdownx.details
45+
- pymdownx.inlinehilite
46+
- pymdownx.superfences:
47+
custom_fences:
48+
- name: mermaid
49+
class: mermaid
50+
format: !!python/name:pymdownx.superfences.fence_code_format
51+
- sane_lists
5252
extra:
5353
flagging_website_url: https://crwa-flagging.herokuapp.com
5454
social:

0 commit comments

Comments
 (0)