forked from pnp/pnpjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
188 lines (178 loc) · 6.5 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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
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':
- '2022': 'news/2022-year-in-review.md'
- '2021': 'news/2021-year-in-review.md'
- '2020': 'news/2020-year-in-review.md'
- 'Library Usage Tips':
- 'Authentication': 'concepts/authentication.md'
- 'In SPFx': 'concepts/auth-spfx.md'
- 'In Browser': 'concepts/auth-browser.md'
- 'In NodeJS': 'concepts/auth-nodejs.md'
- 'Batching': 'concepts/batching.md'
- 'Batching & Caching': 'concepts/batching-caching.md'
- 'Calling Other Endpoints': 'concepts/calling-other-endpoints'
- 'Custom Bundling': 'concepts/custom-bundle.md'
- 'Error-Handling': 'concepts/error-handling.md'
- 'Project Config/Services Setup': 'concepts/project-preset.md'
- 'Selective Imports': 'concepts/selective-imports.md'
- 'Typings': 'concepts/typings.md'
- 'Using Behaviors': 'core/behaviors.md'
- 'Nightly Builds': 'concepts/nightly-builds.md'
- Packages:
- Packages: 'packages.md'
- azidjsclient:
- azidjsclient: 'azidjsclient/index.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'
- bookings: 'graph/bookings.md'
- columns: 'graph/columns.md'
- 'content types': 'graph/content-types.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'
- items: 'graph/items.md'
- lists: 'graph/lists.md'
- messages: 'graph/messages.md'
- onedrive: 'graph/onedrive.md'
- outlook: 'graph/outlook.md'
- photos: 'graph/photos.md'
- planner: 'graph/planner.md'
- search: 'graph/search.md'
- shares: 'graph/shares.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'
- 'context info': 'sp/context-info.md'
- Favorites: 'sp/favorites.md'
- Features: 'sp/features.md'
- Fields: 'sp/fields.md'
- Files: 'sp/files.md'
- Folders: 'sp/folders.md'
- Forms: 'sp/forms.md'
- GroupSiteManager: 'sp/groupSiteManager.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'
- 'Recycle Bin': 'sp/recycle-bin.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.Publishing.SitePageService': 'sp/publishing-sitepageservice.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'
- sp-admin:
- sp-admin: 'sp-admin/index.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/community/videos'
- icon: 'fontawesome/brands/microsoft'
link: 'https://aka.ms/community/home'
repo_url: https://github.com/pnp/pnpjs
edit_uri: tree/version-3/docs
site_url: https://pnp.github.io/pnpjs/