-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
25 lines (25 loc) · 825 Bytes
/
mkdocs.yml
File metadata and controls
25 lines (25 loc) · 825 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
site_name: DeskPRO React SDK
theme_dir: docs/psinder
markdown_extensions:
- admonition
site_favicon: favicon.png
extra_css:
- "css/site.css"
- "css/admonition.css"
repo_name: "GitHub"
repo_url: "https://github.com/DeskproApps/sdk-react"
copyright: "Copyright 2001 – 2017 Deskpro Ltd. All rights reserved."
pages:
- Overview: "index.md"
- Manifest: "pages/manifest.md"
- Props: "pages/props.md"
- Components:
- DeskproSDK: "pages/components/DeskproSDK.md"
- Routes: "pages/components/Routes.md"
- Link: "pages/components/Link.md"
- LinkButton: "pages/components/LinkButton.md"
- Tutorials:
- Basic App: "pages/tutorials/basic.md"
- Form Handling: "pages/tutorials/form.md"
- Using OAuth: "pages/tutorials/oauth.md"
- Using Redux: "pages/tutorials/redux.md"