Skip to content

Commit 269e447

Browse files
committed
Added tags file
1 parent 5460cb7 commit 269e447

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

mkdocs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
site_name: Software Engineering Fundamentals
22
site_url: https://learn-with-me.github.io/Software-Engineering-Fundamentals/
33
repo_url: https://github.com/learn-with-me/Software-Engineering-Fundamentals
4+
copyright: Copyright © 2024 - 2025 goel4ever
45
docs_dir: 'src'
56

67
theme:
@@ -31,19 +32,20 @@ theme:
3132
# - navigation.sections
3233
- navigation.indexes
3334
- navigation.top
35+
- navigation.footer
3436
# - toc.integrate
35-
plugins:
36-
- tags
3737
plugins:
3838
- search
3939
- git-revision-date-localized
4040
- kroki
41+
- tags:
42+
tags_file: tags.md
4143
markdown_extensions:
4244
- pymdownx.tabbed:
4345
alternate_style: true
4446
extra:
4547
homepage: https://learn-with-me.github.io/Software-Engineering-Fundamentals/
46-
copyright: Copyright © 2022 - 2023 goel4ever
48+
generator: false
4749
analytics:
4850
provider: google
4951
property: G-LBF3VZYFJJ

src/tags.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Tags
2+
3+
Following is a list of relevant tags:
4+
5+
<!-- material/tags -->

0 commit comments

Comments
 (0)