forked from isw-kudos/kudos-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
131 lines (125 loc) · 5.46 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
site_name: Kudos Docs
site_description: Enterprise productivity solutions
site_author: Andrew Reynolds
site_url: https://docs.kudosapps.com/
repo_url: https://www.kudosapps.com
repo_name: kudosapps.com
extra:
social:
- type: "github"
link: "https://github.com/isw-kudos"
- type: "twitter"
link: "https://twitter.com/kudosbadges"
- type: "linkedin"
link: "https://www.linkedin.com/company/isw_2/about/"
- type: "youtube"
link: "https://www.youtube.com/channel/UC_9nMUcp6jcweQZML2qIy8A"
nav:
- Welcome: index.md
# - Kudos Analytics:
# - Installation:
# - FAQ: analytics/websphere-faq.md
# - Kudos Badges:
# - Installation:
# - FAQ: badges/websphere-faq.md
- Kudos Boards:
- Versions: boards/index.md
- Boards Cloud:
- Overview: boards/cloud.md
- Integrations:
- IBM Connections Cloud: boards/connections/cloud.md
- IBM Connections On-Prem:
- Authentication: boards/connections/auth-hybrid.md
- Connections Header: boards/connections/header-hybrid.md
- Connections Apps Menu: boards/connections/apps-menu-hybrid.md
- Connections Widgets: boards/connections/widgets-hybrid.md
- IBM Verse: boards/verse/addin-hybrid.md
- Office 365 for Business:
- Overview: boards/msgraph/overview.md
- Getting Started: boards/msgraph/getting-started.md
- App Tile: boards/msgraph/custom-tiles.md
- Teams Integration: boards/msgraph/teams.md
- Outlook Plugin: boards/msgraph/outlook.md
- Sharepoint Pages: boards/msgraph/sharepoint.md
- Auth0: boards/auth0/index.md
- Boards Docker:
- For Kubernetes: boards/kubernetes/index.md
- For Swarm: boards/swarm.md
- Common Config:
- Environment: boards/env/common.md
- Team Logins: boards/env/teams.md
- Integrations:
- IBM Connections On-Prem:
- Authentication: boards/connections/auth-on-prem.md
- Connections Header: boards/connections/header-on-prem.md
- Connections Apps Menu: boards/connections/apps-menu-on-prem.md
- Connections Widgets: boards/connections/widgets-on-prem.md
- Web Server Config: boards/connections/httpd.md
- IBM Verse: boards/verse/addin-on-prem.md
- Boards Hybrid: boards/hybrid.md
- Troubleshooting:
- Boards Hybrid: boards/troubleshooting/conn-hybrid.md
- Boards Docker: boards/troubleshooting/conn-on-prem.md
- Boards WebSphere: boards/troubleshooting/websphere.md
- Office 365 for Business: boards/troubleshooting/office365.md
- How To Guide:
- Knowledge Base & Support: boards/howto/knowledgebase.md
- Getting Started with Kudos Boards: boards/howto/getting-started-with-kudos-boards.md
- Import Activities: boards/howto/kudos-boards-import-activity.md
- Adding Boards to Microsoft Teams: boards/howto/adding-boards-to-teams.md
- Kudos Boards in Microsoft Outlook: boards/howto/kudos-boards-in-microsoft-outlook.md
- Kudos Boards and Microsoft OneDrive: boards/howto/kudos-boards-and-microsoft-onedrive.md
- Kudos Boards in Microsoft SharePoint: boards/howto/kudos-boards-in-microsoft-sharepoint.md
- Using IBM Verse with Kudos Boards: boards/howto/use-verse.md
- Using Auth0 with Kudos Boards: boards/howto/use-auth0.md
- Attaching Files to Cards: boards/howto/attaching-files.md
- Quick Tips for Boards: boards/howto/quick-tips-for-boards.md
- Accessing Global Templates: boards/howto/accessing-global-templates.md
- Adding Members to a Board: boards/howto/adding-members-to-a-board.md
- Timeline View in Boards: boards/howto/timeline-view-in-boards.md
- Mind Map View: boards/howto/mind-map-view.md
- Creating Templates: boards/howto/creating-templates.md
- Archiving and Restoring: boards/howto/archiving-and-restoring.md
- Permissions in Kudos Boards: boards/howto/permissions.md
- Manage Organisation Config: boards/howto/org-config.md
- Kudos Ideas:
- How To Guide: ideas/howto.md
- Connections Cloud: ideas/cloud-setup.md
- Buzzy:
# - Overview: buzzy/index.md
- Installation:
- For Connections On-premise:
- Overview: buzzy/buzzy-icp.md
- Connections OAuth Config: buzzy/buzzy-oauth.md
- WAS Config: buzzy/buzzy-wasconfig.md
- Header Config: buzzy/buzzy-header.md
- Connections Widgets: buzzy/buzzy-widgets.md
- Mongo: buzzy/mongo.md
- Minio: buzzy/minio.md
- Docker Swarm:
- Installation: swarm/index.md
- Storage: swarm/storage.md
# - Advanced: swarm/advanced.md
- Troubleshooting: swarm/troubleshooting.md
# - Kubernetes:
# - Installation: kubernetes/index.md
# - Advanced: kubernetes/advanced.md
# - Troubleshooting: kubernetes/troubleshooting.md
markdown_extensions:
- toc:
permalink: true
theme:
name: material
feature:
tabs: true
palette:
primary: orange
accent: light blue
favicon: assets/images/favicon.ico
logo:
icon: local_library
extra_css:
- "/assets/css/custom.css"
google_analytics:
- "UA-1747668-5"
- "auto"