-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (25 loc) · 778 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (25 loc) · 778 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
site_name: "Generator Spring Boot"
site_description: "The Yeoman generator for generating Spring Boot microservices"
site_author: "K Siva Prasad Reddy"
site_url: "https://sivaprasadreddy.github.io/generator-springboot"
# Repository
repo_name: "sivaprasadreddy/generator-springboot"
repo_url: "https://github.com/sivaprasadreddy/generator-springboot"
# Copyright
copyright: "Copyright © 2023 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/bilalislam"
- icon: fontawesome/brands/linkedin
link: "https://www.linkedin.com/in/bilalislam/"
# Extensions
markdown_extensions:
- codehilite
- tables