File tree Expand file tree Collapse file tree 3 files changed +21
-21
lines changed
Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ mkdocs-get-deps==0.2.0
4545 # via mkdocs
4646mkdocs-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
5050mkdocs-material-extensions == 1.3.1
5151 # via mkdocs-material
Original file line number Diff line number Diff line change @@ -6,20 +6,20 @@ repo_url: https://github.com/codeforboston/flagging
66repo_name : codeforboston/flagging
77docs_dir : docs/src
88nav :
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:
3737plugins :
3838 - macros
3939markdown_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
5252extra :
5353 flagging_website_url : https://crwa-flagging.herokuapp.com
5454 social :
You can’t perform that action at this time.
0 commit comments