Skip to content

Commit

Permalink
Add .editorconfig, format mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Nov 2, 2024
1 parent f90ccc9 commit 97fba34
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 146 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

[*.{json,yml,yaml}]
indent_size = 2

[*.bat]
end_of_line = crlf

292 changes: 146 additions & 146 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,160 +5,160 @@ repo_url: https://github.com/AllTheMods/alltheguides/
edit_uri: edit/dev/docs/
use_directory_urls: true
copyright: All The Mods &trade; | Made By <a href='https://ko-fi.com/segfault' target='_blank' class='cauthor'>Seg</a>
strict: !ENV [ENABLE_STRICT, true]
strict: !ENV [ ENABLE_STRICT, true ]
extra:
generator: true
homepage: /alltheguides/
version:
default: stable
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/allthemods
name: Discord
- icon: fontawesome/brands/reddit
link: https://www.reddit.com/r/allthemods/
- icon: fontawesome/brands/twitter
link: https://twitter.com/allthemods?lang=en
- icon: fontawesome/brands/github
link: https://github.com/AllTheMods
generator: true
homepage: /alltheguides/
version:
default: stable
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/allthemods
name: Discord
- icon: fontawesome/brands/reddit
link: https://www.reddit.com/r/allthemods/
- icon: fontawesome/brands/twitter
link: https://twitter.com/allthemods?lang=en
- icon: fontawesome/brands/github
link: https://github.com/AllTheMods
theme:
custom_dir: overrides
name: material
highlightjs: true
language: en
prev_next_buttons_location: none
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.top
- navigation.footer
- announce.dismiss
- content.action.edit
- content.tooltips
- content.code.copy
- content.code.annotate
- toc.follow
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
favicon: assets/images/atms.ico
logo: assets/images/atms.png
font:
text: "Nunito"
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: orange
toggle:
icon: material/brightness-7
name: Dark Mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: orange
toggle:
icon: material/brightness-4
name: Light Mode
custom_dir: overrides
name: material
highlightjs: true
language: en
prev_next_buttons_location: none
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.top
- navigation.footer
- announce.dismiss
- content.action.edit
- content.tooltips
- content.code.copy
- content.code.annotate
- toc.follow
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
favicon: assets/images/atms.ico
logo: assets/images/atms.png
font:
text: "Nunito"
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: orange
toggle:
icon: material/brightness-7
name: Dark Mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: orange
toggle:
icon: material/brightness-4
name: Light Mode
extra_css:
- assets/stylesheets/style.css
- assets/stylesheets/style.css

extra_javascript:
- assets/javascripts/script.js
- assets/javascripts/tablesort.min.js
- assets/javascripts/script.js
- assets/javascripts/tablesort.min.js

plugins:
- search
- awesome-pages:
collapse_single_pages: true
strict: true
- meta-descriptions
- tags
- mkdocs-video
- markmap
- git-revision-date-localized:
type: timeago
enable_creation_date: true
fallback_to_build_date: false
strict: !ENV [ENABLE_STRICT_GIT_REVISION_DATE, false]
enabled: !ENV [ENABLE_GIT_REVISION_DATE, false]
- minify:
minify_html: !ENV [ENABLE_MINIFY, false]
minify_js: !ENV [ENABLE_MINIFY, false]
minify_css: !ENV [ENABLE_MINIFY, false]
htmlmin_opts:
remove_comments: !ENV [ENABLE_REMOVE_COMMENTS, false]
cache_safe: true
- glightbox:
touchNavigation: true
loop: true
effect: fade
slide_effect: fade
width: auto
height: auto
draggable: false
auto_caption: true
caption_position: bottom
- git-authors:
show_email_address: false
sort_authors_by: contribution
fallback_to_empty: true
show_contribution: true
strict: !ENV [ENABLE_STRICT_GIT_AUTHORS, false]
enabled: !ENV [ENABLE_GIT_AUTHORS, false]
- search
- awesome-pages:
collapse_single_pages: true
strict: true
- meta-descriptions
- tags
- mkdocs-video
- markmap
- git-revision-date-localized:
type: timeago
enable_creation_date: true
fallback_to_build_date: false
strict: !ENV [ ENABLE_STRICT_GIT_REVISION_DATE, false ]
enabled: !ENV [ ENABLE_GIT_REVISION_DATE, false ]
- minify:
minify_html: !ENV [ ENABLE_MINIFY, false ]
minify_js: !ENV [ ENABLE_MINIFY, false ]
minify_css: !ENV [ ENABLE_MINIFY, false ]
htmlmin_opts:
remove_comments: !ENV [ ENABLE_REMOVE_COMMENTS, false ]
cache_safe: true
- glightbox:
touchNavigation: true
loop: true
effect: fade
slide_effect: fade
width: auto
height: auto
draggable: false
auto_caption: true
caption_position: bottom
- git-authors:
show_email_address: false
sort_authors_by: contribution
fallback_to_empty: true
show_contribution: true
strict: !ENV [ ENABLE_STRICT_GIT_AUTHORS, false ]
enabled: !ENV [ ENABLE_GIT_AUTHORS, false ]
hooks:
- extensions/external_links_md_extension.py
- extensions/external_links_md_extension.py
markdown_extensions:
- extra
- smarty
- toc:
permalink: true
title: <b>Table Of Contents</b>
- admonition
- attr_list
- abbr
- sane_lists
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.betterem
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- def_list
- md_in_html
- footnotes
- tables
- extra
- smarty
- toc:
permalink: true
title: <b>Table Of Contents</b>
- admonition
- attr_list
- abbr
- sane_lists
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.betterem
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- def_list
- md_in_html
- footnotes
- tables

validation:
nav:
omitted_files: info
not_found: warn
absolute_links: info
links:
not_found: warn
absolute_links: info
unrecognized_links: info
nav:
omitted_files: info
not_found: warn
absolute_links: info
links:
not_found: warn
absolute_links: info
unrecognized_links: info

0 comments on commit 97fba34

Please sign in to comment.