Skip to content

Commit 7d5b351

Browse files
committed
Basic yaml and front matter configuration.
1 parent 951f13a commit 7d5b351

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs/getting-started/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: Getting Started
3+
summary: Quick installation and usage instructions.
4+
authors:
5+
- hreikin
6+
---
17
<!-- GETTING STARTED -->
28
# Getting Started
39
<!-- ### Prerequisites
@@ -54,4 +60,4 @@ root = tk.Tk()
5460
app = TkinterMDFrame(root)
5561
app.pack(fill="both", expand=1)
5662
app.mainloop()
57-
```
63+
```

docs/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Welcome To The tkintermd Docs
1+
---
2+
title: tkintermd Documentation
3+
summary: About tkintermd.
4+
authors:
5+
- hreikin
6+
---
7+
# The `tkintermd` Docs
28

39
<!-- ABOUT THE PROJECT -->
410
## About The Project

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: tkintermd Docs
1+
site_name: The tkintermd Docs
22
site_url: https://hreikin.github.io/tkintermd
33
repo_name: hreikin/tkintermd
44
repo_url: https://github.com/hreikin/tkintermd

0 commit comments

Comments
 (0)