-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
129 lines (129 loc) · 4.96 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
site_name: PnP/PnPjs
docs_dir: 'packages'
nav:
- Home: 'index.md'
- 'Getting Started': 'documentation/getting-started.md'
- 'Transition Guide': 'documentation/transition-guide.md'
- General:
- 'Getting Started': 'documentation/getting-started.md'
- 'Getting Started Contributing': 'documentation/getting-started-dev.md'
- 'Gulp Commands': 'documentation/gulp-commands.md'
- Debugging: 'documentation/debugging.md'
- 'Building Docs': 'documentation/documentation.md'
- Deployment: 'documentation/deployment.md'
- 'Install Beta Versions': 'documentation/beta-versions.md'
- Polyfills: 'documentation/polyfill.md'
- 'Package Structure': 'documentation/package-structure.md'
- 'SPFx On-Premises 2016': 'documentation/SPFx-On-Premesis-2016.md'
- 'Transition Guide': 'documentation/transition-guide.md'
- Packages:
- Packages: 'documentation/packages.md'
- common:
- common: 'common/docs/index.md'
- adalclient: 'common/docs/adalclient.md'
- blobutil: 'common/docs/blobutil.md'
- collections: 'common/docs/collections.md'
- 'Custom HttpClientImpl': 'common/docs/custom-httpclientimpl.md'
- libconfig: 'common/docs/libconfig.md'
- netutil: 'common/docs/netutil.md'
- storage: 'common/docs/storage.md'
- util: 'common/docs/util.md'
- config-store:
- config-store: 'config-store/docs/index.md'
- configuration: 'config-store/docs/configuration.md'
- providers: 'config-store/docs/providers.md'
- graph:
- graph: 'graph/docs/index.md'
- contacts: 'graph/docs/contacts.md'
- 'directory objects': 'graph/docs/directoryobjects.md'
- invitations: 'graph/docs/invitations.md'
- onedrive: 'graph/docs/onedrive.md'
- planner: 'graph/docs/planner.md'
- subscriptions: 'graph/docs/subscriptions.md'
- teams: 'graph/docs/teams.md'
- logging: 'logging/docs/index.md'
- nodejs:
- nodejs: 'nodejs/docs/index.md'
- AdalFetchClient: 'nodejs/docs/adal-fetch-client.md'
- SPFetchClient: 'nodejs/docs/sp-fetch-client.md'
- BearerTokenFetchClient: 'nodejs/docs/bearer-token-fetch-client.md'
- ProviderHostedRequestContext: 'nodejs/docs/provider-hosted-app.md'
- odata:
- odata: 'odata/docs/index.md'
- caching: 'odata/docs/caching.md'
- core: 'odata/docs/core.md'
- 'OData Batching': 'odata/docs/odata-batch.md'
- Parsers: 'odata/docs/parsers.md'
- Pipeline: 'odata/docs/pipeline.md'
- Queryable: 'odata/docs/queryable.md'
- pnpjs: 'pnpjs/docs/index.md'
- sp:
- sp: 'sp/docs/index.md'
- 'Alias Parameters': 'sp/docs/alias-parameters.md'
- 'ALM api': 'sp/docs/alm.md'
- Attachments: 'sp/docs/attachments.md'
- 'Client-side Pages': 'sp/docs/client-side-pages.md'
- 'Content Types': 'sp/docs/content-types.md'
- 'Entity Merging': 'sp/docs/entity-merging.md'
- Features: 'sp/docs/features.md'
- Fields: 'sp/docs/fields.md'
- Files: 'sp/docs/files.md'
- 'List Items': 'sp/docs/items.md'
- 'Navigation Service': 'sp/docs/navigation-service.md'
- Permissions: 'sp/docs/permissions.md'
- Profiles: 'sp/docs/profiles.md'
- 'Related Items': 'sp/docs/related-items.md'
- Search: 'sp/docs/search.md'
- Sharing: 'sp/docs/sharing.md'
- Sites: 'sp/docs/sites.md'
- Site Designs: 'sp/docs/sitedesigns.md'
- Social: 'sp/docs/social.md'
- 'SP.Utilities.Utility': 'sp/docs/sp-utilities-utility.md'
- 'Tenant Properties': 'sp/docs/tenant-properties.md'
- Views: 'sp/docs/views.md'
- Webs: 'sp/docs/webs.md'
- 'Comments and Likes': 'sp/docs/comments-likes.md'
- sp-addinhelpers:
- sp-addinhelpers: 'sp-addinhelpers/docs/index.md'
- SPRequestExecutorClient: 'sp-addinhelpers/docs/sp-request-executor-client.md'
- SPRestAddIn: 'sp-addinhelpers/docs/sp-rest-addin.md'
- sp-clientsvc: 'sp-clientsvc/docs/index.md'
- sp-taxonomy:
- sp-taxonomy: 'sp-taxonomy/docs/index.md'
- 'Term Stores': 'sp-taxonomy/docs/term-stores.md'
- 'Term Groups': 'sp-taxonomy/docs/term-groups.md'
- 'Term Sets': 'sp-taxonomy/docs/term-sets.md'
- Terms: 'sp-taxonomy/docs/terms.md'
- Labels: 'sp-taxonomy/docs/labels.md'
- Utilities: 'sp-taxonomy/docs/utilities.md'
theme:
name: 'material'
custom_dir: 'packages/documentation/theme'
palette:
primary: 'blue'
logo: 'documentation/img/Logo.png'
feature:
tabs: true
extra_css:
- 'documentation/css/extra.css'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
plugins:
- search
- markdownextradata
extra:
version: '1.3.2-0'
social:
- type: 'twitter'
link: 'https://twitter.com/officedevpnp'
- type: 'youtube'
link: 'http://aka.ms/sppnp-videos'
- type: 'link'
link: 'https://aka.ms/sppnp'
repo_url: http://github.com/pnp/pnpjs
edit_uri: tree/dev/packages
site_url: https://pnp.github.io/pnpjs/