forked from pnp/pnpjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
167 lines (157 loc) · 5.59 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
site_name: PnP/PnPjs
docs_dir: 'docs'
nav:
- Home: 'index.md'
- 'Getting Started': 'getting-started.md'
- 'V2->V3 Transition': 'transition-guide.md'
- 'Year in Review':
- '2021': 'news/2021-year-in-review.md'
- '2020': 'news/2020-year-in-review.md'
- 'Library Usage Tips':
- 'Authentication': 'concepts/authentication.md'
- 'Batching': 'concepts/batching.md'
- 'Batching & Caching': 'concepts/batching-caching.md'
- 'Custom Bundling': 'concepts/custom-bundle.md'
- 'Error-Handling': 'concepts/error-handling.md'
- 'Project Presets': 'concepts/project-preset.md'
- 'Selective Imports': 'concepts/selective-imports.md'
- 'Typings': 'concepts/typings.md'
- 'Using Behaviors': 'core/behaviors.md'
- Packages:
- Packages: 'packages.md'
- core:
- core: 'packages/#core'
- behaviors: 'core/behaviors.md'
- observers: 'core/observers.md'
- moments: 'core/moments.md'
- timeline: 'core/timeline.md'
- storage: 'core/storage.md'
- util: 'core/util.md'
- graph:
- graph: 'packages/#graph'
- Behaviors: 'graph/behaviors.md'
- groups: 'graph/groups.md'
- groups: 'graph/groups.md'
- insights: 'graph/insights.md'
- contacts: 'graph/contacts.md'
- 'cloud communications': 'graph/cloud-communications.md'
- calendars: 'graph/calendars.md'
- 'directory objects': 'graph/directoryobjects.md'
- invitations: 'graph/invitations.md'
- onedrive: 'graph/onedrive.md'
- outlook: 'graph/outlook.md'
- photos: 'graph/photos.md'
- planner: 'graph/planner.md'
- search: 'graph/search.md'
- sites: 'graph/sites.md'
- subscriptions: 'graph/subscriptions.md'
- teams: 'graph/teams.md'
- users: 'graph/users.md'
- logging:
- logging: 'logging/index.md'
- msaljsclient:
- msaljsclient: 'msaljsclient/index.md'
- nodejs:
- nodejs: 'packages/#nodejs'
- behaviors: 'nodejs/behaviors.md'
- 'sp Extensions': 'nodejs/sp-extensions.md'
- queryable:
- Queryable: 'packages/#queryable'
- Behaviors: 'queryable/behaviors.md'
- Extensions: 'queryable/extensions.md'
- Queryable: 'queryable/queryable.md'
- sp:
- sp: 'packages/#sp'
- Behaviors: 'sp/behaviors.md'
- 'Alias Parameters': 'sp/alias-parameters.md'
- 'ALM api': 'sp/alm.md'
- Attachments: 'sp/attachments.md'
- 'Client-side Pages': 'sp/clientside-pages.md'
- 'Column Defaults': 'sp/column-defaults.md'
- 'Comments and Likes': 'sp/comments-likes.md'
- 'Content Types': 'sp/content-types.md'
- Features: 'sp/features.md'
- Fields: 'sp/fields.md'
- Files: 'sp/files.md'
- Folders: 'sp/folders.md'
- Forms: 'sp/forms.md'
- Hubsites: 'sp/hubsites.md'
- 'List Items': 'sp/items.md'
- Lists: 'sp/lists.md'
- 'Navigation': 'sp/navigation.md'
- Permissions: 'sp/permissions.md'
- Profiles: 'sp/profiles.md'
- 'Regional Settings': 'sp/regional-settings.md'
- 'Related Items': 'sp/related-items.md'
- Search: 'sp/search.md'
- Security: 'sp/security.md'
- Sharing: 'sp/sharing.md'
- 'Site Designs': 'sp/site-designs.md'
- 'Site Groups': 'sp/site-groups.md'
- 'Site Scripts': 'sp/site-scripts.md'
- 'Site Users': 'sp/site-users.md'
- Sites: 'sp/sites.md'
- Social: 'sp/social.md'
- 'SP.Utilities.Utility': 'sp/sp-utilities-utility.md'
- Subscriptions: 'sp/subscriptions.md'
- Taxonomy: 'sp/taxonomy.md'
- 'Tenant Properties': 'sp/tenant-properties.md'
- 'User custom actions': 'sp/user-custom-actions.md'
- Views: 'sp/views.md'
- Webs: 'sp/webs.md'
- Advanced:
- 'Custom Bundle': 'concepts/custom-bundle.md'
- 'Custom Call/Path': 'concepts/invokable.md'
- 'Behaviors': 'core/behaviors.md'
- 'Behavior Recipes': 'core/behavior-recipes.md'
- 'Timeline/Moments': 'core/timeline.md'
- 'Client-Side Pages': 'concepts/adv-clientside-pages.md'
- Contributing:
- 'Contributing': 'contributing/index.md'
- 'Set Up Dev Machine': 'contributing/setup-dev-machine.md'
- 'Settings': 'contributing/settings.md'
- 'Understanding Library Internals': 'core/timeline.md'
- 'Expanding the Library': 'contributing/extending-the-library.md'
- 'Npm Scripts': 'contributing/npm-scripts.md'
- 'Local Debug Config': 'contributing/local-debug-configuration.md'
- 'Debugging': 'contributing/debugging.md'
- 'Tests': 'contributing/debug-tests.md'
- 'Documentation': 'contributing/documentation.md'
- 'Pull Requests': 'contributing/pull-requests.md'
- Legacy Docs:
- V1: 'v1/index.html'
- V2: 'v2/index.html'
theme:
name: 'material'
custom_dir: 'docs/_theme'
palette:
primary: 'blue'
logo: 'img/Logo.png'
feature:
tabs: true
extra_css:
- 'css/extra.css'
markdown_extensions:
- admonition
- toc:
permalink: true
plugins:
- search
- markdownextradata
- redirects:
redirect_maps:
'getting-started-dev.md': 'contributing/index.md'
'debugging.md': 'contributing/debugging.md'
'debug-tests.md': 'contributing/debug-tests.md'
'documentation.md': 'contributing/documentation.md'
extra:
social:
- icon: 'fontawesome/brands/twitter'
link: 'https://twitter.com/m365pnpjs'
- icon: 'fontawesome/brands/youtube'
link: 'http://aka.ms/sppnp-videos'
- icon: 'fontawesome/brands/microsoft'
link: 'https://aka.ms/sppnp'
repo_url: https://github.com/pnp/pnpjs
edit_uri: tree/version-3/docs
site_url: https://pnp.github.io/pnpjs/