Skip to content

Commit

Permalink
Merge pull request #3 from Catalyst-Studios/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ArcTrooper210 authored Oct 14, 2024
2 parents 3e3eedd + 4f6c8ee commit 05870f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.venv
site/*
.cache
.cache/*
workspace.code-workspace
.vscode/*
.idea
9 changes: 1 addition & 8 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ plugins:
- open-in-new-tab
- meta-descriptions:
enabled: !ENV [META_DESCRIPTIONS, false]
- tags
- git-revision-date-localized:
type: timeago
fallback_to_build_date: false
Expand All @@ -83,13 +82,6 @@ plugins:
repository: Catalyst-Studios/catalystguides
branch: main
enabled: !ENV [CI, false]
#show_contribution: true
#show_line_count: true
#show_email_address: false
#fallback_to_empty: true
#sort_authors_by: contribution
#enabled: !ENV [ENABLE_GIT_AUTHORS, false]
#strict: true
- minify:
minify_html: !ENV [ENABLE_MINIFY, false]
- autorefs:
Expand All @@ -99,6 +91,7 @@ plugins:
- glightbox:
draggable: false
auto_caption: true
- tags
markdown_extensions:
- abbr
- admonition
Expand Down

0 comments on commit 05870f6

Please sign in to comment.