-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
50 lines (46 loc) · 1.44 KB
/
mkdocs.yml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
site_name: Saplings Documentation
site_description: This recipe is designed to help start a highly configured Drupal project.
site_url: https://kanopi.github.io/saplings
repo_url: https://github.com/kanopi/saplings
edit_uri: edit/main/docs/
nav:
- Home: index.md
- Site Architecture:
- Content types:
- Page: content-types-page.md
- Post: content-types-post.md
- Event: content-types-event.md
- Components: components.md
- Media: media.md
- Menus: menus.md
- Taxonomies: taxonomies.md
- Add ons:
- Language Switcher: add-on-language-switcher.md
- Mega Menu: add-on-mega-menu.md
- Search: add-on-search.md
- For Designers:
- Designer Documentation: designers.md
- For Developers:
- Developer Documentation: developers.md
- Recipe Architecture:
- Introduction: recipes-introduction.md
theme:
name: material
logo: assets/images/logo.svg
favicon: assets/images/favicon.png
palette:
scheme: saplings
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/KanopiStudios
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/kanopi_studios
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/kanopistudios
- icon: fontawesome/brands/github
link: https://github.com/kanopi
generator: false
copyright: Copyright © 2024 - 2025 Kanopi Studios