Skip to content

Commit 16e4e43

Browse files
committed
added tags page
1 parent 9e7e99c commit 16e4e43

File tree

7 files changed

+45
-0
lines changed

7 files changed

+45
-0
lines changed

docs/alpha/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
icon: simple/ubuntu
33
title: readme.md
4+
tags:
5+
- Multipass
6+
- Ubuntu
7+
- Ansible
48
---
59

610
# README (Alpha)

docs/beta/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
icon: simple/nginx
33
title: readme.md
4+
tags:
5+
- Nginx
6+
- Multipass
7+
- Load-Balancer
48
---
59

610
# README (Beta)

docs/gamma/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
icon: simple/kubernetes
33
title: readme.md
4+
tags:
5+
- docker
6+
- k8s
7+
- Multipass
8+
- Python
9+
- IaaS
410
---
511

612
# README (Gamma)

docs/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
icon: simple/android
33
title: index.md
44
link: https://myseq.github.io/Lab21/
5+
tags:
6+
- lab21
57
---
68

79
# Lab21 (README.md)

docs/research.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
icon: simple/android
33
title: research.md
4+
tags:
5+
- HTTP
6+
- WebAuthn
7+
- Passkey
8+
- Opensource
9+
- LLM
410
---
511

612
# Researches

docs/tags.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
icon: fontawesome/solid/tags
3+
title: tags.md
4+
---
5+
6+
7+
# Tags
8+
9+
<!-- material/tags -->
10+
11+

mkdocs.yml

+12
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ theme:
6363
markdown_extensions:
6464
- footnotes
6565
- attr_list
66+
- def_list
67+
- tables
68+
- toc:
69+
title: On this page
70+
permalink : true
71+
toc_depth: 3
6672
- pymdownx.emoji:
6773
emoji_index: !!python/name:material.extensions.emoji.twemoji
6874
emoji_generator: !!python/name:material.extensions.emoji.to_svg
@@ -98,3 +104,9 @@ extra:
98104
extra_css:
99105
- stylesheets/extra.css
100106

107+
plugins:
108+
- search
109+
- open-in-new-tab
110+
- tags:
111+
tags_file: tags.md
112+

0 commit comments

Comments
 (0)