Skip to content

Commit 110780a

Browse files
committed
feat(docs): ✨ add requirements.txt and update mkdocs.yml configuration
* Introduced `requirements.txt` to specify dependencies. * Updated `mkdocs.yml` to enhance navigation structure and include plugins.
1 parent 4409e90 commit 110780a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mkdocs-include-dir-to-nav

mkdocs.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
site_name: PesterExplorer
2+
site_url: http://heyitsgilbert.github.io/PesterExplorer
23
repo_url: http://github.com/HeyItsGilbert/PesterExplorer
34
theme: readthedocs
4-
5+
nav:
6+
- Home: "index.md"
7+
- Changelog: "https://github.com/HeyItsGilbert/PesterExplorer/blob/main/CHANGELOG.md"
8+
- en-US:
9+
- en-US/
10+
plugins:
11+
- search
12+
- include_dir_to_nav

0 commit comments

Comments
 (0)