Skip to content

Commit

Permalink
Merge pull request #79 from nhsengland/aib-remove-unnecessary-code
Browse files Browse the repository at this point in the history
remove unneeded sections mkdocs.yml
  • Loading branch information
SamHollings authored Mar 8, 2024
2 parents 1c51b0e + 2fcd00f commit 8ee1f47
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
site_name: NHS England Data Science
site_url: https://nhsengland.github.io/datascience
repo_url: https://github.com/NHSEngland/datascience
repo_name: NHS England Data Science
repo_name: NHS England Data Science Website
edit_uri: edit/main/docs/
plugins:
- git-revision-date-localized:
fallback_to_build_date: true
- search
- awesome-pages
- mkdocs-jupyter:
include_source: True
theme: dark
- blog:
blog_dir: ./articles
authors_file: "{blog}/.authors.yml"
Expand All @@ -31,8 +26,8 @@ nav:
# - ... | flat | tools/*.md
- Playbooks: playbooks.md
# - Codebases: codebases.md
- Meta Page: meta_page.md
- Useful links: useful_links.md
- Meta Page: meta_page.md
theme:
name: material
custom_dir: overrides
Expand All @@ -58,34 +53,21 @@ theme:
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.tasklist:
# clickable_checkbox: true
custom_checkbox: true
- tables
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
- admonition
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- md_in_html
extra:
social:
Expand Down

0 comments on commit 8ee1f47

Please sign in to comment.