-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (27 loc) · 781 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (27 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
site_name: "Feature Tracker"
site_description: "Feature Tracker"
site_author: "K Siva Prasad Reddy"
site_url: "https://feature-tracker.github.io/"
# Repository
repo_name: "feature-tracker/feature-tracker.github.io"
repo_url: "https://feature-tracker.github.io"
# Copyright
copyright: "Copyright © 2024 K Siva Prasad Reddy"
theme:
name: material
nav:
- Home: index.md
# Customization
extra:
manifest: "manifest.webmanifest"
social:
- icon: fontawesome/brands/github-alt
link: "https://github.com/sivaprasadreddy"
- icon: fontawesome/brands/twitter
link: "https://twitter.com/sivalabs"
- icon: fontawesome/brands/linkedin
link: "https://www.linkedin.com/in/ksivaprasadreddy/"
# Extensions
markdown_extensions:
- codehilite
- tables